Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add optimization flag for debug/release for msvc
|
|
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.
|