index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-02-26
driver: added the --nm switch.
midipix
1
-0
/
+1
2024-02-25
driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file.
midipix
1
-0
/
+9
2024-02-23
utility api's: added slbt_util_create_symfile().
midipix
1
-0
/
+2
2024-02-23
ar api's: added slbt_ar_create_symfile().
midipix
1
-0
/
+2
2024-02-21
slbt_util_copy_file(): simplify interface.
midipix
1
-3
/
+3
2024-02-21
slbt_util_import_archive(): simplify interface.
midipix
1
-1
/
+1
2024-02-21
core api: simplified the _exec_ interfaces.
midipix
1
-6
/
+6
2024-02-21
execution context: added support for -export-symbols.
midipix
1
-0
/
+4
2024-02-21
host interfaces: struct slbt_flavor_settings: added .mapsuffix.
midipix
1
-0
/
+1
2024-02-21
library headers: <slibtool/slibtool.h>: whitespace meditation.
midipix
1
-0
/
+14
2024-02-20
utility api's: _output_ namespace: simplified the execution context interfaces.
midipix
1
-9
/
+11
2024-02-20
host interfaces: added slbt_host_objfmt_is_{coff|macho}() and friends.
midipix
1
-0
/
+8
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
/
+2
2024-02-19
driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist.
midipix
1
-0
/
+9
2024-02-19
<slibtool/slibtool.h>: added missing comment, whitespace meditation.
midipix
1
-0
/
+6
2024-02-19
utility api's: renamed slbt_util_realpath() --> slbt_util_real_path().
midipix
1
-1
/
+1
2024-02-19
library api's: _host_ (host and flavor interfaces) namespace overhaul.
midipix
1
-3
/
+3
2024-02-19
library api's: _fs_ (file system and raw input interfaces) namespace overhaul.
midipix
1
-2
/
+2
2024-02-19
library api's: _api_ (package information) namespace overhaul.
midipix
1
-1
/
+1
2024-02-19
library api's: _lib_ (program driver) namespace overhaul.
midipix
1
-4
/
+4
2024-02-19
library api's: _ectx_ (command execution context) namespace overhaul.
midipix
1
-7
/
+5
2024-02-19
library api's: _util_ (utility helper interfaces) namespace overhaul.
midipix
1
-5
/
+5
2024-02-19
library api's: _ar_ (in-memory archiver) namespace overhaul.
midipix
1
-7
/
+7
2024-02-19
library api's: _au_ (archiver utility) namespace overhaul.
midipix
1
-4
/
+4
2024-02-17
ar mode: pretty printer: symbols, mapfile: added the -Wnosort switch.
midipix
1
-0
/
+1
2024-02-17
driver: -export-symbols: rename associated struct member as .expsyms.
midipix
1
-1
/
+1
2024-02-17
archiver output api: added slbt_create_mapfile().
midipix
1
-0
/
+2
2024-02-17
ar mode: utility: version script printing: added the -Wmapfile switch.
midipix
1
-0
/
+1
2024-02-17
archiver output: added slbt_ar_output_mapfile().
midipix
1
-0
/
+1
2024-02-17
slbt_ar_output_symbols(): added public function prototype.
midipix
1
-0
/
+1
2024-02-16
ar mode: archive merging: added the -Wmerge command-line action.
midipix
1
-0
/
+3
2024-02-14
driver: added --tag=ASM support.
midipix
1
-0
/
+1
2024-02-14
driver: added the --as switch (assembler argument to pass through to dlltool).
midipix
1
-0
/
+1
2024-02-13
utility: newly added --config, now producing compatible --config output.
midipix
1
-0
/
+2
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
-2
/
+2
2024-02-08
slbt_store_archive(): initial implementation.
midipix
1
-0
/
+4
2024-02-07
slbt_merge_archives(): initial implementation.
midipix
1
-0
/
+5
2024-02-04
struct slbt_archive_meta: store reference to the (optional) long names member.
midipix
1
-0
/
+1
2024-02-04
slbt_copy_file(): enhance logging of copy errors.
midipix
1
-0
/
+1
2024-02-04
slbt_exec_install(): enhance logging of file operation errors.
midipix
1
-0
/
+1
2024-02-04
slbt_exec_link(): enhance logging of linker- and linking-tool errors.
midipix
1
-0
/
+4
2024-02-04
slbt_exec_compile(): fix logging of compiler errors.
midipix
1
-0
/
+1
2024-02-02
ar mode: driver: added -Wverbose support.
midipix
1
-0
/
+1
2024-01-29
slbt_get_archive_meta(): symrefs vector: validate all name offsets.
midipix
1
-0
/
+1
2024-01-28
slbt_get_archive_meta(): symrefs vector: validate all member offsets.
midipix
1
-0
/
+1
2024-01-28
struct ar_meta_armap_common_{32|64}: added the ar_symrefs member.
midipix
1
-0
/
+2
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
/
+3
[next]