index
:
sibs
master
A simple build system for native languages. Supports c, c++ and zig. Inspired by cargo (rust).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backend
/
BackendUtils.cpp
Age
Commit message (
Expand
)
Author
2023-06-27
Add --cpu=baseline|native option, propagate sanitize setting to sub projects
dec05eba
2022-03-08
Add --linker, --build and --skip-compile options
dec05eba
2021-06-26
Use fork/exec instead of popen. Add Path class
dec05eba
2020-07-06
Use dll files for mingw, use mingw cmake
dec05eba
2020-07-06
Use ranges for dependency version
dec05eba
2020-07-06
Fix sibs test not including parent library correctly
dec05eba
2020-07-06
Add cross compilation (mingw-w64 x86_64)
dec05eba
2020-07-06
Fix sibs not finding test code in subdirs of test dir
dec05eba
2020-07-06
Fix TODOs, mainly escaping strings for ninja
dec05eba
2020-07-06
Add support for running zig tests
dec05eba
2020-07-06
Add c and zig template to sibs build, sibs init
dec05eba
2020-07-06
Use cflags includes in zig build, ignore sibs-build dir for source files
dec05eba
2020-07-06
Add zig support (still primitive)
dec05eba
2020-07-06
Use ninja library to generate build instead of raw string
dec05eba
2020-07-06
Add more c++ file extensions
dec05eba
2018-03-21
Add sub projects (should be used with git submodules)
dec05eba