aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2020-07-06Fix for windows & mingwdec05eba
2020-07-06Fix build for windowsdec05eba
2020-07-06Fix various things, add generated zig header files to global includedec05eba
Fix compile_commands.json missing build steps. Fix c includes -> zig includes flags. Fix crash when running sibs new/init without defining lang. Add generated zig header files to global include so they can be used from c/c++. Add zig and zig/c (using zig and c in the same project) examples.
2020-07-06Move compile_commands.json to project root directory, needed for IDEsdec05eba
2020-07-06Fix crash on windows when dependency is not founddec05eba
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