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
/
driver
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-02-26
driver: added the --nm switch.
midipix
1
-0
/
+14
2024-02-26
slbt_get_lconf_flags(): cache the configuration in library friendly form.
midipix
1
-0
/
+3
2024-02-25
internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input).
midipix
1
-2
/
+21
2024-02-25
driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file.
midipix
1
-0
/
+153
2024-02-21
code base: strictly conform to isspace()'s interface (int vs. signed char).
midipix
1
-6
/
+7
2024-02-21
core api: simplified the _exec_ interfaces.
midipix
1
-6
/
+6
2024-02-21
driver: internals: move the argv meta data to struct slbt_driver_ctx_impl.
midipix
1
-5
/
+4
2024-02-19
driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist.
midipix
1
-0
/
+149
2024-02-19
code base: moved slbt_host_params.c from src/driver/ to src/host/.
midipix
1
-707
/
+0
2024-02-19
library api's: _host_ (host and flavor interfaces) namespace overhaul.
midipix
1
-3
/
+3
2024-02-19
library api's: _api_ (package information) namespace overhaul.
midipix
2
-2
/
+2
2024-02-19
library api's: _lib_ (program driver) namespace overhaul.
midipix
2
-22
/
+22
2024-02-19
library api's: _util_ (utility helper interfaces) namespace overhaul.
midipix
1
-1
/
+1
2024-02-18
driver: argv internal wrappers: remove return statement from void functions.
midipix
1
-4
/
+4
2024-02-18
code base: set the visilbity of internal library interfaces to hidden.
midipix
5
-16
/
+20
2024-02-17
driver: -export-symbols: rename associated struct member as .expsyms.
midipix
1
-1
/
+1
2024-02-17
driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.
midipix
1
-2
/
+2
2024-02-16
driver: host.[mdso,dlltool]: added support for tool-specific argument vector.
midipix
1
-0
/
+6
2024-02-16
driver: host.as: added support for tool-specific argument vector.
midipix
1
-0
/
+3
2024-02-16
driver: host.ar, host.ranlib: added support for tool-specific argument vector.
midipix
1
-0
/
+65
2024-02-16
driver: internals: allows storing a distinct argument vector for each tool.
midipix
1
-0
/
+19
2024-02-14
driver: added --tag=ASM support.
midipix
1
-0
/
+3
2024-02-14
driver: rlibtool mode: also derive <host> from the located libtool script.
midipix
2
-2
/
+10
2024-02-14
driver: rlibtool mode: also derive AS from the located libtool script.
midipix
2
-2
/
+10
2024-02-14
driver: added the --as switch (assembler argument to pass through to dlltool).
midipix
2
-0
/
+25
2024-02-13
driver: rlibtool mode: also derive DLLTOOL from the located libtool script.
midipix
2
-4
/
+12
2024-02-13
utility: newly added --config, now producing compatible --config output.
midipix
3
-5
/
+19
2024-02-13
slbt_get_lconf_flags(): keep the located libtool script mapped for later use.
midipix
1
-0
/
+6
2024-02-13
driver: --info mode: make the <compiler> argument optional, not mandatory.
midipix
1
-2
/
+2
2024-02-13
driver: rename --config as --info in anticipation of a compatible --config.
midipix
3
-11
/
+11
2024-02-10
slbt_split_argv(): also normalize header search directory arguments (-I).
midipix
1
-1
/
+11
2024-02-10
Annual chores.
midipix
6
-6
/
+6
2024-02-09
driver: provide wrappers for argv_usage() and argv_usage_plain().
midipix
1
-0
/
+20
2024-02-09
driver: eliminate duplicate presence of the static argv interfaces.
midipix
2
-12
/
+45
2024-02-09
driver: move slbt_init_link_params() to its own translation unit.
midipix
2
-113
/
+130
2024-02-09
driver: move slbt_init_version_info() to its own translation unit.
midipix
2
-55
/
+78
2024-02-09
driver: move slbt_split_argv() to its own translation unit.
midipix
2
-491
/
+511
2024-02-09
driver: move the host params logic to its own translation unit.
midipix
2
-642
/
+671
2024-02-08
driver: rlibtool mode: derive AR and RANLIB from the located libtool script.
midipix
1
-5
/
+24
2024-02-04
driver: accept ``target <target>'' as a synonym for ``--target=<target>''.
midipix
1
-0
/
+7
2024-01-27
slbt_split_argv(): following altmode adjustments, ensure argv_get() succeeded.
midipix
1
-0
/
+9
2024-01-22
ar mode: added --version support.
midipix
1
-2
/
+10
2024-01-22
driver: slbt_main(): --version conformance: print program version, then exit.
midipix
1
-3
/
+4
2024-01-22
slbt_split_argv(): object list vector: avoid zero allocation when (argc == 1).
midipix
1
-1
/
+1
2024-01-22
ar mode: initial driver integration and skeleton implementation.
midipix
2
-15
/
+72
2024-01-22
slbt_get_driver_ctx(): properly pass through SLBT_USAGE as return value.
midipix
1
-2
/
+10
2024-01-22
driver: slbt_get_driver_ctx(): fix function signature.
midipix
1
-3
/
+3
2023-11-12
driver: -version-info suport: strictly verify the version info argument.
midipix
1
-1
/
+16
2023-05-28
driver: added -objectlist support.
midipix
1
-13
/
+81
2022-11-04
driver: added -weak support, currently a no-op.
midipix
1
-0
/
+7
[next]