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
/
tests
/
src
Age
Commit message (
Expand
)
Author
2020-07-06
Fix platform family checks (fixed pthreads on linux)
dec05eba
2020-07-06
Fix version range not ending at next major version when not defining end
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
Fix sibs not finding test code in subdirs of test dir
dec05eba
2020-07-06
Fix TODOs, mainly escaping strings for ninja
dec05eba
2018-04-29
Change sibs cache directory to standard one, remove library archive when it h...
dec05eba
2018-01-26
Add git dependencies
dec05eba
2018-01-11
Start with config object types, for git dependencies
dec05eba
2018-01-06
Add define.static, define.dynamic
dec05eba
2018-01-03
Add "sibs test" command. Tests are only run when that command is invoked
dec05eba
2018-01-02
Fix bug when using config for several platforms in one project
dec05eba
2018-01-02
Add support for cmake
dec05eba
2018-01-01
Add support for comments in config file
dec05eba
2018-01-01
Add config parsing for cmake
dec05eba
2018-01-01
Fail build if project.conf contains invalid object or field
dec05eba
2018-01-01
Add unit test for package.platforms
dec05eba
2017-12-31
Sibs can now build itself on windows
dec05eba
2017-12-30
Fix compile error for non windows build
dec05eba
2017-12-29
Add parse config test
dec05eba
2017-12-28
Add support for tests in a package where type is executable
dec05eba