summaryrefslogtreecommitdiffhomepage
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-07driver: slbt_init_host_params(): enhance the target-ar related logic.midipix1-0/+82
2018-10-21slbt_split_argv(): properly normalize --library-path=<path> arguments.midipix1-1/+1
2018-10-15driver: clone, normalize (-l,--library,-L,--library-path) the argument vector.midipix1-22/+129
2018-08-17driver: slbt_get_driver_ctx(): support stack-based argv.midipix1-1/+1
2018-08-13slbt_get_driver_ctx(): output error vector upon post-argv-parsing failures.midipix1-33/+32
2018-08-13utility: convenience symlinks: added rclibtool, rdlibtool, and rdclibtool.midipix1-0/+16
2018-08-13utility: --heuristics support: added the 'rlibtool' convenience symlink.midipix1-0/+4
2018-08-13driver: added --heuristics support.midipix1-0/+36
2018-08-09front-end utility: slbt_main(): remove the redundant argc parameter.midipix1-7/+11
2018-08-05coding-style meditation.midipix1-3/+3
2018-08-04library: removed slbt_create_driver_ctx() [too much of a good thing].midipix1-35/+0
2018-07-16driver: if no --tag had been defined in compile mode, set --tag to CC.midipix1-0/+5
2018-07-16project: update the _XOPEN_SOURCE requirement to reflect use of openat(3).midipix1-4/+0
2018-07-11driver: added --tag=RC support.midipix1-0/+3
2018-07-11driver: added --windres support.midipix1-0/+32
2018-07-11slbt_init_host_params(): further eliminate compiler -dumpmachine invocations.midipix1-1/+4
2018-07-11slbt_init_host_params(): flavor detection: associate -windows- with mingw.midipix1-0/+2
2018-07-11slbt_split_argv(): use a compiler --target argument also as a tool argument.midipix1-0/+11
2018-07-11slbt_split_argv(): condition blocks: edited for style consistency.midipix1-5/+3
2018-07-11compile & link modes: accommodate conceptually challenged, PICky targets.midipix1-24/+20
2018-07-07implementation: use of AT_FDCWD: define _POSIX_C_SOURCE as needed.midipix1-0/+4
2018-07-06driver: struct slbt_fd_ctx: added .fdcwd and .fddst.midipix1-2/+10
2018-06-29driver: slbt_init_host_params(): do not set fnative when !fdumpmachine.midipix1-1/+0
2018-06-29driver: slbt_init_host_params(): propagate failure of <compiler> -dumpmachine.midipix1-7/+21
2018-06-27annual chores.midipix2-2/+2
2018-06-27driver, library interfaces: support alternate fd's for input/output/error/log.midipix2-39/+103
2018-06-27argv.h: output usage and errors using [argv_]dprintf rather than fprint.midipix1-6/+10
2018-06-23driver: added slbt_output_features(), providing compatible --features output.midipix2-8/+34
2018-06-23driver: added SLBT_MODE_INFO, for more elegant flow control.midipix1-9/+16
2018-06-22driver: compatibility: have -{shared|static} imply -disable-{static|shared}.midipix1-2/+2
2018-06-22link mode: properly handle the combination of -release and -version-info.midipix1-1/+0
2018-05-09driver: -shrext support: only use the extension portion of the extension.midipix1-1/+3
2018-03-05driver: support -export-dynamic (currently as a no-op).midipix1-0/+7
2018-02-26driver: allow flavor-based use of native tools (ar,ranlib,etc.)midipix1-0/+5
2018-02-26driver: slbt_init_host_params(): improve native target detection logic.midipix1-2/+45
2017-10-26driver: added --mdso and --implib support.midipix1-0/+44
2017-08-11driver: added initial -dlpreopen support.midipix1-0/+3
2017-08-11driver: support -thread-safe more elegantly.midipix1-3/+0
2017-08-10driver: properly handle -thread-safe (no-op, compatibility).midipix1-0/+3
2017-05-19driver: refine handling of --target.midipix1-8/+1
2017-02-05annual chores, properly performed.midipix2-2/+2
2017-02-04annual chores.midipix2-2/+2
2016-12-25argv.h: use an option vector rather than a direct pointer to the option table.midipix1-19/+24
2016-11-19driver: slbt_output_raw_vector(): pass the correct file descriptor to isatty().midipix1-1/+1