Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
has been extracted
|
|
|
|
|
|
|
|
and running 'sibs test'
|
|
|
|
Fix issue where static lib dependencies are not built correctly because their
dynamic lib dependencies are not propagated to dependant project
|
|
dependency on dynamic libraries
Static libraries need to be defined before dynamic libraries when
building executable, otherwise you get linking error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This enabled the use of dynamic lib functions such as dlopen, dlclose.
Should there be a flag to disable this?
|
|
Packages with no source files do not output a library
that is included by dependencies, so we need to give our dependencies
to the dependant package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added compile flags to give error when missing return statement
|
|
|
|
Add optimization flag for debug/release for msvc
|
|
|
|
|
|
|
|
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.
|
|
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 !!!
|
|
Add support for windows
|
|
|
|
|
|
|
|
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
|