summaryrefslogtreecommitdiff
path: root/src/logic/linkcmd/slbt_linkcmd_executable.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-03-13link mode: properly interpret -static when output is an executable program.midipix1-1/+2
2024-03-11execute mode: wrapper script: remove non-portable shell construct (exec --).midipix1-2/+2
2024-03-08execute mode: reimplemented with well-formed semantics.midipix1-2/+2
2024-03-03slbt_exec_link_create_executable(): fix .la based input argument selection.midipix1-2/+2
2024-02-20utility api's: _output_ namespace: simplified the execution context interfaces.midipix1-1/+1
2024-02-20slbt_exec_link_create_executable(): refactor darwin detection logic.midipix1-1/+1
2024-02-19slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath().midipix1-1/+2
2024-02-19utility api's: renamed slbt_util_realpath() --> slbt_util_real_path().midipix1-1/+1
2024-02-19library api's: _api_ (package information) namespace overhaul.midipix1-1/+1
2024-02-19library api's: _ectx_ (command execution context) namespace overhaul.midipix1-1/+1
2024-02-19library api's: _util_ (utility helper interfaces) namespace overhaul.midipix1-1/+1
2024-02-18code base: set the visilbity of internal library interfaces to hidden.midipix1-1/+2
2024-02-14link mode: darwin support: fix target detection (.flavor, not .host).midipix1-1/+1
2024-02-14link mode: finalize support of darwin's syntax for the -no-undefined switch.midipix1-1/+3
2024-02-10Annual chores.midipix1-1/+1
2024-02-10link mode: move the executable creation logic to its own translation unit.midipix1-0/+273