summaryrefslogtreecommitdiff
path: root/src/driver/slbt_split_argv.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-01driver: added -print-aux-dir and -print-m4-dir (for slibtool.m4 integration).midipix1-4/+10
2024-03-17slibtoolize mode: program skeleton, driver integration, and symlink extra.midipix1-10/+31
2024-03-14Once skinny, forever strong.midipix1-1/+1
2024-03-05driver: finalized -dlopen, including the 'self' and 'force' special arguments.midipix1-4/+7
2024-03-05driver: finalized support of -`-dlpreopen self` and `-dlpreopen force`.midipix1-4/+11
2024-03-02driver: create a vector of -dlpreopen libraries.midipix1-1/+5
2024-02-18code base: set the visilbity of internal library interfaces to hidden.midipix1-1/+2
2024-02-13utility: newly added --config, now producing compatible --config output.midipix1-5/+8
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.midipix1-6/+6
2024-02-10slbt_split_argv(): also normalize header search directory arguments (-I).midipix1-1/+11
2024-02-10Annual chores.midipix1-1/+1
2024-02-09driver: eliminate duplicate presence of the static argv interfaces.midipix1-12/+10
2024-02-09driver: move slbt_split_argv() to its own translation unit.midipix1-0/+509