summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2024-02-20utility api's: added slbt_util_create_mapfile().midipix1-0/+12
2024-02-19driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist.midipix1-0/+9
2024-02-19slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath().midipix3-2/+119
2024-02-19utility api's: renamed slbt_util_realpath() --> slbt_util_real_path().midipix1-2/+2
2024-02-19library api's: _api_ (package information) namespace overhaul.midipix2-4/+4
2024-02-19library api's: _lib_ (program driver) namespace overhaul.midipix1-6/+6
2024-02-19library api's: _ectx_ (command execution context) namespace overhaul.midipix1-0/+5
2024-02-19library api's: _util_ (utility helper interfaces) namespace overhaul.midipix1-2/+2
2024-02-18slbt_get_archive_meta(): check whether all object members share binary format.midipix1-0/+1
2024-02-18code base: set the visilbity of internal library interfaces to hidden.midipix11-12/+32
2024-02-17ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch.midipix1-0/+1
2024-02-17ar mode: pretty printer: symbols, mapfile: produce a sorted output by default.midipix1-0/+5
2024-02-17driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.midipix1-2/+2
2024-02-17ar mode: utility: version script printing: added the -Wmapfile switch.midipix1-0/+1
2024-02-17ar mode: utility: armap symbol printing: added the -Wregex switch.midipix1-0/+1
2024-02-17internals: slibtool_ar_impl.h: added copyright notice.midipix1-0/+6
2024-02-16ar mode: archive merging: added the -Wmerge command-line action.midipix1-0/+2
2024-02-16driver: slbt_get_lconf_var(): accept colons in tool-specific arguments.midipix1-1/+1
2024-02-16driver: host.[mdso,dlltool]: added support for tool-specific argument vector.midipix1-5/+7
2024-02-16driver: host.as: added support for tool-specific argument vector.midipix1-5/+8
2024-02-16driver: host.ar, host.ranlib: added support for tool-specific argument vector.midipix1-2/+2
2024-02-16driver: heuristics: added optional support for tool-specific argument vector.midipix1-7/+11
2024-02-16driver: internals: allows storing a distinct argument vector for each tool.midipix1-0/+6
2024-02-14driver: rlibtool mode: also derive <host> from the located libtool script.midipix2-0/+14
2024-02-14driver: rlibtool mode: also derive AS from the located libtool script.midipix2-0/+12
2024-02-14driver: added the --as switch (assembler argument to pass through to dlltool).midipix1-0/+2
2024-02-13slbt_get_lconf_flags(): make the dlltool related comparison more concise.midipix1-1/+1
2024-02-13driver: rlibtool mode: also derive DLLTOOL from the located libtool script.midipix2-1/+13
2024-02-13utility: newly added --config, now producing compatible --config output.midipix1-0/+1
2024-02-13slbt_get_lconf_flags(): keep the located libtool script mapped for later use.midipix2-1/+4
2024-02-13driver: rename --config as --info in anticipation of a compatible --config.midipix1-1/+1
2024-02-11slbt_get_lconf_flags(): update internal context member for a later free().midipix1-2/+6
2024-02-10Annual chores.midipix14-14/+14
2024-02-10link mode: move the executable creation logic to its own translation unit.midipix1-0/+5
2024-02-10link mode: move the shared library creation logic to its own translation unit.midipix1-0/+7
2024-02-10link mode: move the archive creation logic to its own translation unit.midipix1-0/+6
2024-02-10link mode: move the import library logic to its own translation unit.midipix1-0/+7
2024-02-10link mode: move the host tag logic to its own translation unit.midipix1-0/+5
2024-02-10link mode: move the argument vector logic to its own translation unit.midipix1-0/+30
2024-02-10link mode: move the dependency file logic to its own translation unit.midipix1-0/+24
2024-02-10code base: simplify checks against value returned from snprintf() via wrapper.midipix3-4/+51
2024-02-09driver: provide wrappers for argv_usage() and argv_usage_plain().midipix1-0/+14
2024-02-09driver: eliminate duplicate presence of the static argv interfaces.midipix1-0/+21
2024-02-09driver: move slbt_init_link_params() to its own translation unit.midipix1-0/+3
2024-02-09driver: move slbt_init_version_info() to its own translation unit.midipix1-0/+8
2024-02-09driver: move slbt_split_argv() to its own translation unit.midipix1-0/+23
2024-02-09driver: move the host params logic to its own translation unit.midipix1-0/+31
2024-02-08driver: rlibtool mode: derive AR and RANLIB from the located libtool script.midipix1-4/+41
2024-02-08slbt_get_lconf_flags(): refactor around the new internal slbt_get_lconf_var().midipix1-65/+102
2024-02-03ar mode: driver: added the -Wposix and -Wyaml shorthand switches.midipix1-0/+2