summaryrefslogtreecommitdiffhomepage
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
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
2016-11-05compile mode: respect -disable-static and -disable-shared.midipix1-0/+8
2016-11-01error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.Kylie McClain1-2/+2
2016-10-24slbt_free_driver_ctx(): fix readability.midipix1-2/+2
2016-10-24driver: status codes: refactor and normalize.midipix1-6/+8
2016-10-24driver: removed unit context and related interfaces (not needed by slibtool).midipix3-94/+5
2016-10-07driver: added support for -dlopen (currently a no-op).midipix1-0/+7
2016-09-24uninstall mode: initial implementation.midipix1-0/+3
2016-09-19driver: accommodate hosts that occasionally use '-portbld-' in their triple.midipix1-3/+14
2016-09-05utility: error trace and error information: initial integration.midipix1-13/+9
2016-09-03driver: slbt_set_alternate_host(): added error trace support.midipix1-4/+5
2016-09-03driver: added initial error info vector and buffer allocation.midipix1-0/+7
2016-07-29driver: main(): explicitly #include <errno.h>midipix1-0/+1
2016-06-25utility: improved box integration, removed need for build-time macro.midipix1-0/+172
2016-06-18driver: added --finish support.midipix1-12/+19
2016-05-15driver: dynamic linker common path definitions: fixed typo.midipix1-1/+1
2016-05-04driver: --legabits: fixed control flow.midipix1-0/+2
2016-05-03driver: added --legabits support.midipix1-0/+10
2016-05-01code maintenance: mark unused parameters, remove an unused variable.midipix1-0/+2
2016-05-01driver: slbt_output_raw_vector(): initial implementation.midipix1-0/+45
2016-04-29driver: added compatible -rpath support.midipix1-0/+70
2016-04-28driver: properly handle -o in install mode.midipix1-0/+6
2016-04-28driver: added -shrext support.midipix1-0/+11
2016-04-26driver: fix image format flag typo.midipix1-1/+1
2016-04-26driver: fix darwin flavor detection.midipix1-1/+1
2016-04-25driver: added --annotate support.midipix1-0/+21
2016-04-24driver: added struct slbt_source_version, slbt_source_version().midipix1-0/+13
2016-04-24execution context: link mode: install mode: added -release semantics support.midipix1-0/+1
2016-04-23driver: slbt_init_host_params(): fix annotation derived from -dumpmachine.midipix1-4/+5
2016-04-23driver: support automake's reliance on unrecognized argument removal.midipix1-3/+10
2016-04-23driver: slbt_init_host_params(): integrated slbt_dump_machine().midipix1-0/+15
2016-04-23driver: slbt_init_host_params(): fix host heuristics.midipix1-1/+8
2016-04-23driver: slbt_init_host_params(): fix typo.midipix1-12/+12
2016-04-23driver: added -bindir support.midipix1-0/+4
2016-04-23driver: added -disable-shared support.midipix1-0/+7
2016-04-21driver: added -disable-static support [no-op].midipix1-0/+7
2016-04-20driver: added -all-static support.midipix1-0/+4
2016-04-20driver: added --tag=NASM support.midipix1-0/+3
2016-04-19driver: avoid '\0' when assigning a value to a character type.midipix1-4/+4
2016-04-19driver: alternate host settings: add missing call to slbt_free_host_params().midipix1-0/+1
2016-04-19driver: added slbt_set_alternate_host(), slbt_reset_alternate_host().midipix1-0/+55
2016-04-19driver: allow freeing of alternate host strings.midipix1-15/+19
2016-04-19driver: slbt_init_flavor_settings: accept an alternate reference host.midipix1-11/+17