summaryrefslogtreecommitdiff
path: root/src/internal
AgeCommit message (Expand)AuthorFilesLines
2024-04-01driver: added -print-aux-dir and -print-m4-dir (for slibtool.m4 integration).midipix1-0/+2
2024-04-01slibtoolize mode: driver: added --ltdl while deferring to the system libltdl.midipix1-0/+1
2024-03-31driver: --mkvars, slbt_get_mkvars_var(): special the SLIBTOOL make variable.midipix1-0/+19
2024-03-31driver: auto-detect slibtool.cfg in non-heuristics mode where applicable.midipix2-5/+9
2024-03-31driver: --heuristics: added slibtool.cfg prioritized support.midipix1-4/+26
2024-03-30driver: --mkvars, slbt_get_mkvars_flags(): implementation and integration.midipix3-0/+241
2024-03-29slbt_get_lconf_var(): return a null-terminated, zero-length string if no match.midipix1-1/+3
2024-03-25slibtoolize mode: driver: added --warnings and --no-warnings support.midipix1-0/+2
2024-03-25slibtoolize mode: implemented slibtool.m4 and ltmain.sh related actions.midipix1-0/+12
2024-03-25internals: added slbt_create_symlink_ex() [specify arbitrary destination dir].midipix2-10/+43
2024-03-25slibtoolize: slbt_st_get_stoolie_ctx(): initial implementation.midipix1-0/+17
2024-03-25slbt_m4fake_expand_cmdarg(): update signature (change driver context to const).midipix2-8/+8
2024-03-23slibtoolize: driver: added support for --quiet, --silent, and -verbose.midipix1-0/+2
2024-03-23slibtoolize: driver: added support for --debug and --dry-run.midipix1-0/+2
2024-03-23slibtoolize: driver: added support for --copy, --force, and --install.midipix1-0/+3
2024-03-23internals: added slbt_txtline_to_string_vector() by reusing existing code.midipix2-0/+75
2024-03-22slbt_ar_get_archive_ctx(): internally bind the meta ctx to the archive ctx.midipix1-0/+1
2024-03-22slbt_ar_update_syminfo(): refactor, add an optional fdout parameter.midipix1-0/+4
2024-03-22slbt_ar_update_syminfo(): eliminate the execution context argument.midipix1-2/+1
2024-03-21internals: added slbt_tmpfile().midipix2-0/+95
2024-03-18internals: slbt_realpath(): SYS___realpathat: avoid re-definition of syscall().midipix1-4/+1
2024-03-18slibtoolize: slbt_m4fake_expand_cmdarg(): initial implementation.midipix2-0/+154
2024-03-17slibtoolize mode: program skeleton, driver integration, and symlink extra.midipix2-0/+18
2024-03-16code base: rename qsort-related internal strcmp as slbt_{coff}_qsort_strcmp().midipix2-2/+2
2024-03-16code base: internals: move slbt_coff_strcmp() to own translation unit.midipix2-0/+52
2024-03-16simple process creation: midipix targets: utilize the fast and robust vfork().midipix1-0/+8
2024-03-14link mode: do not create dependency files for explicit archive outputs.midipix1-1/+2
2024-03-14Once skinny, forever strong.midipix17-17/+17
2024-03-10slbt_create_library_wrapper(): properly handle --disable-shared and --disable...midipix1-2/+20
2024-03-10slbt_create_library_wrapper(): fix signature (string params are const types).midipix2-16/+16
2024-03-10link mode: treat dlopen of static-only dependency libs as (also fixed) dlpreopenmidipix1-1/+2
2024-03-10slbt_ar_get_archive_ctx(): store a private copy of the archive path.midipix1-0/+1
2024-03-10link mode: handle the combination of dlopen/dlpreopen and --disable-shared.midipix1-1/+2
2024-03-10link mode: dlopen/dlpreopen the static archive as needed.midipix1-1/+2
2024-03-10link mode: --disable-shared: also delete the associated .expsyms.a archive.midipix1-1/+14
2024-03-07execution context: properly support argument transformation in place.midipix1-0/+1
2024-03-04link mode: refined .disabled placeholder logic (/dev/null <--> older linkers).midipix1-3/+7
2024-03-04link mode: unless created for the current .la, mark the .a or .so as disabled.midipix1-7/+3
2024-03-03slbt_exec_link_create_library(): allow ar(1) driven invocations.midipix1-1/+3
2024-03-02execution context: added -dlopen and -dlpreopen support.midipix1-0/+4
2024-03-02driver: create a vector of -dlpreopen libraries.midipix1-0/+2
2024-03-01slbt_exec_ctx_alloc(): refactor and simplify.midipix1-1/+1
2024-02-28ar mode: driver: added -Wdlsyms, -Wdlunit.midipix1-0/+2
2024-02-28archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector).midipix1-0/+7
2024-02-27slbt_lconf_open(): unless in debug mode, silence oepnat()/fstat() trace msgs.midipix1-0/+5
2024-02-26driver: added the --nm switch.midipix2-0/+17
2024-02-26slbt_get_lconf_var(): refactored, now utilizing the cached text line vector.midipix1-43/+35
2024-02-26slbt_get_lconf_flags(): cache the configuration in library friendly form.midipix2-17/+32
2024-02-25internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input).midipix1-0/+6
2024-02-25driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file.midipix1-0/+10