Age | Commit message (Expand) | Author | Files | Lines |
2017-02-04 | annual chores. | midipix | 2 | -2/+2 |
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: status codes: refactor and normalize. | midipix | 1 | -6/+8 |
2016-10-24 | driver: removed unit context and related interfaces (not needed by slibtool). | midipix | 3 | -94/+5 |
2016-10-07 | driver: added support for -dlopen (currently a no-op). | midipix | 1 | -0/+7 |
2016-09-24 | uninstall mode: initial implementation. | midipix | 1 | -0/+3 |
2016-09-19 | driver: accommodate hosts that occasionally use '-portbld-' in their triple. | midipix | 1 | -3/+14 |
2016-09-05 | utility: error trace and error information: initial integration. | midipix | 1 | -13/+9 |
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-07-29 | driver: main(): explicitly #include <errno.h> | midipix | 1 | -0/+1 |
2016-06-25 | utility: improved box integration, removed need for build-time macro. | midipix | 1 | -0/+172 |
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 |
2016-04-29 | driver: added compatible -rpath support. | midipix | 1 | -0/+70 |
2016-04-28 | driver: properly handle -o in install mode. | midipix | 1 | -0/+6 |
2016-04-28 | driver: added -shrext support. | midipix | 1 | -0/+11 |
2016-04-26 | driver: fix image format flag typo. | midipix | 1 | -1/+1 |
2016-04-26 | driver: fix darwin flavor detection. | midipix | 1 | -1/+1 |
2016-04-25 | driver: added --annotate support. | midipix | 1 | -0/+21 |
2016-04-24 | driver: added struct slbt_source_version, slbt_source_version(). | midipix | 1 | -0/+13 |
2016-04-24 | execution context: link mode: install mode: added -release semantics support. | midipix | 1 | -0/+1 |
2016-04-23 | driver: slbt_init_host_params(): fix annotation derived from -dumpmachine. | midipix | 1 | -4/+5 |
2016-04-23 | driver: support automake's reliance on unrecognized argument removal. | midipix | 1 | -3/+10 |
2016-04-23 | driver: slbt_init_host_params(): integrated slbt_dump_machine(). | midipix | 1 | -0/+15 |
2016-04-23 | driver: slbt_init_host_params(): fix host heuristics. | midipix | 1 | -1/+8 |
2016-04-23 | driver: slbt_init_host_params(): fix typo. | midipix | 1 | -12/+12 |
2016-04-23 | driver: added -bindir support. | midipix | 1 | -0/+4 |
2016-04-23 | driver: added -disable-shared support. | midipix | 1 | -0/+7 |
2016-04-21 | driver: added -disable-static support [no-op]. | midipix | 1 | -0/+7 |
2016-04-20 | driver: added -all-static support. | midipix | 1 | -0/+4 |
2016-04-20 | driver: added --tag=NASM support. | midipix | 1 | -0/+3 |
2016-04-19 | driver: avoid '\0' when assigning a value to a character type. | midipix | 1 | -4/+4 |
2016-04-19 | driver: alternate host settings: add missing call to slbt_free_host_params(). | midipix | 1 | -0/+1 |
2016-04-19 | driver: added slbt_set_alternate_host(), slbt_reset_alternate_host(). | midipix | 1 | -0/+55 |
2016-04-19 | driver: allow freeing of alternate host strings. | midipix | 1 | -15/+19 |
2016-04-19 | driver: slbt_init_flavor_settings: accept an alternate reference host. | midipix | 1 | -11/+17 |
2016-04-19 | driver: slbt_init_flavor_settings: allow initialization of alternate settings. | midipix | 1 | -3/+7 |
2016-04-17 | driver: added image format support. | midipix | 1 | -7/+14 |
2016-04-16 | driver: fix version-related logic, always invoke slbt_init_version_info(). | midipix | 1 | -5/+7 |
2016-04-16 | driver: added -R support [no-op]. | midipix | 1 | -0/+7 |
2016-04-11 | driver: account for the combination of -module and a lib-prefixed .la wrapper. | midipix | 1 | -2/+3 |