Age | Commit message (Expand) | Author | Files | Lines |
2018-08-13 | slbt_get_driver_ctx(): output error vector upon post-argv-parsing failures. | midipix | 1 | -33/+32 |
2018-08-13 | driver: added --heuristics support. | midipix | 1 | -0/+36 |
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 | 1 | -1/+1 |
2018-06-27 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -28/+89 |
2018-06-27 | argv.h: output usage and errors using [argv_]dprintf rather than fprint. | midipix | 1 | -6/+10 |
2018-06-23 | driver: added slbt_output_features(), providing compatible --features output. | midipix | 1 | -8/+31 |
2018-06-23 | driver: added SLBT_MODE_INFO, for more elegant flow control. | midipix | 1 | -9/+16 |
2018-06-22 | driver: compatibility: have -{shared|static} imply -disable-{static|shared}. | midipix | 1 | -2/+2 |
2018-06-22 | link mode: properly handle the combination of -release and -version-info. | midipix | 1 | -1/+0 |
2018-05-09 | driver: -shrext support: only use the extension portion of the extension. | midipix | 1 | -1/+3 |
2018-03-05 | driver: support -export-dynamic (currently as a no-op). | midipix | 1 | -0/+7 |
2018-02-26 | driver: allow flavor-based use of native tools (ar,ranlib,etc.) | midipix | 1 | -0/+5 |
2018-02-26 | driver: slbt_init_host_params(): improve native target detection logic. | midipix | 1 | -2/+45 |
2017-10-26 | driver: added --mdso and --implib support. | midipix | 1 | -0/+44 |
2017-08-11 | driver: added initial -dlpreopen support. | midipix | 1 | -0/+3 |
2017-08-11 | driver: support -thread-safe more elegantly. | midipix | 1 | -3/+0 |
2017-08-10 | driver: properly handle -thread-safe (no-op, compatibility). | midipix | 1 | -0/+3 |
2017-05-19 | driver: refine handling of --target. | midipix | 1 | -8/+1 |
2017-02-05 | annual chores, properly performed. | midipix | 1 | -1/+1 |
2017-02-04 | annual chores. | midipix | 1 | -1/+1 |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 1 | -19/+24 |
2016-11-19 | driver: slbt_output_raw_vector(): pass the correct file descriptor to isatty(). | midipix | 1 | -1/+1 |
2016-11-05 | compile mode: respect -disable-static and -disable-shared. | midipix | 1 | -0/+8 |
2016-11-01 | error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR. | Kylie McClain | 1 | -2/+2 |
2016-10-24 | slbt_free_driver_ctx(): fix readability. | midipix | 1 | -2/+2 |
2016-10-24 | driver: removed unit context and related interfaces (not needed by slibtool). | midipix | 1 | -18/+5 |
2016-10-07 | driver: added support for -dlopen (currently a no-op). | midipix | 1 | -0/+7 |
2016-09-19 | driver: accommodate hosts that occasionally use '-portbld-' in their triple. | midipix | 1 | -3/+14 |
2016-09-03 | driver: slbt_set_alternate_host(): added error trace support. | midipix | 1 | -4/+5 |
2016-09-03 | driver: added initial error info vector and buffer allocation. | midipix | 1 | -0/+7 |
2016-06-18 | driver: added --finish support. | midipix | 1 | -12/+19 |
2016-05-15 | driver: dynamic linker common path definitions: fixed typo. | midipix | 1 | -1/+1 |
2016-05-04 | driver: --legabits: fixed control flow. | midipix | 1 | -0/+2 |
2016-05-03 | driver: added --legabits support. | midipix | 1 | -0/+10 |
2016-05-01 | code maintenance: mark unused parameters, remove an unused variable. | midipix | 1 | -0/+2 |
2016-05-01 | driver: slbt_output_raw_vector(): initial implementation. | midipix | 1 | -0/+45 |