Age | Commit message (Expand) | Author | Files | Lines |
2024-01-27 | archiver output api: added slbt_ar_output_arname(). | midipix | 1 | -0/+12 |
2024-01-27 | struct slbt_archive_ctx_impl: added pointer to the associated driver context. | midipix | 1 | -0/+1 |
2024-01-22 | driver: ar mode: preliminar argv parsing: avoid TAG enum member ambiguity. | midipix | 1 | -0/+4 |
2024-01-22 | ar mode: slbt_get_archive_ctx(): initial implementation and integration. | midipix | 1 | -0/+24 |
2023-05-28 | driver: added -objectlist support. | midipix | 1 | -0/+11 |
2022-11-04 | driver: added -weak support, currently a no-op. | midipix | 1 | -1/+2 |
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 | -0/+1 |
2021-05-05 | driver: added explicit --sysroot support. | midipix | 1 | -0/+1 |
2021-04-17 | library: eliminate use of the external environ variable. | midipix | 1 | -0/+8 |
2020-12-19 | driver: support -static-libtool-libs (currently as a no-op). | midipix | 1 | -0/+1 |
2019-02-19 | driver, compile & link mode: support arbitrary & known compiler wrappers. | midipix | 1 | -0/+1 |
2018-10-24 | driver: execution context: added slbt_reset_argvector(). | midipix | 1 | -0/+2 |
2018-10-15 | driver: clone, normalize (-l,--library,-L,--library-path) the argument vector. | midipix | 1 | -0/+9 |
2018-08-13 | driver: added --heuristics support. | midipix | 1 | -0/+1 |
2018-07-11 | driver: added --windres support. | midipix | 1 | -0/+2 |
2018-07-06 | driver: struct slbt_fd_ctx: added .fdcwd and .fddst. | midipix | 1 | -0/+14 |
2018-06-29 | execution context: generated wrapper: replaced the stream with a pure fd. | midipix | 1 | -0/+41 |
2018-06-27 | internal headers: add missing guards and notes, remove unneeded notes. | midipix | 1 | -0/+6 |
2018-06-27 | internal headers: fix oversight typos. | midipix | 1 | -2/+2 |
2018-06-27 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -0/+29 |
2018-06-27 | driver: argv usage and error output: use the signal-resilient slbt_dprintf(). | midipix | 1 | -0/+1 |
2018-03-05 | driver: support -export-dynamic (currently as a no-op). | midipix | 1 | -0/+1 |
2017-10-26 | driver: added --mdso and --implib support. | midipix | 1 | -0/+3 |
2017-08-11 | driver: added initial -dlpreopen support. | midipix | 1 | -0/+1 |
2017-08-11 | driver: support -thread-safe more elegantly. | midipix | 1 | -0/+1 |
2016-12-25 | argv.h: use an option vector rather than a direct pointer to the option table. | midipix | 1 | -0/+2 |
2016-10-24 | driver: removed unit context and related interfaces (not needed by slibtool). | midipix | 1 | -7/+0 |
2016-10-07 | driver: added support for -dlopen (currently a no-op). | midipix | 1 | -0/+1 |
2016-09-19 | driver: accommodate hosts that occasionally use '-portbld-' in their triple. | midipix | 1 | -0/+1 |
2016-09-03 | driver: added initial error info vector and buffer allocation. | midipix | 1 | -0/+4 |
2016-09-03 | driver: internals: added the static inlined slbt_get_driver_ictx() helper. | midipix | 1 | -0/+12 |
2016-06-25 | utility: added slbt_main() as a public interface, refactored accordingly. | midipix | 1 | -1/+0 |
2016-06-18 | driver: added --finish support. | midipix | 1 | -0/+1 |
2016-05-03 | driver: added --legabits support. | midipix | 1 | -0/+1 |
2016-04-28 | driver: added -shrext support. | midipix | 1 | -0/+1 |
2016-04-25 | driver: added --annotate support. | midipix | 1 | -0/+1 |
2016-04-23 | driver: added -bindir support. | midipix | 1 | -0/+1 |
2016-04-23 | driver: added -disable-shared support. | midipix | 1 | -0/+1 |
2016-04-21 | driver: added -disable-static support [no-op]. | midipix | 1 | -0/+1 |
2016-04-20 | driver: added -all-static support. | midipix | 1 | -0/+1 |
2016-04-19 | driver: added slbt_set_alternate_host(), slbt_reset_alternate_host(). | midipix | 1 | -0/+1 |
2016-04-16 | driver: added -no-install support [no-op]. | midipix | 1 | -0/+1 |
2016-04-16 | driver: added -R support [no-op]. | midipix | 1 | -0/+1 |
2016-04-11 | driver: added -avoid-version support. | midipix | 1 | -0/+1 |
2016-04-11 | driver & execution context: added -module support. | midipix | 1 | -0/+1 |
2016-04-10 | driver: added -export-symbols support [no-op]. | midipix | 1 | -0/+1 |
2016-04-09 | driver: added -export-symbols-regex support [no-op]. | midipix | 1 | -0/+1 |
2016-04-09 | driver: added -version-number support. | midipix | 1 | -0/+1 |