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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2022-05-09
Use lld or gold if installed
dec05eba
2020-11-03
Remove ability to use git projects as dependencies. Users can add them as git...
dec05eba
2020-07-06
Use ranges for dependency version
dec05eba
2020-07-06
Fix bundle for non system libraries
dec05eba
2020-07-06
Testing static linking on linux
dec05eba
2020-07-06
Allow specifying project platform without arch
dec05eba
2020-07-06
Add support for macos
dec05eba
2020-07-06
Fix build for windows
dec05eba
2020-07-06
Use ninja library to generate build instead of raw string
dec05eba
2018-03-21
Add sub projects (should be used with git submodules)
dec05eba
2018-01-26
Add git dependencies
dec05eba
2018-01-07
Update c++ version in cmake
dec05eba
2018-01-04
Use packages list to find packages
dec05eba
2018-01-02
Add missing return statement causing segfault
dec05eba
2018-01-02
Add support for cmake
dec05eba
2017-12-31
Add cmake building, add ignore dirs option
dec05eba
2017-12-28
Replace cmake with sibs. Sibs builds itself now
dec05eba
2017-12-12
Download and extract missing dependencies from github
dec05eba
2017-12-10
Add support for dependencies in global lib dir
dec05eba
2017-12-09
Added ninja backend, very simple project works
dec05eba
2017-12-09
Finished project config file parsing
dec05eba
2017-12-08
Added loading of project file and file validations
dec05eba