Age | Commit message (Expand) | Author | Files | Lines |
2024-02-13 | driver: rename --config as --info in anticipation of a compatible --config. | midipix | 1 | -2/+2 |
2024-02-08 | slbt_store_archive(): initial implementation. | midipix | 1 | -0/+4 |
2024-02-07 | slbt_merge_archives(): initial implementation. | midipix | 1 | -0/+5 |
2024-02-04 | struct slbt_archive_meta: store reference to the (optional) long names member. | midipix | 1 | -0/+1 |
2024-02-04 | slbt_copy_file(): enhance logging of copy errors. | midipix | 1 | -0/+1 |
2024-02-04 | slbt_exec_install(): enhance logging of file operation errors. | midipix | 1 | -0/+1 |
2024-02-04 | slbt_exec_link(): enhance logging of linker- and linking-tool errors. | midipix | 1 | -0/+4 |
2024-02-04 | slbt_exec_compile(): fix logging of compiler errors. | midipix | 1 | -0/+1 |
2024-02-02 | ar mode: driver: added -Wverbose support. | midipix | 1 | -0/+1 |
2024-01-29 | slbt_get_archive_meta(): symrefs vector: validate all name offsets. | midipix | 1 | -0/+1 |
2024-01-28 | slbt_get_archive_meta(): symrefs vector: validate all member offsets. | midipix | 1 | -0/+1 |
2024-01-28 | struct ar_meta_armap_common_{32|64}: added the ar_symrefs member. | midipix | 1 | -0/+2 |
2024-01-27 | archiver output api: added slbt_ar_output_arname(). | midipix | 1 | -0/+1 |
2024-01-27 | archiver output api: added slbt_ar_output_members(). | midipix | 1 | -0/+3 |
2024-01-27 | archiver api: provide macros for print actions and output formatting. | midipix | 1 | -0/+19 |
2024-01-26 | slibtool_arbits.h: refactor the AR_MEMBER_ATTR_ macros. | midipix | 1 | -4/+3 |
2024-01-26 | struct ar_meta_file_header: optimize for member alignment on 64-bit hosts. | midipix | 1 | -2/+2 |
2024-01-26 | struct ar_meta_member_info: added pointer to the archive member's raw header. | midipix | 1 | -0/+1 |
2024-01-26 | struct slbt_archive_meta: remove redundant member a_namestrs. | midipix | 1 | -2/+0 |
2024-01-25 | slbt_ar_parse_primary_armap_sysv_32(): perform strict armap validation. | midipix | 1 | -0/+1 |
2024-01-25 | slbt_ar_parse_primary_armap_bsd_32(): perform strict armap validation. | midipix | 1 | -0/+3 |
2024-01-22 | ar mode: added the -Wcheck command-line action. | midipix | 1 | -0/+3 |
2024-01-22 | ar mode: slbt_get_archive_ctx(): initial implementation and integration. | midipix | 1 | -0/+8 |
2024-01-22 | slbt_get_archive_meta(): initial implementation. | midipix | 2 | -0/+216 |
2024-01-22 | ar mode: initial driver integration and skeleton implementation. | midipix | 1 | -0/+5 |
2024-01-22 | driver: slbt_get_driver_ctx(): fix function signature. | midipix | 1 | -1/+1 |
2023-02-12 | helper: added slbt_map_input(), slbt_unmap_input(). | midipix | 1 | -0/+12 |
2021-06-10 | driver: added --dumpmachine support. | midipix | 1 | -0/+1 |
2021-06-10 | output: added slbt_output_machine(). | midipix | 1 | -0/+1 |
2021-05-05 | driver: added explicit --sysroot support. | midipix | 1 | -0/+1 |
2021-05-03 | driver api: slbt_get_flavor_settings(): initial implementation. | midipix | 1 | -0/+2 |
2020-12-26 | output: added slbt_output_fdcwd(). | midipix | 1 | -0/+1 |
2020-12-26 | helper api: added slbt_realpath(). | midipix | 1 | -0/+1 |
2020-12-19 | driver: support -static-libtool-libs (currently as a no-op). | midipix | 1 | -0/+1 |
2019-06-29 | driver: added FC support. | midipix | 1 | -0/+1 |
2019-04-24 | driver: added F77 support. | midipix | 1 | -0/+1 |
2019-02-19 | driver, compile & link mode: support arbitrary & known compiler wrappers. | midipix | 1 | -0/+1 |
2018-11-10 | link mode: host flavors: properly support suffixed suffixes. | midipix | 1 | -0/+1 |
2018-11-10 | driver: host flavors: added suffixed suffixes support. | midipix | 1 | -0/+2 |
2018-10-24 | driver: execution context: added slbt_reset_argvector(). | midipix | 1 | -0/+1 |
2018-08-13 | driver: added --heuristics support. | midipix | 1 | -0/+1 |
2018-08-13 | internals: -shared/-static heuristics: added slbt_get_lconf_flags(). | midipix | 1 | -0/+3 |
2018-08-09 | front-end utility: slbt_main(): remove the redundant argc parameter. | midipix | 1 | -1/+1 |
2018-08-04 | library: removed slbt_create_driver_ctx() [too much of a good thing]. | midipix | 1 | -4/+0 |
2018-07-18 | whitespace meditation. | midipix | 1 | -36/+36 |
2018-07-18 | whitespace meditation. | midipix | 1 | -2/+7 |
2018-07-11 | driver: added --tag=RC support. | midipix | 1 | -0/+1 |
2018-07-11 | driver: added --windres support. | midipix | 1 | -0/+1 |
2018-07-11 | whitespace meditation. | midipix | 1 | -52/+52 |
2018-07-11 | compile & link modes: accommodate conceptually challenged, PICky targets. | midipix | 1 | -0/+1 |