summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-02-19library api's: _ectx_ (command execution context) namespace overhaul.midipix11-54/+59
2024-02-19library api's: _util_ (utility helper interfaces) namespace overhaul.midipix14-27/+27
2024-02-19library api's: _ar_ (in-memory archiver) namespace overhaul.midipix7-65/+65
2024-02-19library api's: _au_ (archiver utility) namespace overhaul.midipix5-40/+40
2024-02-18slbt_store_archive(): tmpfile name pattern: conform to the %p format specifier.midipix1-1/+3
2024-02-18ar mode: pretty printer: coff archives: filter out __imp_ prefixed symbols.midipix2-6/+12
2024-02-18slbt_get_archive_meta(): check whether all object members share binary format.midipix2-0/+13
2024-02-18driver: argv internal wrappers: remove return statement from void functions.midipix1-4/+4
2024-02-18code base: set the visilbity of internal library interfaces to hidden.midipix33-50/+91
2024-02-17code base: legacy toolchain accommodation: initialize _all_ struct members.midipix2-2/+2
2024-02-17ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch.midipix5-2/+13
2024-02-17ar mode: -Wmapfile: note that mapfile symbols are sorted by default.midipix1-1/+2
2024-02-17ar mode: pretty printer: symbols, mapfile: produce a sorted output by default.midipix5-2/+70
2024-02-17slbt_merge_archives(): mark nmembers as a debug-only variable.midipix1-0/+3
2024-02-17driver: -export-symbols: rename associated struct member as .expsyms.midipix1-1/+1
2024-02-17driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.midipix3-6/+6
2024-02-17archiver output api: added slbt_create_mapfile().midipix1-6/+33
2024-02-17ar mode: utility: version script printing: added the -Wmapfile switch.midipix3-0/+20
2024-02-17archiver output: added slbt_ar_output_mapfile().midipix1-0/+71
2024-02-17ar mode: utility: armap symbol printing: added the -Wregex switch.midipix4-2/+26
2024-02-17internals: slibtool_ar_impl.h: added copyright notice.midipix1-0/+6
2024-02-17ar mode: utility: integrated armap symbol printing via -Wprint=symbols.midipix2-1/+5
2024-02-17archiver output: added slbt_ar_output_symbols() [currently -Wposix only].midipix1-0/+78
2024-02-17ar mode: posix pretty printer: multiple inputs: also print the archive name.midipix2-16/+36
2024-02-16ar mode: archive merging: added the -Wmerge command-line action.midipix3-1/+69
2024-02-16driver: slbt_get_lconf_var(): accept colons in tool-specific arguments.midipix1-1/+1
2024-02-16driver: host.[mdso,dlltool]: added support for tool-specific argument vector.midipix2-5/+13
2024-02-16link mode: mdso & dlltool: added support for tool-specific argument vector.midipix1-44/+73
2024-02-16driver: host.as: added support for tool-specific argument vector.midipix2-5/+11
2024-02-16driver: host.ar, host.ranlib: added support for tool-specific argument vector.midipix2-2/+67
2024-02-16driver: heuristics: added optional support for tool-specific argument vector.midipix1-7/+11
2024-02-16link mode: archive creation: added support for tool-specific argument vector.midipix1-5/+18
2024-02-16slbt_get_exec_ctx(): add tool-specific arguments to the total argument count.midipix1-0/+26
2024-02-16driver: internals: allows storing a distinct argument vector for each tool.midipix2-0/+25
2024-02-15link mode: argument vector: move non-convenience archives past all input objs.midipix1-1/+1
2024-02-15link mode: only apply -Wl,--whole-archive to convenience libraries.midipix1-4/+15
2024-02-15link mode: do not create .lai wrapper symlinks for convenience libraries.midipix1-1/+1
2024-02-14driver: added --tag=ASM support.midipix2-1/+4
2024-02-14link mode: darwin support: fix target detection (.flavor, not .host).midipix2-3/+3
2024-02-14link mode: finalize support of darwin's syntax for the -no-undefined switch.midipix1-1/+3
2024-02-14link mode: dlltool support: also pass an explicit machine specification.midipix1-3/+7
2024-02-14link mode: support the darwin syntax for the -soname switch.midipix1-5/+13
2024-02-14link mode: support the darwin version for the -no-undefined switch.midipix1-1/+3
2024-02-14link mode: dlltool support: pass dlltool explicit assembler path and flags.midipix1-1/+28
2024-02-14driver: rlibtool mode: also derive <host> from the located libtool script.midipix4-2/+24
2024-02-14driver: rlibtool mode: also derive AS from the located libtool script.midipix4-2/+22
2024-02-14driver: added the --as switch (assembler argument to pass through to dlltool).midipix5-0/+36
2024-02-13slbt_get_lconf_flags(): make the dlltool related comparison more concise.midipix1-1/+1
2024-02-13driver: rlibtool mode: also derive DLLTOOL from the located libtool script.midipix4-5/+25
2024-02-13utility: newly added --config, now producing compatible --config output.midipix5-5/+23