aboutsummaryrefslogtreecommitdiff
path: root/project.conf
AgeCommit message (Collapse)Author
2020-07-06Update versiondec05eba
2020-07-06Store dependencies in different directories depending on target platformdec05eba
This fixed conflicts in cache filepath when building 32-bit and 64-bit project on the same machine or when doing cross compilation.
2020-07-06Use ranges for dependency versiondec05eba
2020-07-06Add posix as a platform, remove zig from compile_commands.jsondec05eba
2020-07-06Add OpenBSD supportCharlie Root
2020-07-06Update readme, project.conf and install script for macdec05eba
2020-07-06Add support for macosdec05eba
2020-07-06Fix TODO: Move include_dirs & ignore_dirs under configdec05eba
Merge duplicate parsing code into one function
2020-07-06Remove project.tests, always use tests subdirdec05eba
2020-07-06Fix build for linuxdec05eba
2020-07-06Release 0.1.5dec05eba
2020-07-06Use ninja library to generate build instead of raw stringdec05eba
2020-07-06Allow '+' character in dependency namedec05eba
2020-07-06Add examplesdec05eba
2020-07-06Ignore distribute dirdec05eba
2018-01-11Start with config object types, for git dependenciesdec05eba
2018-01-05Get cflags from pkg config dependencydec05eba
2018-01-04Use packages list to find packagesdec05eba
2018-01-03CMake: Add all generated library files as dependency instead of the lastdec05eba
modified one
2017-12-31Change version to 0.1.3dec05eba
2017-12-31Add cmake building, add ignore dirs optiondec05eba
Sometimes it's not possible to build new sibs with older sibs because of changes that break backwards compatbility. If sibs installation fails with sibs, use cmake.
2017-12-31Update project.confdec05eba
2017-12-31Sibs can now build itself on windowsdec05eba
Fixed several bugs. The windows implementation IS QUICK AND DIRTY! It links things as static even if you wish to link as dynamic etc..... NEED TO FIX THIS !!!
2017-12-28Add support for tests in a package where type is executabledec05eba
2017-12-28Replace cmake with sibs. Sibs builds itself nowdec05eba
If you dont already have sibs to build sibs, download first release: https://github.com/DEC05EBA/sibs/archive/0.1.0.tar.gz Then you can install new version of sibs
2017-12-10Add support for dependencies in global lib dirdec05eba
Global lib dir is located at ~/.sibs/lib TODO: If global lib dir doesn't exist, download it from github/server
2017-12-08Added loading of project file and file validationsdec05eba
Next up: parse project.conf file