Age | Commit message (Expand) | Author | Files | Lines |
2024-02-19 | slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath(). | midipix | 2 | -2/+4 |
2024-02-19 | utility api's: renamed slbt_util_realpath() --> slbt_util_real_path(). | midipix | 2 | -2/+2 |
2024-02-19 | library api's: _host_ (host and flavor interfaces) namespace overhaul. | midipix | 2 | -3/+3 |
2024-02-19 | library api's: _api_ (package information) namespace overhaul. | midipix | 1 | -1/+1 |
2024-02-19 | library api's: _ectx_ (command execution context) namespace overhaul. | midipix | 10 | -54/+54 |
2024-02-19 | library api's: _util_ (utility helper interfaces) namespace overhaul. | midipix | 5 | -9/+9 |
2024-02-19 | library api's: _ar_ (in-memory archiver) namespace overhaul. | midipix | 1 | -5/+5 |
2024-02-19 | library api's: _au_ (archiver utility) namespace overhaul. | midipix | 1 | -4/+4 |
2024-02-18 | code base: set the visilbity of internal library interfaces to hidden. | midipix | 7 | -12/+19 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch. | midipix | 1 | -0/+4 |
2024-02-17 | ar mode: utility: version script printing: added the -Wmapfile switch. | midipix | 1 | -0/+11 |
2024-02-17 | ar mode: utility: armap symbol printing: added the -Wregex switch. | midipix | 1 | -0/+4 |
2024-02-17 | ar mode: utility: integrated armap symbol printing via -Wprint=symbols. | midipix | 1 | -0/+4 |
2024-02-17 | ar mode: posix pretty printer: multiple inputs: also print the archive name. | midipix | 1 | -1/+12 |
2024-02-16 | ar mode: archive merging: added the -Wmerge command-line action. | midipix | 1 | -1/+51 |
2024-02-16 | link mode: mdso & dlltool: added support for tool-specific argument vector. | midipix | 1 | -44/+73 |
2024-02-16 | link mode: archive creation: added support for tool-specific argument vector. | midipix | 1 | -5/+18 |
2024-02-16 | slbt_get_exec_ctx(): add tool-specific arguments to the total argument count. | midipix | 1 | -0/+26 |
2024-02-15 | link mode: argument vector: move non-convenience archives past all input objs. | midipix | 1 | -1/+1 |
2024-02-15 | link mode: only apply -Wl,--whole-archive to convenience libraries. | midipix | 1 | -4/+15 |
2024-02-15 | link mode: do not create .lai wrapper symlinks for convenience libraries. | midipix | 1 | -1/+1 |
2024-02-14 | link mode: darwin support: fix target detection (.flavor, not .host). | midipix | 2 | -3/+3 |
2024-02-14 | link mode: finalize support of darwin's syntax for the -no-undefined switch. | midipix | 1 | -1/+3 |
2024-02-14 | link mode: dlltool support: also pass an explicit machine specification. | midipix | 1 | -3/+7 |
2024-02-14 | link mode: support the darwin syntax for the -soname switch. | midipix | 1 | -5/+13 |
2024-02-14 | link mode: support the darwin version for the -no-undefined switch. | midipix | 1 | -1/+3 |
2024-02-14 | link mode: dlltool support: pass dlltool explicit assembler path and flags. | midipix | 1 | -1/+28 |
2024-02-11 | slbt_exec_link_adjust_argument_vector(): free unmapped files as needed. | midipix | 1 | -1/+6 |
2024-02-10 | compile mode: filter out all -f switches when compiling in --tag=RC mode. | midipix | 1 | -2/+8 |
2024-02-10 | compile mode: argument vector: de-duplicate header search directory arguments. | midipix | 1 | -3/+29 |
2024-02-10 | Annual chores. | midipix | 13 | -13/+13 |
2024-02-10 | slbt_exec_link_create_import_library(): fix repetition typo in expression. | midipix | 1 | -1/+1 |
2024-02-10 | link mode: move the executable creation logic to its own translation unit. | midipix | 2 | -251/+273 |
2024-02-10 | link mode: move the shared library creation logic to its own translation unit. | midipix | 2 | -239/+274 |
2024-02-10 | link mode: move the archive creation logic to its own translation unit. | midipix | 2 | -117/+158 |
2024-02-10 | link mode: move the import library logic to its own translation unit. | midipix | 2 | -74/+96 |
2024-02-10 | link mode: move the host tag logic to its own translation unit. | midipix | 2 | -48/+69 |
2024-02-10 | link mode: move the argument vector logic to its own translation unit. | midipix | 2 | -695/+738 |
2024-02-10 | link mode: move the dependency file logic to its own translation unit. | midipix | 2 | -315/+330 |
2024-02-10 | code base: simplify checks against value returned from snprintf() via wrapper. | midipix | 4 | -106/+113 |
2024-02-09 | uninstall mode: invoke the argv interfaces via the driver-provided wrappers. | midipix | 1 | -9/+7 |
2024-02-09 | install mode: invoke the argv interfaces via the driver-provided wrappers. | midipix | 1 | -9/+7 |
2024-02-09 | ar mode: invoke the argv interfaces via the driver-provided wrappers. | midipix | 1 | -11/+9 |
2024-02-08 | slbt_exec_link_create_archive(): pass proper (non-historical) action arguments. | midipix | 1 | -4/+4 |
2024-02-04 | slbt_exec_install(): enhance logging of file operation errors. | midipix | 1 | -6/+33 |
2024-02-04 | slbt_exec_link(): enhance logging of linker- and linking-tool errors. | midipix | 1 | -4/+32 |
2024-02-04 | slbt_exec_compile(): fix logging of compiler errors. | midipix | 1 | -2/+10 |
2024-02-03 | ar mode: driver: added the -Wposix and -Wyaml shorthand switches. | midipix | 1 | -0/+10 |
2024-02-02 | ar mode: driver: added -Wverbose support. | midipix | 1 | -0/+4 |
2024-01-27 | ar mode: added initial -Wprint and -Wpretty support. | midipix | 1 | -2/+67 |