summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-28slibtool.m4: backward compatibility: define additional no-op macros.midipix1-0/+7
2024-03-27slibtoolize mode: install slibtool.m4 only with a specified m4 macro dir.midipix2-12/+14
2024-03-27slibtool.m4: remove improper uses of AC_REQUIRE (defer to configure.ac).midipix1-19/+0
2024-03-27slbt_obtain_nminfo(): fdout also requires read permissions for later mapping.midipix1-1/+1
2024-03-27slibtool.m4: defer invocation of SLIBTOOL_LFLAG_LIBM (_LTDL) to configure.ac.midipix1-6/+0
2024-03-27slibtool.m4: ordering: guard against early macro invocation only once.midipix1-1/+3
2024-03-27slibtool.m4: tame legacy early invocation of AC_PROG and AM_PROG macros.midipix1-0/+8
2024-03-27slibtool.m4: SLIBTOOL_PROG_LEX: explicitly save LEX and LEXLIB to the makefile.midipix1-0/+3
2024-03-27slibtool.m4: added SLIBTOOL_LFLAG_LIBM and SLIBTOOL_LFLAG_LTDL.midipix1-0/+39
2024-03-27slibtool.m4: remove superfluous/preliminary m4 definition of SLIBTOOL_INIT.midipix1-1/+0
2024-03-27slibool.m4: added SLIBTOOL_PROG_LEX.midipix1-0/+26
2024-03-27annual chores.midipix2-2/+2
2024-03-27slibtool.m4: do not search for compiler programs not explicitly needed.midipix1-22/+21
2024-03-26slibtool.m4: streamline the use of SLIBTOOL_PROG_{AR|NM|RANLIB}.midipix1-3/+18
2024-03-26slibtool: added SLIBTOOL_PROG_RANLIB.midipix1-0/+24
2024-03-26slibtool: added SLIBTOOL_PROG_AR, use llvm-ar as a cross-compilation fallback.midipix1-0/+29
2024-03-26slibtool.m4: SLIBTOOL_PROG_NM: use llvm-nm as a cross-compilation fallback.midipix1-3/+13
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-25install slibtool.m4 and ltmain.sh to a package sub-folder under $(DATADIR).midipix1-0/+12
2024-03-25slibtoolize: added a no-op, yet backward compatible ltmain.sh.midipix1-0/+2
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.midipix5-0/+300
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.midipix5-2/+39
2024-03-23internals: added slbt_txtline_to_string_vector() by reusing existing code.midipix5-52/+79
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().midipix4-0/+97
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-18build system: ccenv.sh: bsd targets: define __BSD_VISIBLE as needed.midipix1-4/+21
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.midipix4-0/+156
2024-03-17build system: ccenv.sh: supplement solar gates with the necessary extensions.midipix1-0/+13
2024-03-17slibtoolize mode: program skeleton, driver integration, and symlink extra.midipix12-14/+282
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.midipix5-38/+55
2024-03-16slbt_ar_create_dlsyms(): PE/COFF: properly set weak aliases of strong symbols.midipix1-26/+84