• 2.1.4 fa15e15758

    Timerix released this 2025-04-25 15:39:44 +00:00 | 32 commits to main since this release

    v2.1.4

    • added -Wl,-rpath argument generation in link(). It forces ld to link to local shared library in OUTDIR

    v2.1.3

    • added DEP_OTHER_OUT_FILES to dependency configs
    • if PRESERVE_OUT_DIRECTORY_STRUCTURE=true then DEP_DYNAMIC_OUT_FILES and DEP_OTHER_OUT_FILES are copied to OUTDIR preserving 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_C and TESTS_CPP compilation

    v2.1.0

    • config: no more current.config and default.config, just project.config
    • improved version checking
    • setup.sh now installs each minor version in separate dicectory
    • added bootstrap.sh which automaticly selects cbuild version specified in project config
    Downloads