index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
host
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-03-30
slbt_init_host_params(): detect a native build environment based on ar(1).
midipix
1
-6
/
+17
2024-03-29
slbt_init_host_params(): set native mode based on the detected ar(1) as needed.
midipix
1
-0
/
+1
2024-03-29
slbt_init_host_params(): cfgmeta: mark tools derived from ranlib as such.
midipix
1
-0
/
+4
2024-03-29
slbt_init_host_params(): derive as from ranlib as needed.
midipix
1
-0
/
+12
2024-03-29
slbt_init_host_params(): derive windres and dlltool from ranlib as needed.
midipix
1
-0
/
+25
2024-03-16
simple process creation: midipix targets: utilize the fast and robust vfork().
midipix
1
-1
/
+2
2024-03-14
Once skinny, forever strong.
midipix
2
-2
/
+2
2024-03-07
link mode: dependency logic: limit the scope of -shrext to the current library.
midipix
1
-3
/
+0
2024-02-28
slbt_init_host_params(): slibtool-ar(1) command: default to native tools.
midipix
1
-0
/
+5
2024-02-26
driver: added the --nm switch.
midipix
1
-1
/
+24
2024-02-22
link mode: implemented -export-symbols-regex (for all supported flavors).
midipix
1
-2
/
+2
2024-02-21
host interfaces: struct slbt_flavor_settings: added .mapsuffix.
midipix
1
-8
/
+8
2024-02-20
host interfaces: added slbt_host_objfmt_is_{coff|macho}() and friends.
midipix
1
-0
/
+31
2024-02-20
host interfaces: added msys as its own flavor.
midipix
2
-0
/
+15
2024-02-20
code base: place the _host_flavor_ interfaces in their own translation unit.
midipix
2
-157
/
+165
2024-02-19
code base: moved slbt_host_params.c from src/driver/ to src/host/.
midipix
1
-0
/
+707