index
:
slibtool
main
a surrogate libtool implementation, written in C
midipix
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-24
build system: configure: remove no-longer-needed exit statements (set -eu).
midipix
1
-9
/
+9
2018-12-24
build system: configure: sub-shell syntax: replace backquotes with $().
midipix
1
-9
/
+9
2018-12-21
build system: configure: remove early development comments.
midipix
1
-5
/
+0
2018-12-21
build system: Makefile.in: distclean: remove cfgdefs.mk and usrdefs.mk.
midipix
1
-0
/
+2
2018-12-21
build system: configure: be strict (set -eu).
midipix
1
-0
/
+2
2018-12-21
build system: configure: explicitly initialize all variables.
midipix
2
-0
/
+198
2018-12-21
build system: configure: unify the syntax for yes/no tests.
midipix
1
-26
/
+26
2018-12-21
build system: config.usage: added absent variables.
midipix
1
-0
/
+2
2018-12-21
build system: pkgconf.sh: remove accidental leading spaces.
midipix
1
-1
/
+1
2018-12-21
build system: re-implemented sofort/pkgconf.sh.
midipix
1
-60
/
+75
2018-12-16
build system: Makefile.in: include custom config defs before project files.
midipix
1
-9
/
+8
2018-12-13
build system: configure: cfgdefs.mk must always be written from scratch.
midipix
1
-8
/
+10
2018-12-13
built system: added the NATIVE_CC_{CFGHOST|CFLAGS|LDFLAGS} variables.
midipix
3
-1
/
+17
2018-12-10
build system: configure: robustly support special characters in custom args.
midipix
1
-27
/
+9
2018-12-10
build system: configure: set $mb_native_cc independently of $CC.
midipix
1
-8
/
+0
2018-12-10
build system: support custom configuration via cfgdefs.sh (and usrdefs.mk).
midipix
3
-3
/
+99
2018-12-10
build system: added NATIVE_CC_HOST support.
midipix
3
-1
/
+18
2018-11-25
build system: --all-shared: ensure linking against the newly built library.
midipix
1
-1
/
+1
2018-11-25
build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib.
midipix
2
-1
/
+1
2018-11-25
build system: --all-shared: properly express primary shared library dependency.
midipix
1
-1
/
+1
2018-11-25
build system: PE, ELF: defined DSO_REF_VER, DSO_REF_SONAME, DSO_REF_SOLINK.
midipix
2
-0
/
+8
2018-11-25
build system: sysinfo: bsd/linux: remove implib .PHONY defs (are in elf.mk).
midipix
2
-4
/
+0
2018-11-23
build system: all-shared: use LDFLAGS_APP as before, now with correct ordering.
midipix
1
-1
/
+1
2018-11-22
build system: added --cfghost support.
midipix
4
-2
/
+17
2018-11-10
install mode: host flavors: properly support suffixed suffixes.
midipix
1
-4
/
+24
2018-11-10
link mode: host flavors: properly support suffixed suffixes.
midipix
3
-27
/
+52
2018-11-10
install mode: slbt_exec_uninstall_entry(): refactor (".so" --> dsosuffix).
midipix
1
-6
/
+10
2018-11-10
driver: host flavors: added suffixed suffixes support.
midipix
2
-7
/
+9
2018-11-10
driver: host flavors: whitespace meditation.
midipix
1
-9
/
+39
2018-11-10
driver: host flavors: midipix: ldso environment variable is LD_LIBRARY_PATH.
midipix
1
-1
/
+1
2018-11-10
build system: host flavors: support suffixed library extensions.
midipix
10
-3
/
+35
2018-11-07
release 0.5.28
v0.5.28
midipix
2
-1
/
+9
2018-11-07
driver: enhanced target-ar logic: accommodate legacy systems.
midipix
1
-29
/
+35
2018-11-07
release 0.5.27
v0.5.27
midipix
2
-1
/
+12
2018-11-07
driver: slbt_init_host_params(): enhance the target-ar related logic.
midipix
1
-0
/
+82
2018-10-24
release 0.5.26
v0.5.26
midipix
2
-1
/
+25
2018-10-24
slbt_exec_compile{_finalize_argument_vector}(): remove placeholder arguments.
midipix
1
-0
/
+99
2018-10-24
driver: execution context: added slbt_reset_argvector().
midipix
3
-0
/
+41
2018-10-21
slbt_exec_link_finalize_argument_vector(): remove redundant -L arguments.
midipix
1
-0
/
+14
2018-10-21
slbt_exec_link_finalize_argument_vector(): refactor argument removal logic.
midipix
1
-36
/
+40
2018-10-21
slbt_exec_link_finalize_argument_vector(): remove placeholder arguments.
midipix
1
-1
/
+4
2018-10-21
slbt_exec_link_finalize_argument_vector(): remove redundant -l arguments.
midipix
1
-2
/
+48
2018-10-21
slbt_exec_link_finalize_argument_vector(): properly handle local archives.
midipix
1
-0
/
+4
2018-10-21
slbt_split_argv(): properly normalize --library-path=<path> arguments.
midipix
1
-1
/
+1
2018-10-15
slbt_exec_link_create_dep_file(): simplify given the recent argv normalization.
midipix
1
-19
/
+4
2018-10-15
driver: clone, normalize (-l,--library,-L,--library-path) the argument vector.
midipix
2
-22
/
+138
2018-10-15
slbt_exec_link_finalize_argument_vector(): fix sneaky typo.
midipix
1
-2
/
+2
2018-08-17
driver: slbt_get_driver_ctx(): support stack-based argv.
midipix
1
-1
/
+1
2018-08-14
slbt_lconf_open(): close all temporarily-opened directory file descriptors.
midipix
1
-2
/
+8
2018-08-13
internals: slbt_adjust_linker_argument() now uses the context's fdcwd.
midipix
1
-2
/
+6
[prev]
[next]