Age | Commit message (Expand) | Author | Files | Lines |
2024-02-19 | utility api's: renamed slbt_util_realpath() --> slbt_util_real_path(). | midipix | 1 | -1/+1 |
2024-02-19 | library api's: _host_ (host and flavor interfaces) namespace overhaul. | midipix | 1 | -3/+3 |
2024-02-19 | library api's: _fs_ (file system and raw input interfaces) namespace overhaul. | midipix | 1 | -2/+2 |
2024-02-19 | library api's: _api_ (package information) namespace overhaul. | midipix | 1 | -1/+1 |
2024-02-19 | library api's: _lib_ (program driver) namespace overhaul. | midipix | 1 | -4/+4 |
2024-02-19 | library api's: _ectx_ (command execution context) namespace overhaul. | midipix | 1 | -7/+5 |
2024-02-19 | library api's: _util_ (utility helper interfaces) namespace overhaul. | midipix | 1 | -5/+5 |
2024-02-19 | library api's: _ar_ (in-memory archiver) namespace overhaul. | midipix | 1 | -7/+7 |
2024-02-19 | library api's: _au_ (archiver utility) namespace overhaul. | midipix | 1 | -4/+4 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch. | midipix | 1 | -0/+1 |
2024-02-17 | driver: -export-symbols: rename associated struct member as .expsyms. | midipix | 1 | -1/+1 |
2024-02-17 | archiver output api: added slbt_create_mapfile(). | midipix | 1 | -0/+2 |
2024-02-17 | ar mode: utility: version script printing: added the -Wmapfile switch. | midipix | 1 | -0/+1 |
2024-02-17 | archiver output: added slbt_ar_output_mapfile(). | midipix | 1 | -0/+1 |
2024-02-17 | slbt_ar_output_symbols(): added public function prototype. | midipix | 1 | -0/+1 |
2024-02-16 | ar mode: archive merging: added the -Wmerge command-line action. | midipix | 1 | -0/+3 |
2024-02-14 | driver: added --tag=ASM support. | midipix | 1 | -0/+1 |
2024-02-14 | driver: added the --as switch (assembler argument to pass through to dlltool). | midipix | 1 | -0/+1 |
2024-02-13 | utility: newly added --config, now producing compatible --config output. | midipix | 1 | -0/+2 |
2024-02-13 | output: added slbt_output_config(): print a compatible --config output. | midipix | 1 | -0/+1 |
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 |