summaryrefslogtreecommitdiffhomepage
path: root/src/internal/slibtool_driver_impl.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-16driver: internals: allows storing a distinct argument vector for each tool.midipix1-0/+6
2024-02-14driver: rlibtool mode: also derive <host> from the located libtool script.midipix1-0/+1
2024-02-14driver: rlibtool mode: also derive AS from the located libtool script.midipix1-0/+1
2024-02-14driver: added the --as switch (assembler argument to pass through to dlltool).midipix1-0/+2
2024-02-13driver: rlibtool mode: also derive DLLTOOL from the located libtool script.midipix1-1/+2
2024-02-13utility: newly added --config, now producing compatible --config output.midipix1-0/+1
2024-02-13slbt_get_lconf_flags(): keep the located libtool script mapped for later use.midipix1-0/+2
2024-02-13driver: rename --config as --info in anticipation of a compatible --config.midipix1-1/+1
2024-02-10Annual chores.midipix1-1/+1
2024-02-09driver: provide wrappers for argv_usage() and argv_usage_plain().midipix1-0/+14
2024-02-09driver: eliminate duplicate presence of the static argv interfaces.midipix1-0/+21
2024-02-09driver: move slbt_init_link_params() to its own translation unit.midipix1-0/+3
2024-02-09driver: move slbt_init_version_info() to its own translation unit.midipix1-0/+8
2024-02-09driver: move slbt_split_argv() to its own translation unit.midipix1-0/+23
2024-02-09driver: move the host params logic to its own translation unit.midipix1-0/+31
2024-02-03ar mode: driver: added the -Wposix and -Wyaml shorthand switches.midipix1-0/+2
2024-02-02ar mode: driver: added -Wverbose support.midipix1-0/+1
2024-01-27ar mode: added initial -Wprint and -Wpretty support.midipix1-0/+2
2024-01-27archiver output api: added slbt_ar_output_arname().midipix1-0/+12
2024-01-27struct slbt_archive_ctx_impl: added pointer to the associated driver context.midipix1-0/+1
2024-01-22driver: ar mode: preliminar argv parsing: avoid TAG enum member ambiguity.midipix1-0/+4
2024-01-22ar mode: slbt_get_archive_ctx(): initial implementation and integration.midipix1-0/+24
2023-05-28driver: added -objectlist support.midipix1-0/+11
2022-11-04driver: added -weak support, currently a no-op.midipix1-1/+2
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2021-06-10driver: added --dumpmachine support.midipix1-0/+1
2021-05-05driver: added explicit --sysroot support.midipix1-0/+1
2021-04-17library: eliminate use of the external environ variable.midipix1-0/+8
2020-12-19driver: support -static-libtool-libs (currently as a no-op).midipix1-0/+1
2019-02-19driver, compile & link mode: support arbitrary & known compiler wrappers.midipix1-0/+1
2018-10-24driver: execution context: added slbt_reset_argvector().midipix1-0/+2
2018-10-15driver: clone, normalize (-l,--library,-L,--library-path) the argument vector.midipix1-0/+9
2018-08-13driver: added --heuristics support.midipix1-0/+1
2018-07-11driver: added --windres support.midipix1-0/+2
2018-07-06driver: struct slbt_fd_ctx: added .fdcwd and .fddst.midipix1-0/+14
2018-06-29execution context: generated wrapper: replaced the stream with a pure fd.midipix1-0/+41
2018-06-27internal headers: add missing guards and notes, remove unneeded notes.midipix1-0/+6
2018-06-27internal headers: fix oversight typos.midipix1-2/+2
2018-06-27driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-0/+29
2018-06-27driver: argv usage and error output: use the signal-resilient slbt_dprintf().midipix1-0/+1
2018-03-05driver: support -export-dynamic (currently as a no-op).midipix1-0/+1
2017-10-26driver: added --mdso and --implib support.midipix1-0/+3
2017-08-11driver: added initial -dlpreopen support.midipix1-0/+1
2017-08-11driver: support -thread-safe more elegantly.midipix1-0/+1
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-0/+2
2016-10-24driver: removed unit context and related interfaces (not needed by slibtool).midipix1-7/+0
2016-10-07driver: added support for -dlopen (currently a no-op).midipix1-0/+1
2016-09-19driver: accommodate hosts that occasionally use '-portbld-' in their triple.midipix1-0/+1
2016-09-03driver: added initial error info vector and buffer allocation.midipix1-0/+4