summaryrefslogtreecommitdiff
path: root/src/internal/slibtool_linkcmd_impl.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-14link mode: do not create dependency files for explicit archive outputs.midipix1-1/+2
2024-03-10link mode: handle the combination of dlopen/dlpreopen and --disable-shared.midipix1-1/+2
2024-03-10link mode: dlopen/dlpreopen the static archive as needed.midipix1-1/+2
2024-03-03slbt_exec_link_create_library(): allow ar(1) driven invocations.midipix1-1/+3
2024-02-10link mode: move the executable creation logic to its own translation unit.midipix1-0/+5
2024-02-10link mode: move the shared library creation logic to its own translation unit.midipix1-0/+7
2024-02-10link mode: move the archive creation logic to its own translation unit.midipix1-0/+6
2024-02-10link mode: move the import library logic to its own translation unit.midipix1-0/+7
2024-02-10link mode: move the host tag logic to its own translation unit.midipix1-0/+5
2024-02-10link mode: move the argument vector logic to its own translation unit.midipix1-0/+30
2024-02-10link mode: move the dependency file logic to its own translation unit.midipix1-0/+24