summaryrefslogtreecommitdiff
path: root/src/logic/linkcmd/slbt_linkcmd_archive.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14link mode: do not create dependency files for explicit archive outputs.midipix1-5/+7
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-03-11link mode: archive creation: do not import non-convenience libraries.midipix1-3/+23
2024-03-10link mode: handle the combination of dlopen/dlpreopen and --disable-shared.midipix1-1/+1
2024-03-10link mode: dlopen/dlpreopen the static archive as needed.midipix1-1/+3
2024-03-09slbt_exec_link_create_archive(): create internal archive under the .libs dir.midipix1-3/+4
2024-03-04slbt_exec_link_create_archive(): -disable-static code path no longer needed.midipix1-35/+0
2024-03-04link mode: unless created for the current .la, mark the .a or .so as disabled.midipix1-5/+14
2024-03-03slbt_exec_link_create_archive(): added -dlpreopen support.midipix1-12/+29
2024-02-21slbt_util_import_archive(): simplify interface.midipix1-1/+1
2024-02-20utility api's: _output_ namespace: simplified the execution context interfaces.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-16link mode: archive creation: added support for tool-specific argument vector.midipix1-5/+18
2024-02-10Annual chores.midipix1-1/+1
2024-02-10link mode: move the archive creation logic to its own translation unit.midipix1-0/+158