aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-01-05Get cflags from pkg config dependencydec05eba
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-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 installer for unix-like systemsdec05eba
2017-12-08Added loading of project file and file validationsdec05eba
Next up: parse project.conf file
2017-12-07Initial commitdec05eba