aboutsummaryrefslogtreecommitdiff
path: root/.vscode
AgeCommit message (Collapse)Author
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-06Use cflags includes in zig build, ignore sibs-build dir for source filesdec05eba
2020-07-06Use ninja library to generate build instead of raw stringdec05eba
2020-07-06Allow '+' character in dependency namedec05eba
2020-07-06Change packages.json location to gitlabdec05eba
2018-03-21Add sub projects (should be used with git submodules)dec05eba
Fix issue where static lib dependencies are not built correctly because their dynamic lib dependencies are not propagated to dependant project
2018-03-18Fix crash when building project with no source filesdec05eba