Age | Commit message (Expand) | Author | Files | Lines |
2024-03-14 | Once skinny, forever strong. | midipix | 1 | -1/+1 |
2024-03-10 | link mode: handle the combination of dlopen/dlpreopen and --disable-shared. | midipix | 1 | -2/+3 |
2024-03-10 | slbt_exec_link_create_library(): dctx->cctx->release may be null. | midipix | 1 | -4/+6 |
2024-03-04 | link mode: unless created for the current .la, mark the .a or .so as disabled. | midipix | 1 | -0/+32 |
2024-03-03 | slbt_exec_link_create_library(): allow ar(1) driven invocations. | midipix | 1 | -1/+7 |
2024-02-22 | link mode: implemented -export-symbols-regex (for all supported flavors). | midipix | 1 | -0/+20 |
2024-02-21 | link mode: implemented -export-symbols (for all supported flavors). | midipix | 1 | -0/+26 |
2024-02-20 | utility api's: _output_ namespace: simplified the execution context interfaces. | midipix | 1 | -1/+1 |
2024-02-20 | slbt_exec_link_create_library(): refactor darwin detection logic. | midipix | 1 | -2/+2 |
2024-02-19 | slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath(). | midipix | 1 | -1/+2 |
2024-02-19 | utility api's: renamed slbt_util_realpath() --> slbt_util_real_path(). | midipix | 1 | -1/+1 |
2024-02-19 | library api's: _ectx_ (command execution context) namespace overhaul. | midipix | 1 | -1/+1 |
2024-02-19 | library api's: _util_ (utility helper interfaces) namespace overhaul. | midipix | 1 | -1/+1 |
2024-02-18 | code base: set the visilbity of internal library interfaces to hidden. | midipix | 1 | -1/+2 |
2024-02-14 | link mode: darwin support: fix target detection (.flavor, not .host). | midipix | 1 | -2/+2 |
2024-02-14 | link mode: support the darwin syntax for the -soname switch. | midipix | 1 | -5/+13 |
2024-02-14 | link mode: support the darwin version for the -no-undefined switch. | midipix | 1 | -1/+3 |
2024-02-10 | Annual chores. | midipix | 1 | -1/+1 |
2024-02-10 | link mode: move the shared library creation logic to its own translation unit. | midipix | 1 | -0/+274 |