index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
internal
/
slibtool_linkcmd_impl.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-14
link mode: do not create dependency files for explicit archive outputs.
midipix
1
-1
/
+2
2024-03-10
link mode: handle the combination of dlopen/dlpreopen and --disable-shared.
midipix
1
-1
/
+2
2024-03-10
link mode: dlopen/dlpreopen the static archive as needed.
midipix
1
-1
/
+2
2024-03-03
slbt_exec_link_create_library(): allow ar(1) driven invocations.
midipix
1
-1
/
+3
2024-02-10
link mode: move the executable creation logic to its own translation unit.
midipix
1
-0
/
+5
2024-02-10
link mode: move the shared library creation logic to its own translation unit.
midipix
1
-0
/
+7
2024-02-10
link mode: move the archive creation logic to its own translation unit.
midipix
1
-0
/
+6
2024-02-10
link mode: move the import library logic to its own translation unit.
midipix
1
-0
/
+7
2024-02-10
link mode: move the host tag logic to its own translation unit.
midipix
1
-0
/
+5
2024-02-10
link mode: move the argument vector logic to its own translation unit.
midipix
1
-0
/
+30
2024-02-10
link mode: move the dependency file logic to its own translation unit.
midipix
1
-0
/
+24