Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Bundle command copies all dynamic library dependencies
to one location and creates an archive that can be distributed.
Currently only for linux.
In testing phase...
|
|
|
|
|
|
for zig
|
|
|
|
|
|
|
|
Currently in testing phase.
Builds a redistributable binary by statically linking libraries
(including standard library).
|
|
|
|
Fix platform specific configs, not all configs were checked
|
|
|
|
|
|
Remove tests section under [package] in project.conf, it is no longer
needed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Merge duplicate parsing code into one function
|
|
|
|
|
|
|
|
|
|
Fix freeze when sub process (exec) returns a lot of data (in stdout)
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|