summaryrefslogtreecommitdiff
path: root/src/driver
AgeCommit message (Expand)AuthorFilesLines
2024-04-01driver: added -print-aux-dir and -print-m4-dir (for slibtool.m4 integration).midipix3-4/+40
2024-03-31driver: disallow epxlicit --heuristics file name alongside a --mkvars switch.midipix1-0/+8
2024-03-31driver: auto-detect slibtool.cfg in non-heuristics mode where applicable.midipix1-1/+29
2024-03-30driver: --mkvars, slbt_get_mkvars_flags(): implementation and integration.midipix1-0/+54
2024-03-23slibtoolize: driver: added support for --copy, --force, and --install.midipix1-2/+8
2024-03-23internals: added slbt_txtline_to_string_vector() by reusing existing code.midipix1-52/+2
2024-03-18driver: slbt_output_raw_vector(): refactor and prettify.midipix1-17/+69
2024-03-17slibtoolize mode: program skeleton, driver integration, and symlink extra.midipix3-13/+55
2024-03-14Once skinny, forever strong.midipix7-7/+7
2024-03-13link mode: properly interpret -static when output is an executable program.midipix1-0/+2
2024-03-12driver: set default flag bits only after all argv options have been processed.midipix1-14/+11
2024-03-11slbt_ectx_get_exec_ctx(): dl[pre]open: first vector member must be virtual.midipix1-0/+4
2024-03-10link mode: treat dlopen of static-only dependency libs as (also fixed) dlpreopenmidipix1-4/+15
2024-03-05driver: finalized -dlopen, including the 'self' and 'force' special arguments.midipix2-6/+11
2024-03-05driver: finalized support of -`-dlpreopen self` and `-dlpreopen force`.midipix2-5/+36
2024-03-02driver: create a vector of -dlpreopen libraries.midipix2-3/+44
2024-02-26driver: added the --nm switch.midipix1-0/+14
2024-02-26slbt_get_lconf_flags(): cache the configuration in library friendly form.midipix1-0/+3
2024-02-25internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input).midipix1-2/+21
2024-02-25driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file.midipix1-0/+153
2024-02-21code base: strictly conform to isspace()'s interface (int vs. signed char).midipix1-6/+7
2024-02-21core api: simplified the _exec_ interfaces.midipix1-6/+6
2024-02-21driver: internals: move the argv meta data to struct slbt_driver_ctx_impl.midipix1-5/+4
2024-02-19driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist.midipix1-0/+149
2024-02-19code base: moved slbt_host_params.c from src/driver/ to src/host/.midipix1-707/+0
2024-02-19library api's: _host_ (host and flavor interfaces) namespace overhaul.midipix1-3/+3
2024-02-19library api's: _api_ (package information) namespace overhaul.midipix2-2/+2
2024-02-19library api's: _lib_ (program driver) namespace overhaul.midipix2-22/+22
2024-02-19library api's: _util_ (utility helper interfaces) namespace overhaul.midipix1-1/+1
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.midipix5-16/+20
2024-02-17driver: -export-symbols: rename associated struct member as .expsyms.midipix1-1/+1
2024-02-17driver: internals: renamed TAG_EXPSYM_* as TAG_EXPSYMS_*.midipix1-2/+2
2024-02-16driver: host.[mdso,dlltool]: added support for tool-specific argument vector.midipix1-0/+6
2024-02-16driver: host.as: added support for tool-specific argument vector.midipix1-0/+3
2024-02-16driver: host.ar, host.ranlib: added support for tool-specific argument vector.midipix1-0/+65
2024-02-16driver: internals: allows storing a distinct argument vector for each tool.midipix1-0/+19
2024-02-14driver: added --tag=ASM support.midipix1-0/+3
2024-02-14driver: rlibtool mode: also derive <host> from the located libtool script.midipix2-2/+10
2024-02-14driver: rlibtool mode: also derive AS from the located libtool script.midipix2-2/+10
2024-02-14driver: added the --as switch (assembler argument to pass through to dlltool).midipix2-0/+25
2024-02-13driver: rlibtool mode: also derive DLLTOOL from the located libtool script.midipix2-4/+12
2024-02-13utility: newly added --config, now producing compatible --config output.midipix3-5/+19
2024-02-13slbt_get_lconf_flags(): keep the located libtool script mapped for later use.midipix1-0/+6
2024-02-13driver: --info mode: make the <compiler> argument optional, not mandatory.midipix1-2/+2
2024-02-13driver: rename --config as --info in anticipation of a compatible --config.midipix3-11/+11
2024-02-10slbt_split_argv(): also normalize header search directory arguments (-I).midipix1-1/+11
2024-02-10Annual chores.midipix6-6/+6
2024-02-09driver: provide wrappers for argv_usage() and argv_usage_plain().midipix1-0/+20
2024-02-09driver: eliminate duplicate presence of the static argv interfaces.midipix2-12/+45