Age | Commit message (Expand) | Author | Files | Lines |
2024-02-26 | slbt_get_lconf_var(): refactored, now utilizing the cached text line vector. | midipix | 1 | -43/+35 |
2024-02-26 | slbt_get_lconf_flags(): cache the configuration in library friendly form. | midipix | 2 | -17/+32 |
2024-02-25 | internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input). | midipix | 1 | -0/+6 |
2024-02-25 | driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file. | midipix | 1 | -0/+10 |
2024-02-22 | internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function. | midipix | 2 | -0/+22 |
2024-02-22 | code base: internal (hidden) visibility: properly support legacy PE targets. | midipix | 1 | -0/+16 |
2024-02-21 | code base: strictly conform to isspace()'s interface (int vs. signed char). | midipix | 1 | -2/+3 |
2024-02-21 | slbt_util_copy_file(): simplify interface. | midipix | 2 | -2/+2 |
2024-02-21 | driver: internals: move the argv meta data to struct slbt_driver_ctx_impl. | midipix | 1 | -1/+1 |
2024-02-21 | execution context: added support for -export-symbols. | midipix | 1 | -1/+2 |
2024-02-20 | utility api's: _output_ namespace: simplified the execution context interfaces. | midipix | 1 | -2/+2 |
2024-02-20 | internals: slibtool_driver_impl.h: whitespace meditation. | midipix | 1 | -27/+28 |
2024-02-20 | struct slbt_exec_ctx_impl: added pointer to the associated driver context. | midipix | 1 | -0/+1 |
2024-02-20 | utility api's: added slbt_util_create_mapfile(). | midipix | 1 | -0/+12 |
2024-02-19 | driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist. | midipix | 1 | -0/+9 |
2024-02-19 | slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath(). | midipix | 3 | -2/+119 |
2024-02-19 | utility api's: renamed slbt_util_realpath() --> slbt_util_real_path(). | midipix | 1 | -2/+2 |
2024-02-19 | library api's: _api_ (package information) namespace overhaul. | midipix | 2 | -4/+4 |
2024-02-19 | library api's: _lib_ (program driver) namespace overhaul. | midipix | 1 | -6/+6 |
2024-02-19 | library api's: _ectx_ (command execution context) namespace overhaul. | midipix | 1 | -0/+5 |
2024-02-19 | library api's: _util_ (utility helper interfaces) namespace overhaul. | midipix | 1 | -2/+2 |
2024-02-18 | slbt_get_archive_meta(): check whether all object members share binary format. | midipix | 1 | -0/+1 |
2024-02-18 | code base: set the visilbity of internal library interfaces to hidden. | midipix | 11 | -12/+32 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch. | midipix | 1 | -0/+1 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: produce a sorted output by default. | midipix | 1 | -0/+5 |
2024-02-17 | driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*. | midipix | 1 | -2/+2 |
2024-02-17 | ar mode: utility: version script printing: added the -Wmapfile switch. | midipix | 1 | -0/+1 |
2024-02-17 | ar mode: utility: armap symbol printing: added the -Wregex switch. | midipix | 1 | -0/+1 |
2024-02-17 | internals: slibtool_ar_impl.h: added copyright notice. | midipix | 1 | -0/+6 |
2024-02-16 | ar mode: archive merging: added the -Wmerge command-line action. | midipix | 1 | -0/+2 |
2024-02-16 | driver: slbt_get_lconf_var(): accept colons in tool-specific arguments. | midipix | 1 | -1/+1 |
2024-02-16 | driver: host.[mdso,dlltool]: added support for tool-specific argument vector. | midipix | 1 | -5/+7 |
2024-02-16 | driver: host.as: added support for tool-specific argument vector. | midipix | 1 | -5/+8 |
2024-02-16 | driver: host.ar, host.ranlib: added support for tool-specific argument vector. | midipix | 1 | -2/+2 |
2024-02-16 | driver: heuristics: added optional support for tool-specific argument vector. | midipix | 1 | -7/+11 |
2024-02-16 | driver: internals: allows storing a distinct argument vector for each tool. | midipix | 1 | -0/+6 |
2024-02-14 | driver: rlibtool mode: also derive <host> from the located libtool script. | midipix | 2 | -0/+14 |
2024-02-14 | driver: rlibtool mode: also derive AS from the located libtool script. | midipix | 2 | -0/+12 |
2024-02-14 | driver: added the --as switch (assembler argument to pass through to dlltool). | midipix | 1 | -0/+2 |
2024-02-13 | slbt_get_lconf_flags(): make the dlltool related comparison more concise. | midipix | 1 | -1/+1 |
2024-02-13 | driver: rlibtool mode: also derive DLLTOOL from the located libtool script. | midipix | 2 | -1/+13 |
2024-02-13 | utility: newly added --config, now producing compatible --config output. | midipix | 1 | -0/+1 |
2024-02-13 | slbt_get_lconf_flags(): keep the located libtool script mapped for later use. | midipix | 2 | -1/+4 |
2024-02-13 | driver: rename --config as --info in anticipation of a compatible --config. | midipix | 1 | -1/+1 |
2024-02-11 | slbt_get_lconf_flags(): update internal context member for a later free(). | midipix | 1 | -2/+6 |
2024-02-10 | Annual chores. | midipix | 14 | -14/+14 |
2024-02-10 | link mode: move the executable creation logic to its own translation unit. | midipix | 1 | -0/+5 |
2024-02-10 | link mode: move the shared library creation logic to its own translation unit. | midipix | 1 | -0/+7 |
2024-02-10 | link mode: move the archive creation logic to its own translation unit. | midipix | 1 | -0/+6 |
2024-02-10 | link mode: move the import library logic to its own translation unit. | midipix | 1 | -0/+7 |