summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
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
2024-02-02ar mode: driver: added -Wverbose support.midipix1-0/+1
2024-01-29slbt_ar_parse_primary_armap_sysv_64(): move to own translation unit.midipix1-0/+4
2024-01-29slbt_ar_parse_primary_armap_sysv_32(): move to own translation unit.midipix1-0/+4
2024-01-29slbt_ar_parse_primary_armap_bsd_64(): move to own translation unit.midipix1-0/+4
2024-01-29slbt_ar_parse_primary_armap_bsd_32(): move to own translation unit.midipix1-0/+4
2024-01-29archiver implementation: move internal macros to the ar internal header.midipix1-0/+9
2024-01-28struct ar_meta_armap_common_{32|64}: added the ar_symrefs member.midipix1-0/+2
2024-01-27ar mode: added initial -Wprint and -Wpretty support.midipix1-0/+2
2024-01-27argv.h: argv_scan(): properly handle (fhybrid && ARGV_OPTARG_OPTIONAL).midipix1-1/+6
2024-01-27argv.h: argv_scan(): whitespace meditation.midipix1-16/+34
2024-01-27archiver output api: added slbt_ar_output_arname().midipix1-0/+12
2024-01-27struct slbt_archive_ctx_impl: added pointer to the associated driver context.midipix1-0/+1
2024-01-27struct slbt_archive_meta_impl: added pointer to the associated driver context.midipix1-0/+1
2024-01-26archiver internals: added slbt_archive_member_from_offset().midipix1-0/+4
2024-01-26struct slbt_archive_meta_impl: also store the number of [raw] archive entries.midipix1-0/+1
2024-01-26struct slbt_archive_meta_impl: added internal vector to hold member offsets.midipix1-0/+1
2024-01-26argv.h: argv_show_error: refactor handling of vendor-specific option string.midipix1-10/+19
2024-01-26argv.h: argv_show_error(): gracefully handle vendor-specific (-W) arguments.midipix1-3/+24
2024-01-22driver: ar mode: preliminar argv parsing: avoid TAG enum member ambiguity.midipix2-6/+4
2024-01-22ar mode: added --version support.midipix1-0/+1
2024-01-22ar mode: added the -Wcheck command-line action.midipix1-0/+1
2024-01-22ar mode: slbt_get_archive_ctx(): initial implementation and integration.midipix1-0/+24
2024-01-22slbt_get_archive_meta(): initial implementation.midipix1-0/+35
2024-01-22ar mode: initial driver integration and skeleton implementation.midipix1-0/+12
2023-05-28driver: added -objectlist support.midipix3-0/+103
2022-12-21argv.h: argv_show_error(): refine the 'option X requires a value' error msg.midipix1-1/+3
2022-11-08Coding style: remove accidental whitespace.midipix1-1/+0
2022-11-04driver: added -weak support, currently a no-op.midipix1-1/+2
2021-12-30A new home.midipix13-13/+13
2021-07-06Annual chores.midipix13-13/+13
2021-06-10driver: added --dumpmachine support.midipix1-0/+1
2021-05-06link mode: always create libfoo.so.def.{host|flavor} and related tags.midipix2-1/+7
2021-05-05uninstall mode: driver: added (referential) --sysroot support.midipix1-0/+1
2021-05-05install mode: driver: added (referential) --sysroot support.midipix1-0/+1
2021-05-05driver: added explicit --sysroot support.midipix1-0/+1
2021-05-02heuristics: slbt_get_lconf_flags(): enhanced the string-scanning logic.midipix1-20/+33
2021-05-02heuristics: slbt_get_lconf_flags(): added missing 'else' in if-then block.midipix1-1/+1
2021-04-17library: eliminate use of the external environ variable.midipix2-3/+9
2021-04-15internals: slbt_create_symlink(): properly handle absolute-path link targets.midipix2-3/+17