-
last v2.1 release Stable
released this
2025-04-25 15:39:44 +00:00 | 32 commits to main since this releasev2.1.4
- added
-Wl,-rpathargument generation inlink(). It forces ld to link to local shared library inOUTDIR
v2.1.3
- added
DEP_OTHER_OUT_FILESto dependency configs - if
PRESERVE_OUT_DIRECTORY_STRUCTURE=truethenDEP_DYNAMIC_OUT_FILESandDEP_OTHER_OUT_FILESare copied toOUTDIRpreserving directory structure (example_dir/lib1.so -> $OUTDIR/example_dir/lib1.so)
v2.1.2
- changed compile_c and compile_cpp functions
- bootstrap now can print help and list of installed versions
v2.1.1
- config: removed
TESTS_CandTESTS_CPPcompilation
v2.1.0
- config: no more
current.configanddefault.config, justproject.config - improved version checking
setup.shnow installs each minor version in separate dicectory- added
bootstrap.shwhich automaticly selects cbuild version specified in project config
Downloads
- added