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
/
internal
/
slibtool_driver_impl.h
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-03-14
Once skinny, forever strong.
midipix
1
-1
/
+1
2024-03-10
link mode: treat dlopen of static-only dependency libs as (also fixed) dlpreopen
midipix
1
-1
/
+2
2024-03-10
slbt_ar_get_archive_ctx(): store a private copy of the archive path.
midipix
1
-0
/
+1
2024-03-07
execution context: properly support argument transformation in place.
midipix
1
-0
/
+1
2024-03-02
execution context: added -dlopen and -dlpreopen support.
midipix
1
-0
/
+4
2024-03-02
driver: create a vector of -dlpreopen libraries.
midipix
1
-0
/
+2
2024-03-01
slbt_exec_ctx_alloc(): refactor and simplify.
midipix
1
-1
/
+1
2024-02-28
ar mode: driver: added -Wdlsyms, -Wdlunit.
midipix
1
-0
/
+2
2024-02-26
driver: added the --nm switch.
midipix
1
-0
/
+4
2024-02-26
slbt_get_lconf_flags(): cache the configuration in library friendly form.
midipix
1
-0
/
+1
2024-02-25
internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input).
midipix
1
-0
/
+6
2024-02-25
driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file.
midipix
1
-0
/
+10
2024-02-21
driver: internals: move the argv meta data to struct slbt_driver_ctx_impl.
midipix
1
-1
/
+1
2024-02-21
execution context: added support for -export-symbols.
midipix
1
-1
/
+2
2024-02-20
internals: slibtool_driver_impl.h: whitespace meditation.
midipix
1
-27
/
+28
2024-02-20
struct slbt_exec_ctx_impl: added pointer to the associated driver context.
midipix
1
-0
/
+1
2024-02-20
utility api's: added slbt_util_create_mapfile().
midipix
1
-0
/
+12
2024-02-19
driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist.
midipix
1
-0
/
+9
2024-02-19
library api's: _lib_ (program driver) namespace overhaul.
midipix
1
-6
/
+6
2024-02-19
library api's: _ectx_ (command execution context) namespace overhaul.
midipix
1
-0
/
+5
2024-02-18
code base: set the visilbity of internal library interfaces to hidden.
midipix
1
-0
/
+1
2024-02-17
ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch.
midipix
1
-0
/
+1
2024-02-17
driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.
midipix
1
-2
/
+2
2024-02-17
ar mode: utility: version script printing: added the -Wmapfile switch.
midipix
1
-0
/
+1
2024-02-17
ar mode: utility: armap symbol printing: added the -Wregex switch.
midipix
1
-0
/
+1
2024-02-16
ar mode: archive merging: added the -Wmerge command-line action.
midipix
1
-0
/
+2
2024-02-16
driver: internals: allows storing a distinct argument vector for each tool.
midipix
1
-0
/
+6
2024-02-14
driver: rlibtool mode: also derive <host> from the located libtool script.
midipix
1
-0
/
+1
2024-02-14
driver: rlibtool mode: also derive AS from the located libtool script.
midipix
1
-0
/
+1
2024-02-14
driver: added the --as switch (assembler argument to pass through to dlltool).
midipix
1
-0
/
+2
2024-02-13
driver: rlibtool mode: also derive DLLTOOL from the located libtool script.
midipix
1
-1
/
+2
2024-02-13
utility: newly added --config, now producing compatible --config output.
midipix
1
-0
/
+1
2024-02-13
slbt_get_lconf_flags(): keep the located libtool script mapped for later use.
midipix
1
-0
/
+2
2024-02-13
driver: rename --config as --info in anticipation of a compatible --config.
midipix
1
-1
/
+1
2024-02-10
Annual chores.
midipix
1
-1
/
+1
2024-02-09
driver: provide wrappers for argv_usage() and argv_usage_plain().
midipix
1
-0
/
+14
2024-02-09
driver: eliminate duplicate presence of the static argv interfaces.
midipix
1
-0
/
+21
2024-02-09
driver: move slbt_init_link_params() to its own translation unit.
midipix
1
-0
/
+3
2024-02-09
driver: move slbt_init_version_info() to its own translation unit.
midipix
1
-0
/
+8
2024-02-09
driver: move slbt_split_argv() to its own translation unit.
midipix
1
-0
/
+23
2024-02-09
driver: move the host params logic to its own translation unit.
midipix
1
-0
/
+31
2024-02-03
ar mode: driver: added the -Wposix and -Wyaml shorthand switches.
midipix
1
-0
/
+2
2024-02-02
ar mode: driver: added -Wverbose support.
midipix
1
-0
/
+1
2024-01-27
ar mode: added initial -Wprint and -Wpretty support.
midipix
1
-0
/
+2
2024-01-27
archiver output api: added slbt_ar_output_arname().
midipix
1
-0
/
+12
2024-01-27
struct slbt_archive_ctx_impl: added pointer to the associated driver context.
midipix
1
-0
/
+1
2024-01-22
driver: ar mode: preliminar argv parsing: avoid TAG enum member ambiguity.
midipix
1
-0
/
+4
2024-01-22
ar mode: slbt_get_archive_ctx(): initial implementation and integration.
midipix
1
-0
/
+24
2023-05-28
driver: added -objectlist support.
midipix
1
-0
/
+11
2022-11-04
driver: added -weak support, currently a no-op.
midipix
1
-1
/
+2
[next]