index
:
sibs
master
A simple build system for native languages. Supports c, c++ and zig. Inspired by cargo (rust).
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-07-30
Use large file
dec05eba
2020-07-12
Revert change that broke some code
dec05eba
2020-07-12
update readme with dependencies
dec05eba
2020-07-12
Do not use conflicting -werror arg
dec05eba
2020-07-12
Extra gcc c++ debug flag
dec05eba
2020-07-06
Fix rewritten history
dec05eba
2020-07-06
Return a string for a getFileData
dec05eba
2020-07-06
Fix sanitizers (and tests) by allowing to specify which sanitizer to use. ↵
dec05eba
Its not possible to use all of them at the same time
2020-07-06
Use my own domain instead of gitlab for packages
dec05eba
2020-07-06
Add check that the package in cache is not corrupt from a previous ↵
dec05eba
download+extract that might have stopped mid-action
2020-07-06
Update gitmodule path
dec05eba
2020-07-06
update gitmodule
dec05eba
2020-07-06
Fix gitmodule url, working on fixing zig...
dec05eba
2020-07-06
Fix platform family checks (fixed pthreads on linux)
dec05eba
2020-07-06
Fix version =,< and <= not working. Also fix incorrect platform family handling
dec05eba
2020-07-06
Only statically link to libc++ if there are c++ files in the project
dec05eba
2020-07-06
Add link-time optimization (flto) for gcc-like compilers
dec05eba
2020-07-06
Remove archlinux pkgbuild (it shouldn't be here) and update readme
dec05eba
2020-07-06
Add archlinux pkgbuild
dec05eba
2020-07-06
Add 'lib' config, for including external libraries without pkg-config
dec05eba
2020-07-06
Add support for absolute paths in include_dirs config
dec05eba
2020-07-06
Fix crash that happens sometimes when building cmake project
dec05eba
2020-07-06
Document $out directory
dec05eba
2020-07-06
Fix cmake build library dependency order
dec05eba
2020-07-06
Allow dot in project name
dec05eba
2020-07-06
Remove install script. Use cmake/install.sh instead
dec05eba
2020-07-06
Update readme
dec05eba
2020-07-06
Add error_on_warning option to allow turning compiler warnings to errors
dec05eba
2020-07-06
use O3 instead of O2
dec05eba
2020-07-06
Update readme
dec05eba
2020-07-06
Update readme
dec05eba
2020-07-06
Better readme
dec05eba
2020-07-06
Update readme
dec05eba
2020-07-06
Update readme, remove distributed packages
dec05eba
2020-07-06
Add for directories in config. Needed by some cmake projects
dec05eba
2020-07-06
Compile cmake sub project as cmake
dec05eba
2020-07-06
Use full path for source files in ninja, to make file links work with vscode ↵
dec05eba
and other tools
2020-07-06
Update aur package
dec05eba
2020-07-06
Update version
dec05eba
2020-07-06
Remove compdb dependency
dec05eba
2020-07-06
Remove fortify source, it can only be used for optimized builds anyways
dec05eba
2020-07-06
Change linux platform from 64 to x86_64, add sibs platforms command
dec05eba
2020-07-06
Add arm32/64 support
dec05eba
2020-07-06
Temporary remove compdb check. Is compdb really needed?
dec05eba
2020-07-06
Fix rpath for dynamic library dependencies for tests, cleanup empty rpath lib
dec05eba
2020-07-06
Add leak sanitizer
dec05eba
2020-07-06
Add include path for openbsd and other systems with similar structure
dec05eba
2020-07-06
Fix dir for cmake.static and cmake.dynamic
dec05eba
2020-07-06
Add project cflags to test
dec05eba
2020-07-06
Temporary always build binaries
dec05eba
[next]