aboutsummaryrefslogtreecommitdiff
path: root/backend/BackendUtils.cpp
AgeCommit message (Collapse)Author
2020-07-06Use ranges for dependency versiondec05eba
2020-07-06Fix sibs test not including parent library correctlydec05eba
Refactor config parsing to reduce number of changes when introducing a new platform to support
2020-07-06Add cross compilation (mingw-w64 x86_64)dec05eba
Currently only cross compiling from linux64 to win64 works. Need to test cross compilation more, currently the cross compilation uses same profile as GCC, is that correct?
2020-07-06Fix sibs not finding test code in subdirs of test dirdec05eba
Fix platform specific configs, not all configs were checked
2020-07-06Fix TODOs, mainly escaping strings for ninjadec05eba
2020-07-06Add support for running zig testsdec05eba
2020-07-06Add c and zig template to sibs build, sibs initdec05eba
2020-07-06Use cflags includes in zig build, ignore sibs-build dir for source filesdec05eba
2020-07-06Add zig support (still primitive)dec05eba
2020-07-06Use ninja library to generate build instead of raw stringdec05eba
2020-07-06Add more c++ file extensionsdec05eba
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