Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -12/+37 |
2021-03-21 | driver: --version: update the git repository reference to the https variant. | midipix | 1 | -1/+1 |
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-11-04 | project: (semantic) transition to foss21.org. | 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 |
2019-06-29 | driver: added FC support. | midipix | 1 | -0/+3 |
2019-06-18 | driver: set correct return value upon --help or --help=all. | midipix | 2 | -4/+5 |
2019-06-12 | driver: added -XCClinker support. | midipix | 1 | -0/+3 |
2019-05-07 | Do not refer to on-the-fly compound literals out of scope. | midipix | 1 | -10/+12 |
2019-04-24 | driver: added F77 support. | midipix | 1 | -0/+3 |
2019-02-19 | driver, compile & link mode: support arbitrary & known compiler wrappers. | midipix | 1 | -6/+33 |
2018-11-10 | driver: host flavors: added suffixed suffixes support. | midipix | 1 | -7/+7 |
2018-11-10 | driver: host flavors: whitespace meditation. | midipix | 1 | -9/+39 |
2018-11-10 | driver: host flavors: midipix: ldso environment variable is LD_LIBRARY_PATH. | midipix | 1 | -1/+1 |
2018-11-07 | driver: enhanced target-ar logic: accommodate legacy systems. | midipix | 1 | -29/+35 |
2018-11-07 | driver: slbt_init_host_params(): enhance the target-ar related logic. | midipix | 1 | -0/+82 |
2018-10-21 | slbt_split_argv(): properly normalize --library-path=<path> arguments. | midipix | 1 | -1/+1 |
2018-10-15 | driver: clone, normalize (-l,--library,-L,--library-path) the argument vector. | midipix | 1 | -22/+129 |
2018-08-17 | driver: slbt_get_driver_ctx(): support stack-based argv. | midipix | 1 | -1/+1 |
2018-08-13 | slbt_get_driver_ctx(): output error vector upon post-argv-parsing failures. | midipix | 1 | -33/+32 |
2018-08-13 | utility: convenience symlinks: added rclibtool, rdlibtool, and rdclibtool. | midipix | 1 | -0/+16 |
2018-08-13 | utility: --heuristics support: added the 'rlibtool' convenience symlink. | midipix | 1 | -0/+4 |
2018-08-13 | driver: added --heuristics support. | midipix | 1 | -0/+36 |
2018-08-09 | front-end utility: slbt_main(): remove the redundant argc parameter. | midipix | 1 | -7/+11 |
2018-08-05 | coding-style meditation. | midipix | 1 | -3/+3 |
2018-08-04 | library: removed slbt_create_driver_ctx() [too much of a good thing]. | midipix | 1 | -35/+0 |
2018-07-16 | driver: if no --tag had been defined in compile mode, set --tag to CC. | midipix | 1 | -0/+5 |
2018-07-16 | project: update the _XOPEN_SOURCE requirement to reflect use of openat(3). | midipix | 1 | -4/+0 |
2018-07-11 | driver: added --tag=RC support. | midipix | 1 | -0/+3 |
2018-07-11 | driver: added --windres support. | midipix | 1 | -0/+32 |
2018-07-11 | slbt_init_host_params(): further eliminate compiler -dumpmachine invocations. | midipix | 1 | -1/+4 |
2018-07-11 | slbt_init_host_params(): flavor detection: associate -windows- with mingw. | midipix | 1 | -0/+2 |
2018-07-11 | slbt_split_argv(): use a compiler --target argument also as a tool argument. | midipix | 1 | -0/+11 |
2018-07-11 | slbt_split_argv(): condition blocks: edited for style consistency. | midipix | 1 | -5/+3 |
2018-07-11 | compile & link modes: accommodate conceptually challenged, PICky targets. | midipix | 1 | -24/+20 |
2018-07-07 | implementation: use of AT_FDCWD: define _POSIX_C_SOURCE as needed. | midipix | 1 | -0/+4 |
2018-07-06 | driver: struct slbt_fd_ctx: added .fdcwd and .fddst. | midipix | 1 | -2/+10 |
2018-06-29 | driver: slbt_init_host_params(): do not set fnative when !fdumpmachine. | midipix | 1 | -1/+0 |
2018-06-29 | driver: slbt_init_host_params(): propagate failure of <compiler> -dumpmachine. | midipix | 1 | -7/+21 |
2018-06-27 | annual chores. | midipix | 2 | -2/+2 |
2018-06-27 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 2 | -39/+103 |