Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
This fixed conflicts in cache filepath when building 32-bit and 64-bit project on the same machine or when doing cross compilation. | |||
2020-07-06 | Use ranges for dependency version | dec05eba | |
2020-07-06 | Add sibs package command | dec05eba | |
Currently in testing phase. Builds a redistributable binary by statically linking libraries (including standard library). | |||
2020-07-06 | Add dependencies dynamic dependencies to root project, to make it possible ↵ | dec05eba | |
to use dependencies dependencies from root project | |||
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 ↵ | dec05eba | |
has been extracted | |||
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 | |
Fix issue where static lib dependencies are not built correctly because their dynamic lib dependencies are not propagated to dependant project | |||
2018-03-19 | Fix compile error when having dependency on static library that has | dec05eba | |
dependency on dynamic libraries Static libraries need to be defined before dynamic libraries when building executable, otherwise you get linking error | |||
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 | |
modified one | |||
2018-01-02 | Fix bug when using config for several platforms in one project | dec05eba | |
2018-01-02 | Add support for cmake | dec05eba | |
Not working fully yet, will investigate why |