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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
modified one
|
|
Added compile flags to give error when missing return statement
|
|
|
|
Not working fully yet, will investigate why
|
|
|
|
cmake has not integrated yet, but it will parse...
Add test script to easily run tests
|
|
|
|
|
|
Validate package name only contains safe characters.
TODO: Validate package name is allowed on windows, names such as NUL, AUX are not allowed
|
|
|
|
|
|
|
|
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 !!!
|