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
/
src
/
CmakeModule.cpp
Age
Commit message (
Expand
)
Author
2023-06-27
Add --cpu=baseline|native option, propagate sanitize setting to sub projects
dec05eba
2023-03-08
Add support for mold, add optimization flags for linking step
dec05eba
2022-03-08
Fix skip-compile option inverted
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-10-21
Add thread sanitizer option (--sanitize=thread)
dec05eba
2020-07-06
Fix sanitizers (and tests) by allowing to specify which sanitizer to use. Its...
dec05eba
2020-07-06
Add support for absolute paths in include_dirs config
dec05eba
2020-07-06
Fix cmake build library dependency order
dec05eba
2020-07-06
Compile cmake sub project as cmake
dec05eba
2020-07-06
Add leak sanitizer
dec05eba
2020-07-06
Fix build for windows and mingw
dec05eba
2020-07-06
Fix cmake dependency failing build because of missing fPIC
dec05eba
2020-07-06
Only include static/dynamic lib when building cmake project
dec05eba
2020-07-06
Use dll files for mingw, use mingw cmake
dec05eba
2020-07-06
Store dependencies in different directories depending on target platform
dec05eba
2020-07-06
Use ranges for dependency version
dec05eba
2020-07-06
Add sibs package command
dec05eba
2020-07-06
Add dependencies dynamic dependencies to root project, to make it possible to...
dec05eba
2020-07-06
Fix library order
dec05eba
2020-07-06
Add sanitize build/test option, currently ignored if gcc is not used
dec05eba
2020-07-06
Fix for windows
dec05eba
2018-05-09
Change debug optimization level to Og for GCC
dec05eba
2018-05-05
Build compilation database (clangdb) when compiling
dec05eba
2018-04-29
Change sibs cache directory to standard one, remove library archive when it h...
dec05eba
2018-04-04
Add generated library file to parent project for cmake dependency
dec05eba
2018-03-21
Add sub projects (should be used with git submodules)
dec05eba
2018-03-19
Fix compile error when having dependency on static library that has
dec05eba
2018-01-26
Add git dependencies
dec05eba
2018-01-11
Start with config object types, for git dependencies
dec05eba
2018-01-05
Get cflags from pkg config dependency
dec05eba
2018-01-04
Use packages list to find packages
dec05eba
2018-01-03
CMake: Add all generated library files as dependency instead of the last
dec05eba
2018-01-02
Fix bug when using config for several platforms in one project
dec05eba
2018-01-02
Add support for cmake
dec05eba