summaryrefslogtreecommitdiff
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
2024-02-09driver: move slbt_init_link_params() to its own translation unit.midipix2-113/+130
2024-02-09driver: move slbt_init_version_info() to its own translation unit.midipix2-55/+78
2024-02-09driver: move slbt_split_argv() to its own translation unit.midipix2-491/+511
2024-02-09driver: move the host params logic to its own translation unit.midipix2-642/+671
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-22ar mode: added --version support.midipix1-2/+10
2024-01-22driver: slbt_main(): --version conformance: print program version, then exit.midipix1-3/+4
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.midipix2-15/+72
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.midipix2-2/+2
2021-07-06Annual chores.midipix2-2/+2
2021-06-10driver: added --dumpmachine support.midipix2-5/+18
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.midipix2-28/+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
2021-04-03driver: --tag=disable-shared now overrides a heuristics-based -disable-static.midipix1-0/+3
2021-04-03driver: always respect the NO_COLOR envvar & SLBT_DRIVER_ANNOTATE_NEVER flag.midipix2-12/+37
2021-03-21driver: --version: update the git repository reference to the https variant.midipix1-1/+1
2021-03-21driver: slbt_init_flavor_settings(): properly handle the -shrext argument.midipix1-3/+1
2020-12-20internals: error tracing: record the not-found path upon ENOENT as needed.midipix1-2/+13
2020-12-19driver: support -static-libtool-libs (currently as a no-op).midipix1-0/+7
2020-09-14driver: added -Xlinker support.midipix1-0/+9
2020-09-08driver, link mode: properly implement the -module semantics.midipix1-8/+14
2020-06-25driver: slbt_init_host_params(): added missing initialization of ecode.midipix1-0/+1
2020-06-25driver: fix linkage of slbt_init_link_params().midipix1-1/+1
2019-11-04project: (semantic) transition to foss21.org.midipix1-1/+1
2019-10-17driver: resolve conflicting and/or incompatible command-line arguments.midipix1-8/+110
2019-10-16driver: --heuristics: respect explicit --disable-shared and/or -static.midipix1-3/+0
2019-06-29driver: added FC support.midipix1-0/+3
2019-06-18driver: set correct return value upon --help or --help=all.midipix2-4/+5
2019-06-12driver: added -XCClinker support.midipix1-0/+3
2019-05-07Do not refer to on-the-fly compound literals out of scope.midipix1-10/+12
2019-04-24driver: added F77 support.midipix1-0/+3
2019-02-19driver, compile & link mode: support arbitrary & known compiler wrappers.midipix1-6/+33
2018-11-10driver: host flavors: added suffixed suffixes support.midipix1-7/+7
2018-11-10driver: host flavors: whitespace meditation.midipix1-9/+39
2018-11-10driver: host flavors: midipix: ldso environment variable is LD_LIBRARY_PATH.midipix1-1/+1
2018-11-07driver: enhanced target-ar logic: accommodate legacy systems.midipix1-29/+35