Age | Commit message (Expand) | Author | Files | Lines |
2024-03-25 | slibtoolize mode: driver: added --warnings and --no-warnings support. | midipix | 2 | -0/+9 |
2024-03-25 | slibtoolize mode: added --automake as an alias for --quiet. | midipix | 1 | -0/+3 |
2024-03-25 | slibtoolize mode: slbt_st_get_stoolie_ctx(): support AC_CONFIG_MACRO_DIR. | midipix | 1 | -2/+32 |
2024-03-25 | slibtoolize mode: implemented slibtool.m4 and ltmain.sh related actions. | midipix | 2 | -3/+126 |
2024-03-25 | internals: added slbt_create_symlink_ex() [specify arbitrary destination dir]. | midipix | 2 | -10/+43 |
2024-03-25 | slibtoolize mode: support legacy projs by defaulting to 'this dir' as needed. | midipix | 1 | -8/+17 |
2024-03-25 | slibtoolize mode: integrated context creation, support multiple target dirs. | midipix | 1 | -9/+57 |
2024-03-25 | slibtoolize: slbt_st_get_stoolie_ctx(): initial implementation. | midipix | 2 | -0/+283 |
2024-03-25 | slbt_m4fake_expand_cmdarg(): update signature (change driver context to const). | midipix | 2 | -8/+8 |
2024-03-23 | slibtoolize: driver: added support for --quiet, --silent, and -verbose. | midipix | 3 | -0/+22 |
2024-03-23 | slibtoolize: driver: added support for --debug and --dry-run. | midipix | 3 | -0/+17 |
2024-03-23 | slibtoolize: driver: added support for --copy, --force, and --install. | midipix | 4 | -2/+35 |
2024-03-23 | internals: added slbt_txtline_to_string_vector() by reusing existing code. | midipix | 3 | -52/+77 |
2024-03-22 | slbt_au_output_symbols(): yaml output: initial implementation. | midipix | 1 | -3/+84 |
2024-03-22 | slbt_ar_get_archive_ctx(): internally bind the meta ctx to the archive ctx. | midipix | 2 | -0/+6 |
2024-03-22 | slbt_au_output_symbols(): refactor prior to slbt_au_output_symbols_yaml(). | midipix | 1 | -11/+8 |
2024-03-22 | slbt_ar_update_syminfo(): refactor, add an optional fdout parameter. | midipix | 2 | -17/+46 |
2024-03-22 | slbt_ar_update_syminfo(): eliminate the execution context argument. | midipix | 5 | -14/+10 |
2024-03-21 | internals: added slbt_tmpfile(). | midipix | 2 | -0/+95 |
2024-03-20 | slbt_exec_execute(): guard against corner-case long file names. | midipix | 1 | -1/+5 |
2024-03-18 | internals: slbt_realpath(): SYS___realpathat: avoid re-definition of syscall(). | midipix | 1 | -4/+1 |
2024-03-18 | utility api: slbt_output_exec_annotated(): use bold white for output args. | midipix | 1 | -2/+2 |
2024-03-18 | driver: slbt_output_raw_vector(): refactor and prettify. | midipix | 1 | -17/+69 |
2024-03-18 | slibtoolize: slbt_m4fake_expand_cmdarg(): initial implementation. | midipix | 2 | -0/+154 |
2024-03-17 | slibtoolize mode: program skeleton, driver integration, and symlink extra. | midipix | 8 | -14/+266 |
2024-03-16 | slbt_ar_update_syminfo(): sort the syminfo vector in a coff-aware manner. | midipix | 1 | -0/+36 |
2024-03-16 | code base: rename qsort-related internal strcmp as slbt_{coff}_qsort_strcmp(). | midipix | 3 | -4/+4 |
2024-03-16 | code base: internals: move slbt_coff_strcmp() to own translation unit. | midipix | 3 | -38/+53 |
2024-03-16 | slbt_ar_create_dlsyms(): PE/COFF: properly set weak aliases of strong symbols. | midipix | 1 | -26/+84 |
2024-03-16 | slbt_au_output_symbols(): include weak aliases of strong symbols. | midipix | 1 | -3/+21 |
2024-03-16 | simple process creation: midipix targets: utilize the fast and robust vfork(). | midipix | 5 | -4/+14 |
2024-03-16 | slbt_ar_output_symfile(): include weak aliases of strong symbols. | midipix | 1 | -0/+15 |
2024-03-16 | slbt_util_create_symfile(): PE/COFF: list is target neutral, process all syms. | midipix | 1 | -6/+2 |
2024-03-16 | slbt_util_create_mapfile(): properly set weak aliases of strong symbols. | midipix | 1 | -11/+24 |
2024-03-16 | slbt_ar_output_mapfile(): properly set strong aliases of weak symbols. | midipix | 1 | -0/+14 |
2024-03-16 | slbt_update_mapstrv(): PE/COFF: vector sorting: properly handle weak aliases. | midipix | 1 | -1/+43 |
2024-03-15 | ar mode: PE mapfile generation: indent symbols as to match ld's .def output. | midipix | 1 | -1/+4 |
2024-03-15 | compile mode: allow -static to override --disable-static, ditto for -shared. | midipix | 1 | -4/+10 |
2024-03-14 | usage (--help): update (previous no-op's), end full sentences with a period. | midipix | 1 | -54/+52 |
2024-03-14 | link mode: on PE target, make -export-dynamic a no-op switch. | midipix | 1 | -1/+2 |
2024-03-14 | link mode: do not create dependency files for explicit archive outputs. | midipix | 3 | -8/+11 |
2024-03-14 | Once skinny, forever strong. | midipix | 75 | -75/+75 |
2024-03-14 | compile mode: avoid -I deduplication with project specific drivers. | midipix | 1 | -1/+8 |
2024-03-13 | link mode: properly interpret -static when output is an executable program. | midipix | 2 | -1/+4 |
2024-03-13 | link mode: properly support dependency derivation in static-only build projects. | midipix | 2 | -14/+136 |
2024-03-12 | driver: set default flag bits only after all argv options have been processed. | midipix | 1 | -14/+11 |
2024-03-11 | execute mode: wrapper script: remove non-portable shell construct (exec --). | midipix | 1 | -2/+2 |
2024-03-11 | link mode: archive creation: do not import non-convenience libraries. | midipix | 1 | -3/+23 |
2024-03-11 | slbt_ectx_get_exec_ctx(): dl[pre]open: first vector member must be virtual. | midipix | 2 | -16/+13 |
2024-03-10 | slbt_exec_link(): fix arguments passed to slbt_create_library_wrapper(). | midipix | 1 | -9/+18 |