summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
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
2024-03-16slbt_ar_output_mapfile(): properly set strong aliases of weak symbols.midipix1-0/+14
2024-03-16slbt_update_mapstrv(): PE/COFF: vector sorting: properly handle weak aliases.midipix1-1/+43
2024-03-15ar mode: PE mapfile generation: indent symbols as to match ld's .def output.midipix1-1/+4
2024-03-15release 0.5.36v0.5.36midipix3-1/+54
2024-03-15compile mode: allow -static to override --disable-static, ditto for -shared.midipix1-4/+10
2024-03-14usage (--help): update (previous no-op's), end full sentences with a period.midipix1-54/+52
2024-03-14link mode: on PE target, make -export-dynamic a no-op switch.midipix1-1/+2
2024-03-14link mode: do not create dependency files for explicit archive outputs.midipix3-8/+11
2024-03-14Once skinny, forever strong.midipix78-78/+78
2024-03-14compile mode: avoid -I deduplication with project specific drivers.midipix1-1/+8
2024-03-13link mode: properly interpret -static when output is an executable program.midipix3-1/+7
2024-03-13link mode: properly support dependency derivation in static-only build projects.midipix2-14/+136
2024-03-12driver: set default flag bits only after all argv options have been processed.midipix1-14/+11
2024-03-11build system: cfgtest.sh: fix typo in status message.midipix1-1/+1
2024-03-11execute mode: wrapper script: remove non-portable shell construct (exec --).midipix1-2/+2
2024-03-11link mode: archive creation: do not import non-convenience libraries.midipix1-3/+23
2024-03-11slbt_ectx_get_exec_ctx(): dl[pre]open: first vector member must be virtual.midipix2-16/+13
2024-03-10slbt_exec_link(): fix arguments passed to slbt_create_library_wrapper().midipix1-9/+18