Age | Commit message (Expand) | Author | Files | Lines |
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-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 | 1 | -0/+7 |
2024-02-14 | driver: rlibtool mode: also derive AS from the located libtool script. | midipix | 1 | -0/+7 |
2024-02-14 | driver: added the --as switch (assembler argument to pass through to dlltool). | midipix | 1 | -0/+4 |
2024-02-13 | driver: rlibtool mode: also derive DLLTOOL from the located libtool script. | midipix | 1 | -1/+8 |
2024-02-13 | utility: newly added --config, now producing compatible --config output. | midipix | 1 | -0/+8 |
2024-02-13 | slbt_get_lconf_flags(): keep the located libtool script mapped for later use. | midipix | 1 | -0/+6 |
2024-02-13 | driver: rename --config as --info in anticipation of a compatible --config. | midipix | 1 | -3/+3 |
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/+20 |
2024-02-09 | driver: eliminate duplicate presence of the static argv interfaces. | midipix | 1 | -0/+35 |
2024-02-09 | driver: move slbt_init_link_params() to its own translation unit. | midipix | 1 | -113/+0 |
2024-02-09 | driver: move slbt_init_version_info() to its own translation unit. | midipix | 1 | -55/+5 |
2024-02-09 | driver: move slbt_split_argv() to its own translation unit. | midipix | 1 | -491/+2 |
2024-02-09 | driver: move the host params logic to its own translation unit. | midipix | 1 | -642/+8 |
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 | 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 | 1 | -15/+65 |
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 |
2021-12-30 | A new home. | midipix | 1 | -1/+1 |
2021-07-06 | Annual chores. | midipix | 1 | -1/+1 |
2021-06-10 | driver: added --dumpmachine support. | midipix | 1 | -5/+12 |
2021-06-09 | driver: modify the cfgnmachine string for accuracy (-dumpmachine or --cchost). | midipix | 1 | -1/+1 |
2021-05-13 | driver: handle --version as only (repeated) argument more elegantly. | midipix | 1 | -5/+8 |
2021-05-13 | driver: properly handle --help after --mode. | midipix | 1 | -12/+27 |
2021-05-05 | driver: added explicit --sysroot support. | midipix | 1 | -2/+44 |
2021-05-03 | driver api: slbt_get_flavor_settings(): initial implementation. | midipix | 1 | -0/+20 |
2021-04-19 | driver: slbt_get_driver_ctx(): properly record the envp parameter. | midipix | 1 | -2/+4 |
2021-04-15 | library: replace all uses of unlink() with unlinkat(). | midipix | 1 | -1/+5 |
2021-04-03 | driver: a heuristics-based -disable-shared now overrides --tag=disable-static. | midipix | 1 | -0/+4 |
2021-04-03 | driver: --tag=disable-shared now overrides a heuristics-based -disable-static. | midipix | 1 | -0/+3 |
2021-04-03 | driver: always respect the NO_COLOR envvar & SLBT_DRIVER_ANNOTATE_NEVER flag. | midipix | 1 | -10/+28 |
2021-03-21 | driver: slbt_init_flavor_settings(): properly handle the -shrext argument. | midipix | 1 | -3/+1 |
2020-12-20 | internals: error tracing: record the not-found path upon ENOENT as needed. | midipix | 1 | -2/+13 |
2020-12-19 | driver: support -static-libtool-libs (currently as a no-op). | midipix | 1 | -0/+7 |
2020-09-14 | driver: added -Xlinker support. | midipix | 1 | -0/+9 |
2020-09-08 | driver, link mode: properly implement the -module semantics. | midipix | 1 | -8/+14 |
2020-06-25 | driver: slbt_init_host_params(): added missing initialization of ecode. | midipix | 1 | -0/+1 |
2020-06-25 | driver: fix linkage of slbt_init_link_params(). | midipix | 1 | -1/+1 |
2019-10-17 | driver: resolve conflicting and/or incompatible command-line arguments. | midipix | 1 | -8/+110 |
2019-10-16 | driver: --heuristics: respect explicit --disable-shared and/or -static. | midipix | 1 | -3/+0 |