summaryrefslogtreecommitdiff
path: root/src/driver/slbt_driver_ctx.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-05driver: finalized support of -`-dlpreopen self` and `-dlpreopen force`.midipix1-1/+25
2024-03-02driver: create a vector of -dlpreopen libraries.midipix1-2/+39
2024-02-26driver: added the --nm switch.midipix1-0/+14
2024-02-26slbt_get_lconf_flags(): cache the configuration in library friendly form.midipix1-0/+3
2024-02-21driver: internals: move the argv meta data to struct slbt_driver_ctx_impl.midipix1-5/+4
2024-02-19library api's: _api_ (package information) namespace overhaul.midipix1-1/+1
2024-02-19library api's: _lib_ (program driver) namespace overhaul.midipix1-20/+20
2024-02-18driver: argv internal wrappers: remove return statement from void functions.midipix1-4/+4
2024-02-18code base: set the visilbity of internal library interfaces to hidden.midipix1-9/+9
2024-02-17driver: -export-symbols: rename associated struct member as .expsyms.midipix1-1/+1
2024-02-17driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.midipix1-2/+2
2024-02-16driver: host.[mdso,dlltool]: added support for tool-specific argument vector.midipix1-0/+6
2024-02-16driver: host.as: added support for tool-specific argument vector.midipix1-0/+3
2024-02-16driver: host.ar, host.ranlib: added support for tool-specific argument vector.midipix1-0/+65
2024-02-14driver: added --tag=ASM support.midipix1-0/+3
2024-02-14driver: rlibtool mode: also derive <host> from the located libtool script.midipix1-0/+7
2024-02-14driver: rlibtool mode: also derive AS from the located libtool script.midipix1-0/+7
2024-02-14driver: added the --as switch (assembler argument to pass through to dlltool).midipix1-0/+4
2024-02-13driver: rlibtool mode: also derive DLLTOOL from the located libtool script.midipix1-1/+8
2024-02-13utility: newly added --config, now producing compatible --config output.midipix1-0/+8
2024-02-13slbt_get_lconf_flags(): keep the located libtool script mapped for later use.midipix1-0/+6
2024-02-13driver: rename --config as --info in anticipation of a compatible --config.midipix1-3/+3
2024-02-10Annual chores.midipix1-1/+1
2024-02-09driver: provide wrappers for argv_usage() and argv_usage_plain().midipix1-0/+20
2024-02-09driver: eliminate duplicate presence of the static argv interfaces.midipix1-0/+35
2024-02-09driver: move slbt_init_link_params() to its own translation unit.midipix1-113/+0
2024-02-09driver: move slbt_init_version_info() to its own translation unit.midipix1-55/+5
2024-02-09driver: move slbt_split_argv() to its own translation unit.midipix1-491/+2
2024-02-09driver: move the host params logic to its own translation unit.midipix1-642/+8
2024-02-08driver: rlibtool mode: derive AR and RANLIB from the located libtool script.midipix1-5/+24
2024-02-04driver: accept ``target <target>'' as a synonym for ``--target=<target>''.midipix1-0/+7
2024-01-27slbt_split_argv(): following altmode adjustments, ensure argv_get() succeeded.midipix1-0/+9
2024-01-22slbt_split_argv(): object list vector: avoid zero allocation when (argc == 1).midipix1-1/+1
2024-01-22ar mode: initial driver integration and skeleton implementation.midipix1-15/+65
2024-01-22slbt_get_driver_ctx(): properly pass through SLBT_USAGE as return value.midipix1-2/+10
2024-01-22driver: slbt_get_driver_ctx(): fix function signature.midipix1-3/+3
2023-11-12driver: -version-info suport: strictly verify the version info argument.midipix1-1/+16
2023-05-28driver: added -objectlist support.midipix1-13/+81
2022-11-04driver: added -weak support, currently a no-op.midipix1-0/+7
2021-12-30A new home.midipix1-1/+1
2021-07-06Annual chores.midipix1-1/+1
2021-06-10driver: added --dumpmachine support.midipix1-5/+12
2021-06-09driver: modify the cfgnmachine string for accuracy (-dumpmachine or --cchost).midipix1-1/+1
2021-05-13driver: handle --version as only (repeated) argument more elegantly.midipix1-5/+8
2021-05-13driver: properly handle --help after --mode.midipix1-12/+27
2021-05-05driver: added explicit --sysroot support.midipix1-2/+44
2021-05-03driver api: slbt_get_flavor_settings(): initial implementation.midipix1-0/+20
2021-04-19driver: slbt_get_driver_ctx(): properly record the envp parameter.midipix1-2/+4
2021-04-15library: replace all uses of unlink() with unlinkat().midipix1-1/+5
2021-04-03driver: a heuristics-based -disable-shared now overrides --tag=disable-static.midipix1-0/+4