Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-02-10 | link mode: move the host tag logic to its own translation unit. | midipix | 1 | -0/+5 |
2024-02-10 | link mode: move the argument vector logic to its own translation unit. | midipix | 1 | -0/+30 |
2024-02-10 | link mode: move the dependency file logic to its own translation unit. | midipix | 1 | -0/+24 |
2024-02-10 | code base: simplify checks against value returned from snprintf() via wrapper. | midipix | 3 | -4/+51 |
2024-02-09 | driver: provide wrappers for argv_usage() and argv_usage_plain(). | midipix | 1 | -0/+14 |
2024-02-09 | driver: eliminate duplicate presence of the static argv interfaces. | midipix | 1 | -0/+21 |
2024-02-09 | driver: move slbt_init_link_params() to its own translation unit. | midipix | 1 | -0/+3 |
2024-02-09 | driver: move slbt_init_version_info() to its own translation unit. | midipix | 1 | -0/+8 |
2024-02-09 | driver: move slbt_split_argv() to its own translation unit. | midipix | 1 | -0/+23 |
2024-02-09 | driver: move the host params logic to its own translation unit. | midipix | 1 | -0/+31 |
2024-02-08 | driver: rlibtool mode: derive AR and RANLIB from the located libtool script. | midipix | 1 | -4/+41 |
2024-02-08 | slbt_get_lconf_flags(): refactor around the new internal slbt_get_lconf_var(). | midipix | 1 | -65/+102 |
2024-02-03 | ar mode: driver: added the -Wposix and -Wyaml shorthand switches. | midipix | 1 | -0/+2 |
2024-02-02 | ar mode: driver: added -Wverbose support. | midipix | 1 | -0/+1 |
2024-01-29 | slbt_ar_parse_primary_armap_sysv_64(): move to own translation unit. | midipix | 1 | -0/+4 |
2024-01-29 | slbt_ar_parse_primary_armap_sysv_32(): move to own translation unit. | midipix | 1 | -0/+4 |
2024-01-29 | slbt_ar_parse_primary_armap_bsd_64(): move to own translation unit. | midipix | 1 | -0/+4 |
2024-01-29 | slbt_ar_parse_primary_armap_bsd_32(): move to own translation unit. | midipix | 1 | -0/+4 |
2024-01-29 | archiver implementation: move internal macros to the ar internal header. | midipix | 1 | -0/+9 |
2024-01-28 | struct ar_meta_armap_common_{32|64}: added the ar_symrefs member. | midipix | 1 | -0/+2 |
2024-01-27 | ar mode: added initial -Wprint and -Wpretty support. | midipix | 1 | -0/+2 |
2024-01-27 | argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL). | midipix | 1 | -1/+6 |
2024-01-27 | argv.h: argv_scan(): whitespace meditation. | midipix | 1 | -16/+34 |
2024-01-27 | archiver output api: added slbt_ar_output_arname(). | midipix | 1 | -0/+12 |
2024-01-27 | struct slbt_archive_ctx_impl: added pointer to the associated driver context. | midipix | 1 | -0/+1 |