index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
internal
Age
Commit message (
Collapse
)
Author
Files
Lines
2024-03-22
slbt_ar_get_archive_ctx(): internally bind the meta ctx to the archive ctx.
midipix
1
-0
/
+1
2024-03-22
slbt_ar_update_syminfo(): refactor, add an optional fdout parameter.
midipix
1
-0
/
+4
2024-03-22
slbt_ar_update_syminfo(): eliminate the execution context argument.
midipix
1
-2
/
+1
2024-03-21
internals: added slbt_tmpfile().
midipix
2
-0
/
+95
2024-03-18
internals: slbt_realpath(): SYS___realpathat: avoid re-definition of syscall().
midipix
1
-4
/
+1
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
2
-0
/
+18
2024-03-16
code base: rename qsort-related internal strcmp as slbt_{coff}_qsort_strcmp().
midipix
2
-2
/
+2
2024-03-16
code base: internals: move slbt_coff_strcmp() to own translation unit.
midipix
2
-0
/
+52
2024-03-16
simple process creation: midipix targets: utilize the fast and robust vfork().
midipix
1
-0
/
+8
2024-03-14
link mode: do not create dependency files for explicit archive outputs.
midipix
1
-1
/
+2
2024-03-14
Once skinny, forever strong.
midipix
17
-17
/
+17
2024-03-10
slbt_create_library_wrapper(): properly handle --disable-shared and ↵
midipix
1
-2
/
+20
--disable-static.
2024-03-10
slbt_create_library_wrapper(): fix signature (string params are const types).
midipix
2
-16
/
+16
2024-03-10
link mode: treat dlopen of static-only dependency libs as (also fixed) dlpreopen
midipix
1
-1
/
+2
2024-03-10
slbt_ar_get_archive_ctx(): store a private copy of the archive path.
midipix
1
-0
/
+1
2024-03-10
link mode: handle the combination of dlopen/dlpreopen and --disable-shared.
midipix
1
-1
/
+2
2024-03-10
link mode: dlopen/dlpreopen the static archive as needed.
midipix
1
-1
/
+2
2024-03-10
link mode: --disable-shared: also delete the associated .expsyms.a archive.
midipix
1
-1
/
+14
2024-03-07
execution context: properly support argument transformation in place.
midipix
1
-0
/
+1
2024-03-04
link mode: refined .disabled placeholder logic (/dev/null <--> older linkers).
midipix
1
-3
/
+7
2024-03-04
link mode: unless created for the current .la, mark the .a or .so as disabled.
midipix
1
-7
/
+3
2024-03-03
slbt_exec_link_create_library(): allow ar(1) driven invocations.
midipix
1
-1
/
+3
2024-03-02
execution context: added -dlopen and -dlpreopen support.
midipix
1
-0
/
+4
2024-03-02
driver: create a vector of -dlpreopen libraries.
midipix
1
-0
/
+2
2024-03-01
slbt_exec_ctx_alloc(): refactor and simplify.
midipix
1
-1
/
+1
2024-02-28
ar mode: driver: added -Wdlsyms, -Wdlunit.
midipix
1
-0
/
+2
2024-02-28
archiver api: added slbt_ar_update_syminfo() (nm output to symbol info vector).
midipix
1
-0
/
+7
2024-02-27
slbt_lconf_open(): unless in debug mode, silence oepnat()/fstat() trace msgs.
midipix
1
-0
/
+5
2024-02-26
driver: added the --nm switch.
midipix
2
-0
/
+17
2024-02-26
slbt_get_lconf_var(): refactored, now utilizing the cached text line vector.
midipix
1
-43
/
+35
2024-02-26
slbt_get_lconf_flags(): cache the configuration in library friendly form.
midipix
2
-17
/
+32
2024-02-25
internals: added slbt_impl_get_txtfile_ctx() (caller-provided fd as input).
midipix
1
-0
/
+6
2024-02-25
driver: added slbt_lib_get_txtfile_ctx(): plain line vector from a text file.
midipix
1
-0
/
+10
2024-02-22
internals: slbt_is_strong_coff_symbol(): from _static_ to a _hidden_ function.
midipix
2
-0
/
+22
2024-02-22
code base: internal (hidden) visibility: properly support legacy PE targets.
midipix
1
-0
/
+16
2024-02-21
code base: strictly conform to isspace()'s interface (int vs. signed char).
midipix
1
-2
/
+3
2024-02-21
slbt_util_copy_file(): simplify interface.
midipix
2
-2
/
+2
2024-02-21
driver: internals: move the argv meta data to struct slbt_driver_ctx_impl.
midipix
1
-1
/
+1
2024-02-21
execution context: added support for -export-symbols.
midipix
1
-1
/
+2
2024-02-20
utility api's: _output_ namespace: simplified the execution context interfaces.
midipix
1
-2
/
+2
2024-02-20
internals: slibtool_driver_impl.h: whitespace meditation.
midipix
1
-27
/
+28
2024-02-20
struct slbt_exec_ctx_impl: added pointer to the associated driver context.
midipix
1
-0
/
+1
2024-02-20
utility api's: added slbt_util_create_mapfile().
midipix
1
-0
/
+12
2024-02-19
driver: added slbt_lib_get_symlist_ctx(): symbol string vector from symlist.
midipix
1
-0
/
+9
2024-02-19
slbt_util_real_path(): rewrite as a wrapper around an internal slbt_realpath().
midipix
3
-2
/
+119
2024-02-19
utility api's: renamed slbt_util_realpath() --> slbt_util_real_path().
midipix
1
-2
/
+2
2024-02-19
library api's: _api_ (package information) namespace overhaul.
midipix
2
-4
/
+4
2024-02-19
library api's: _lib_ (program driver) namespace overhaul.
midipix
1
-6
/
+6
2024-02-19
library api's: _ectx_ (command execution context) namespace overhaul.
midipix
1
-0
/
+5
[next]