Age | Commit message (Expand) | Author | Files | Lines |
2024-03-14 | Once skinny, forever strong. | midipix | 1 | -1/+1 |
2024-03-13 | link mode: properly interpret -static when output is an executable program. | midipix | 1 | -1/+2 |
2024-03-11 | execute mode: wrapper script: remove non-portable shell construct (exec --). | midipix | 1 | -2/+2 |
2024-03-08 | execute mode: reimplemented with well-formed semantics. | midipix | 1 | -2/+2 |
2024-03-03 | slbt_exec_link_create_executable(): fix .la based input argument selection. | midipix | 1 | -2/+2 |
2024-02-20 | utility api's: _output_ namespace: simplified the execution context interfaces. | midipix | 1 | -1/+1 |
2024-02-20 | slbt_exec_link_create_executable(): refactor darwin detection logic. | midipix | 1 | -1/+1 |
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: _api_ (package information) namespace overhaul. | 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 | -1/+1 |
2024-02-14 | link mode: finalize support of darwin's syntax 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 executable creation logic to its own translation unit. | midipix | 1 | -0/+273 |