summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-10driver: added --dumpmachine support.midipix1-0/+1
2021-06-10output: added slbt_output_machine().midipix1-0/+1
2021-05-05driver: added explicit --sysroot support.midipix1-0/+1
2021-05-03driver api: slbt_get_flavor_settings(): initial implementation.midipix1-0/+2
2020-12-26output: added slbt_output_fdcwd().midipix1-0/+1
2020-12-26helper api: added slbt_realpath().midipix1-0/+1
2020-12-19driver: support -static-libtool-libs (currently as a no-op).midipix1-0/+1
2019-06-29driver: added FC support.midipix1-0/+1
2019-04-24driver: added F77 support.midipix1-0/+1
2019-02-19driver, compile & link mode: support arbitrary & known compiler wrappers.midipix1-0/+1
2018-11-10link mode: host flavors: properly support suffixed suffixes.midipix1-0/+1
2018-11-10driver: host flavors: added suffixed suffixes support.midipix1-0/+2
2018-10-24driver: execution context: added slbt_reset_argvector().midipix1-0/+1
2018-08-13driver: added --heuristics support.midipix1-0/+1
2018-08-13internals: -shared/-static heuristics: added slbt_get_lconf_flags().midipix1-0/+3
2018-08-09front-end utility: slbt_main(): remove the redundant argc parameter.midipix1-1/+1
2018-08-04library: removed slbt_create_driver_ctx() [too much of a good thing].midipix1-4/+0
2018-07-18whitespace meditation.midipix1-36/+36
2018-07-18whitespace meditation.midipix1-2/+7
2018-07-11driver: added --tag=RC support.midipix1-0/+1
2018-07-11driver: added --windres support.midipix1-0/+1
2018-07-11whitespace meditation.midipix1-52/+52
2018-07-11compile & link modes: accommodate conceptually challenged, PICky targets.midipix1-0/+1
2018-07-11link mode: properly handle explicit archive input arguments.midipix1-0/+1
2018-07-06driver: struct slbt_fd_ctx: added .fdcwd and .fddst.midipix1-0/+2
2018-07-06slibtool.h: #define SLBT_DRIVER_XFLAG more robustly.midipix1-1/+1
2018-06-29execution context: generated wrapper: replaced the stream with a pure fd.midipix1-1/+0
2018-06-29link mode: re-implemented slbt_exec_link_create_dep_file() w. pure fdio.midipix1-1/+0
2018-06-29internals: added slbt_mapped_readline().midipix1-0/+1
2018-06-27library interfaces: api headers: fix oversight typos.midipix2-4/+4
2018-06-27driver, library interfaces: support alternate fd's for input/output/error/log.midipix1-3/+16
2018-06-24library API: removed definition of struct slbt_input, as it is not needed.midipix1-5/+0
2018-06-23driver: added slbt_output_features(), providing compatible --features output.midipix1-0/+1
2018-06-23driver: removed the SLBT_DRIVER_HEURISTICS flag, as it is no longer needed.midipix1-1/+0
2018-06-23driver: added SLBT_MODE_INFO, for more elegant flow control.midipix1-0/+1
2018-06-22link mode: properly handle the combination of -release and -version-info.midipix1-0/+1
2018-03-05driver: support -export-dynamic (currently as a no-op).midipix1-0/+1
2017-10-26driver: added --mdso and --implib support.midipix1-0/+6
2016-11-19slibtool_api.h: fix export/import inconsistency.midipix1-2/+2
2016-11-02error trace: enum slbt_custom_error: defined right after error flag macros.midipix1-14/+14
2016-11-02error trace: enum slbt_custom_error: added fallback custom error codes.midipix1-0/+2
2016-11-01error trace: use descriptive errcodes for invocations of SLBT_CUSTOM_ERROR.Kylie McClain1-0/+12
2016-10-26driver: struct slbt_error_info: extend and refactor.midipix1-6/+7
2016-10-24driver: status codes: refactor and normalize.midipix1-4/+1
2016-10-24driver: removed unit context and related interfaces (not needed by slibtool).midipix1-15/+0
2016-09-24uninstall mode: initial implementation.midipix1-0/+2
2016-09-14link mode: soname: properly handle -module when output begins with dso prefix.midipix1-0/+1
2016-09-13link mode: account for directory depth when generating .deps for .la wrapper.midipix1-0/+1
2016-09-05struct slbt_driver_ctx: removed members: status, nerrors (no longer needed).midipix1-2/+0
2016-09-05output: added slbt_output_error_record(), slbt_output_error_vector().midipix1-0/+2