Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
Fix issue where static lib dependencies are not built correctly because their dynamic lib dependencies are not propagated to dependant project | |||
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 | |
Added compile flags to give error when missing return statement | |||
2018-01-02 | Add support for cmake | dec05eba | |
Not working fully yet, will investigate why | |||
2017-12-31 | Add cmake building, add ignore dirs option | dec05eba | |
Sometimes it's not possible to build new sibs with older sibs because of changes that break backwards compatbility. If sibs installation fails with sibs, use cmake. | |||
2017-12-28 | Replace cmake with sibs. Sibs builds itself now | dec05eba | |
If you dont already have sibs to build sibs, download first release: https://github.com/DEC05EBA/sibs/archive/0.1.0.tar.gz Then you can install new version of sibs | |||
2017-12-12 | Download and extract missing dependencies from github | dec05eba | |
Using libcurl and libarchive | |||
2017-12-10 | Add support for dependencies in global lib dir | dec05eba | |
Global lib dir is located at ~/.sibs/lib TODO: If global lib dir doesn't exist, download it from github/server | |||
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 | |
Next up: parse project.conf file |