Age | Commit message (Expand) | Author | Files | Lines |
2018-07-11 | compile & link modes: accommodate conceptually challenged, PICky targets. | midipix | 1 | -0/+1 |
2018-07-11 | link mode: properly handle explicit archive input arguments. | midipix | 1 | -0/+1 |
2018-07-06 | driver: struct slbt_fd_ctx: added .fdcwd and .fddst. | midipix | 1 | -0/+2 |
2018-07-06 | slibtool.h: #define SLBT_DRIVER_XFLAG more robustly. | midipix | 1 | -1/+1 |
2018-06-29 | execution context: generated wrapper: replaced the stream with a pure fd. | midipix | 1 | -1/+0 |
2018-06-29 | link mode: re-implemented slbt_exec_link_create_dep_file() w. pure fdio. | midipix | 1 | -1/+0 |
2018-06-29 | internals: added slbt_mapped_readline(). | midipix | 1 | -0/+1 |
2018-06-27 | library interfaces: api headers: fix oversight typos. | midipix | 2 | -4/+4 |
2018-06-27 | driver, library interfaces: support alternate fd's for input/output/error/log. | midipix | 1 | -3/+16 |
2018-06-24 | library API: removed definition of struct slbt_input, as it is not needed. | midipix | 1 | -5/+0 |
2018-06-23 | driver: added slbt_output_features(), providing compatible --features output. | midipix | 1 | -0/+1 |
2018-06-23 | driver: removed the SLBT_DRIVER_HEURISTICS flag, as it is no longer needed. | midipix | 1 | -1/+0 |
2018-06-23 | driver: added SLBT_MODE_INFO, for more elegant flow control. | midipix | 1 | -0/+1 |
2018-06-22 | link mode: properly handle the combination of -release and -version-info. | 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/+6 |
2016-11-19 | slibtool_api.h: fix export/import inconsistency. | midipix | 1 | -2/+2 |
2016-11-02 | error trace: enum slbt_custom_error: defined right after error flag macros. | midipix | 1 | -14/+14 |
2016-11-02 | error trace: enum slbt_custom_error: added fallback custom error codes. | midipix | 1 | -0/+2 |
2016-11-01 | error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR. | Kylie McClain | 1 | -0/+12 |
2016-10-26 | driver: struct slbt_error_info: extend and refactor. | midipix | 1 | -6/+7 |
2016-10-24 | driver: status codes: refactor and normalize. | midipix | 1 | -4/+1 |
2016-10-24 | driver: removed unit context and related interfaces (not needed by slibtool). | midipix | 1 | -15/+0 |
2016-09-24 | uninstall mode: initial implementation. | midipix | 1 | -0/+2 |
2016-09-14 | link mode: soname: properly handle -module when output begins with dso prefix. | midipix | 1 | -0/+1 |
2016-09-13 | link mode: account for directory depth when generating .deps for .la wrapper. | midipix | 1 | -0/+1 |
2016-09-05 | struct slbt_driver_ctx: removed members: status, nerrors (no longer needed). | midipix | 1 | -2/+0 |
2016-09-05 | output: added slbt_output_error_record(), slbt_output_error_vector(). | midipix | 1 | -0/+2 |
2016-09-03 | slibtool.h: added public error trace definitions. | midipix | 1 | -0/+16 |
2016-06-25 | utility: added slbt_main() as a public interface, refactored accordingly. | midipix | 1 | -0/+1 |
2016-05-05 | library: struct slbt_common_ctx: changed the order of elements. | midipix | 1 | -3/+3 |
2016-05-05 | project: slibtool.h: added comments. | midipix | 1 | -0/+2 |
2016-05-03 | driver: added --legabits support. | midipix | 1 | -0/+1 |
2016-04-30 | execute mode: initial implementation. | midipix | 1 | -0/+1 |
2016-04-30 | utility: output: added slbt_output_execute(). | midipix | 1 | -0/+1 |
2016-04-30 | link mode: added output annotation support. | midipix | 1 | -0/+1 |
2016-04-29 | execution context: added compatible -rpath support. | midipix | 1 | -0/+1 |
2016-04-29 | driver: added compatible -rpath support. | midipix | 1 | -0/+1 |
2016-04-28 | execution context: added -rpath placeholders. | midipix | 1 | -0/+1 |
2016-04-28 | driver: properly handle -o in install mode. | 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/+4 |
2016-04-24 | driver: added struct slbt_source_version, slbt_source_version(). | midipix | 1 | -0/+10 |
2016-04-24 | execution context: link mode: install mode: added -release semantics support. | midipix | 1 | -0/+1 |
2016-04-23 | library: helper functions: added slbt_dump_machine. | midipix | 1 | -0/+1 |
2016-04-23 | link mode: added .lai support via a symlink to the .la library wrapper. | 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/+2 |
2016-04-20 | driver: added --tag=NASM support. | midipix | 1 | -0/+1 |