aboutsummaryrefslogtreecommitdiff
path: root/include/GlobalLib.hpp
AgeCommit message (Collapse)Author
2020-07-06Store dependencies in different directories depending on target platformdec05eba
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-06Use ranges for dependency versiondec05eba
2018-01-26Add git dependenciesdec05eba
2018-01-04Use packages list to find packagesdec05eba
2017-12-31Sibs can now build itself on windowsdec05eba
Fixed several bugs. The windows implementation IS QUICK AND DIRTY! It links things as static even if you wish to link as dynamic etc..... NEED TO FIX THIS !!!
2017-12-30Add support for windows (ugly fast solution)dec05eba
2017-12-28Add optimization level option to buildingdec05eba
2017-12-14Add support for dynamic libraries (shared objects)dec05eba
2017-12-12Download and extract missing dependencies from githubdec05eba
Using libcurl and libarchive
2017-12-10Add support for recursive global lib dependenciesdec05eba
2017-12-10Add support for dependencies in global lib dirdec05eba
Global lib dir is located at ~/.sibs/lib TODO: If global lib dir doesn't exist, download it from github/server