summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-04-01driver: added -print-aux-dir and -print-m4-dir (for slibtool.m4 integration).midipix5-4/+55
2024-04-01slibtoolize mode: driver: added --ltdl while deferring to the system libltdl.midipix2-0/+7
2024-03-31driver: --mkvars, slbt_get_mkvars_var(): special the SLIBTOOL make variable.midipix1-0/+19
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.midipix3-6/+38
2024-03-31driver: --heuristics: added slibtool.cfg prioritized support.midipix1-4/+26
2024-03-31slbt_output_config(): produce a backward compatible output with without lconf.midipix1-0/+90
2024-03-30slbt_init_host_params(): detect a native build environment based on ar(1).midipix1-6/+17
2024-03-30driver: --mkvars, slbt_get_mkvars_flags(): implementation and integration.midipix5-0/+299
2024-03-29slbt_init_host_params(): set native mode based on the detected ar(1) as needed.midipix1-0/+1
2024-03-29slbt_init_host_params(): cfgmeta: mark tools derived from ranlib as such.midipix1-0/+4
2024-03-29slbt_init_host_params(): derive as from ranlib as needed.midipix1-0/+12
2024-03-29slbt_init_host_params(): derive windres and dlltool from ranlib as needed.midipix1-0/+25
2024-03-29slbt_get_lconf_var(): return a null-terminated, zero-length string if no match.midipix1-1/+3
2024-03-27slibtoolize mode: install slibtool.m4 only with a specified m4 macro dir.midipix2-12/+14
2024-03-27slbt_obtain_nminfo(): fdout also requires read permissions for later mapping.midipix1-1/+1
2024-03-25slibtoolize mode: driver: added --warnings and --no-warnings support.midipix2-0/+9
2024-03-25slibtoolize mode: added --automake as an alias for --quiet.midipix1-0/+3
2024-03-25slibtoolize mode: slbt_st_get_stoolie_ctx(): support AC_CONFIG_MACRO_DIR.midipix1-2/+32
2024-03-25slibtoolize mode: implemented slibtool.m4 and ltmain.sh related actions.midipix2-3/+126
2024-03-25internals: added slbt_create_symlink_ex() [specify arbitrary destination dir].midipix2-10/+43
2024-03-25slibtoolize mode: support legacy projs by defaulting to 'this dir' as needed.midipix1-8/+17
2024-03-25slibtoolize mode: integrated context creation, support multiple target dirs.midipix1-9/+57
2024-03-25slibtoolize: slbt_st_get_stoolie_ctx(): initial implementation.midipix2-0/+283
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.midipix3-0/+22
2024-03-23slibtoolize: driver: added support for --debug and --dry-run.midipix3-0/+17
2024-03-23slibtoolize: driver: added support for --copy, --force, and --install.midipix4-2/+35
2024-03-23internals: added slbt_txtline_to_string_vector() by reusing existing code.midipix3-52/+77
2024-03-22slbt_au_output_symbols(): yaml output: initial implementation.midipix1-3/+84
2024-03-22slbt_ar_get_archive_ctx(): internally bind the meta ctx to the archive ctx.midipix2-0/+6
2024-03-22slbt_au_output_symbols(): refactor prior to slbt_au_output_symbols_yaml().midipix1-11/+8
2024-03-22slbt_ar_update_syminfo(): refactor, add an optional fdout parameter.midipix2-17/+46
2024-03-22slbt_ar_update_syminfo(): eliminate the execution context argument.midipix5-14/+10
2024-03-21internals: added slbt_tmpfile().midipix2-0/+95
2024-03-20slbt_exec_execute(): guard against corner-case long file names.midipix1-1/+5
2024-03-18internals: slbt_realpath(): SYS___realpathat: avoid re-definition of syscall().midipix1-4/+1
2024-03-18utility api: slbt_output_exec_annotated(): use bold white for output args.midipix1-2/+2
2024-03-18driver: slbt_output_raw_vector(): refactor and prettify.midipix1-17/+69
2024-03-18slibtoolize: slbt_m4fake_expand_cmdarg(): initial implementation.midipix2-0/+154
2024-03-17slibtoolize mode: program skeleton, driver integration, and symlink extra.midipix8-14/+266
2024-03-16slbt_ar_update_syminfo(): sort the syminfo vector in a coff-aware manner.midipix1-0/+36
2024-03-16code base: rename qsort-related internal strcmp as slbt_{coff}_qsort_strcmp().midipix3-4/+4
2024-03-16code base: internals: move slbt_coff_strcmp() to own translation unit.midipix3-38/+53
2024-03-16slbt_ar_create_dlsyms(): PE/COFF: properly set weak aliases of strong symbols.midipix1-26/+84
2024-03-16slbt_au_output_symbols(): include weak aliases of strong symbols.midipix1-3/+21
2024-03-16simple process creation: midipix targets: utilize the fast and robust vfork().midipix5-4/+14
2024-03-16slbt_ar_output_symfile(): include weak aliases of strong symbols.midipix1-0/+15
2024-03-16slbt_util_create_symfile(): PE/COFF: list is target neutral, process all syms.midipix1-6/+2
2024-03-16slbt_util_create_mapfile(): properly set weak aliases of strong symbols.midipix1-11/+24