Age | Commit message (Expand) | Author | Files | Lines |
2024-06-22 | argv.h: argv_show_status(): refactor for better readability. | midipix | 1 | -2/+4 |
2024-06-22 | argv.h: argv_alloc(): refactor for better readability. | midipix | 1 | -7/+11 |
2024-06-22 | argv.h: whitespace meditation. | midipix | 1 | -6/+6 |
2024-05-28 | argv.h: usage screen: avoid extra <stace> when all long options are hybrid-only. | midipix | 1 | -1/+11 |
2024-05-28 | argv.h: usage screen: prettify: <short-option><space><long-option>. | midipix | 1 | -1/+1 |
2024-05-15 | argv.h: argv_usage_impl(): use a sentinel with a non-contant format specifier. | midipix | 1 | -1/+1 |
2024-05-06 | slbt_get_mkvars_var(): explicitly promote char to int when calling isspace(). | midipix | 1 | -1/+1 |
2024-05-06 | slbt_st_get_stoolie_ctx(): explicitly promote char to in when calling isspace(). | midipix | 1 | -1/+1 |
2024-04-01 | driver: added -print-aux-dir and -print-m4-dir (for slibtool.m4 integration). | midipix | 5 | -4/+55 |
2024-04-01 | slibtoolize mode: driver: added --ltdl while deferring to the system libltdl. | midipix | 2 | -0/+7 |
2024-03-31 | driver: --mkvars, slbt_get_mkvars_var(): special the SLIBTOOL make variable. | midipix | 1 | -0/+19 |
2024-03-31 | driver: disallow epxlicit --heuristics file name alongside a --mkvars switch. | midipix | 1 | -0/+8 |
2024-03-31 | driver: auto-detect slibtool.cfg in non-heuristics mode where applicable. | midipix | 3 | -6/+38 |
2024-03-31 | driver: --heuristics: added slibtool.cfg prioritized support. | midipix | 1 | -4/+26 |
2024-03-31 | slbt_output_config(): produce a backward compatible output with without lconf. | midipix | 1 | -0/+90 |
2024-03-30 | slbt_init_host_params(): detect a native build environment based on ar(1). | midipix | 1 | -6/+17 |
2024-03-30 | driver: --mkvars, slbt_get_mkvars_flags(): implementation and integration. | midipix | 5 | -0/+299 |
2024-03-29 | slbt_init_host_params(): set native mode based on the detected ar(1) as needed. | midipix | 1 | -0/+1 |
2024-03-29 | slbt_init_host_params(): cfgmeta: mark tools derived from ranlib as such. | midipix | 1 | -0/+4 |
2024-03-29 | slbt_init_host_params(): derive as from ranlib as needed. | midipix | 1 | -0/+12 |
2024-03-29 | slbt_init_host_params(): derive windres and dlltool from ranlib as needed. | midipix | 1 | -0/+25 |
2024-03-29 | slbt_get_lconf_var(): return a null-terminated, zero-length string if no match. | midipix | 1 | -1/+3 |
2024-03-27 | slibtoolize mode: install slibtool.m4 only with a specified m4 macro dir. | midipix | 2 | -12/+14 |
2024-03-27 | slbt_obtain_nminfo(): fdout also requires read permissions for later mapping. | midipix | 1 | -1/+1 |
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 |