Age | Commit message (Expand) | Author | Files | Lines |
2024-03-30 | driver: --mkvars, slbt_get_mkvars_flags(): implementation and integration. | midipix | 1 | -0/+1 |
2024-03-25 | slibtoolize: slbt_st_get_stoolie_ctx(): initial implementation. | midipix | 1 | -0/+1 |
2024-03-23 | internals: added slbt_txtline_to_string_vector() by reusing existing code. | midipix | 1 | -0/+1 |
2024-03-21 | internals: added slbt_tmpfile(). | midipix | 1 | -0/+1 |
2024-03-18 | slibtoolize: slbt_m4fake_expand_cmdarg(): initial implementation. | midipix | 1 | -0/+1 |
2024-03-17 | slibtoolize mode: program skeleton, driver integration, and symlink extra. | midipix | 1 | -0/+2 |
2024-03-16 | code base: internals: move slbt_coff_strcmp() to own translation unit. | midipix | 1 | -0/+1 |
2024-02-28 | ar mode: pretty printing: added slbt_au_output_dlsyms(). | midipix | 1 | -0/+1 |
2024-02-28 | archiver api: added slbt_ar_create_dlsyms() (compatible dlsym vtable C Source). | midipix | 1 | -0/+1 |
2024-02-28 | archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector). | midipix | 1 | -0/+1 |
2024-02-25 | driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file. | midipix | 1 | -0/+1 |
2024-02-23 | utility api's: added slbt_util_create_symfile(). | midipix | 1 | -0/+1 |
2024-02-23 | ar api's: added slbt_ar_create_symfile(). | midipix | 1 | -0/+1 |
2024-02-22 | internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function. | midipix | 1 | -0/+1 |
2024-02-20 | code base: place the _host_flavor_ interfaces in their own translation unit. | midipix | 1 | -0/+1 |
2024-02-20 | utility output api's: added slbt_output_mapfile(). | midipix | 1 | -0/+1 |
2024-02-20 | utility api's: added slbt_util_create_mapfile(). | midipix | 1 | -0/+1 |
2024-02-20 | code base: rename files under src/arbits/output/ to match the _au_ interfaces. | midipix | 1 | -3/+3 |
2024-02-20 | code base: separate slbt_ar_create_mapfile() from slbt_au_output_mapfile(). | midipix | 1 | -1/+2 |
2024-02-19 | driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist. | midipix | 1 | -0/+1 |
2024-02-19 | code base: moved slbt_host_params.c from src/driver/ to src/host/. | midipix | 1 | -1/+1 |
2024-02-19 | slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath(). | midipix | 1 | -0/+1 |
2024-02-19 | library api's: _util_ (utility helper interfaces) namespace overhaul. | midipix | 1 | -5/+5 |
2024-02-18 | project: exclude the fallback slbt_archive_import_mri() from the build. | midipix | 1 | -1/+3 |
2024-02-17 | ar mode: pretty printer: symbols, mapfile: produce a sorted output by default. | midipix | 1 | -0/+1 |
2024-02-17 | archiver output: added slbt_ar_output_mapfile(). | midipix | 1 | -0/+1 |
2024-02-17 | archiver output: added slbt_ar_output_symbols() [currently -Wposix only]. | midipix | 1 | -0/+1 |
2024-02-13 | output: added slbt_output_config(): print a compatible --config output. | midipix | 1 | -0/+1 |
2024-02-13 | driver: rename --config as --info in anticipation of a compatible --config. | midipix | 1 | -1/+1 |
2024-02-10 | link mode: move the executable creation logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-10 | link mode: move the shared library creation logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-10 | link mode: move the archive creation logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-10 | link mode: move the import library logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-10 | link mode: move the host tag logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-10 | link mode: move the argument vector logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-10 | link mode: move the dependency file logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-10 | code base: simplify checks against value returned from snprintf() via wrapper. | midipix | 1 | -0/+1 |
2024-02-09 | driver: move slbt_init_link_params() to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-09 | driver: move slbt_init_version_info() to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-09 | driver: move slbt_split_argv() to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-09 | driver: move the host params logic to its own translation unit. | midipix | 1 | -0/+1 |
2024-02-08 | slbt_store_archive(): initial implementation. | midipix | 1 | -0/+1 |
2024-02-07 | slbt_merge_archives(): initial implementation. | midipix | 1 | -0/+1 |
2024-02-04 | slbt_archive_import(): refactor in anticipation of in-memory archive merging. | midipix | 1 | -0/+1 |
2024-01-29 | slbt_ar_parse_primary_armap_sysv_64(): move to own translation unit. | midipix | 1 | -0/+1 |
2024-01-29 | slbt_ar_parse_primary_armap_sysv_32(): move to own translation unit. | midipix | 1 | -0/+1 |
2024-01-29 | slbt_ar_parse_primary_armap_bsd_64(): move to own translation unit. | midipix | 1 | -0/+1 |
2024-01-29 | slbt_ar_parse_primary_armap_bsd_32(): move to own translation unit. | midipix | 1 | -0/+1 |
2024-01-27 | archiver output api: added slbt_ar_output_arname(). | midipix | 1 | -0/+1 |
2024-01-27 | archiver output api: added slbt_ar_output_members(). | midipix | 1 | -0/+1 |