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.
|
|
|
|
|
|
|
|
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 !!!
|
|
|
|
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
|
|
|
|
Next up: parse project.conf file
|
|
|