Age | Commit message (Collapse) | Author |
|
Fix compile_commands.json missing build steps.
Fix c includes -> zig includes flags.
Fix crash when running sibs new/init without defining lang.
Add generated zig header files to global include so they can be used
from c/c++.
Add zig and zig/c (using zig and c in the same project) examples.
|
|
|
|
|
|
|
|
|
|
to use dependencies dependencies from root project
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|