Age | Commit message (Expand) | Author | Files | Lines |
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 |
2024-01-22 | slbt_exec_ar(): reset the VERSION bit upon --help. | midipix | 1 | -0/+3 |
2024-01-22 | slbt_exec_ar(): --help: properly release the argv meta data context memory. | midipix | 1 | -1/+4 |
2024-01-22 | ar mode: added --version support. | midipix | 1 | -0/+11 |
2024-01-22 | ar mode: added the -Wcheck command-line action. | midipix | 1 | -0/+42 |
2024-01-22 | ar mode: slbt_get_archive_ctx(): initial implementation and integration. | midipix | 1 | -0/+19 |
2024-01-22 | slbt_get_archive_meta(): initial implementation. | midipix | 1 | -2/+0 |
2024-01-22 | ar mode: initial driver integration and skeleton implementation. | midipix | 1 | -0/+173 |
2021-12-30 | A new home. | midipix | 6 | -6/+6 |
2021-07-06 | Annual chores. | midipix | 6 | -6/+6 |
2021-05-11 | slbt_exec_install_entry(): perform non-library actions as early as possible. | midipix | 1 | -13/+13 |