summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-12-24build system: version.sh: generate macro for date of last git commit.midipix1-3/+12
2018-12-24build system: target & native cchost logic: initial clean-up.midipix3-60/+13
2018-12-24build system: config_support(): initial clean-up.midipix1-4/+4
2018-12-24build system: version.sh: set -eu, remove no-longer-needed exit statements.midipix1-3/+5
2018-12-24bulid system: version.sh: sub-shell syntax: replace backquotes with $().midipix1-3/+3
2018-12-24build system: configure: remove no-longer-needed exit statements (set -eu).midipix1-9/+9
2018-12-24build system: configure: sub-shell syntax: replace backquotes with $().midipix1-9/+9
2018-12-21build system: configure: remove early development comments.midipix1-5/+0
2018-12-21build system: Makefile.in: distclean: remove cfgdefs.mk and usrdefs.mk.midipix1-0/+2
2018-12-21build system: configure: be strict (set -eu).midipix1-0/+2
2018-12-21build system: configure: explicitly initialize all variables.midipix2-0/+198
2018-12-21build system: configure: unify the syntax for yes/no tests.midipix1-26/+26
2018-12-21build system: config.usage: added absent variables.midipix1-0/+2
2018-12-21build system: pkgconf.sh: remove accidental leading spaces.midipix1-1/+1
2018-12-21build system: re-implemented sofort/pkgconf.sh.midipix1-60/+75
2018-12-16build system: Makefile.in: include custom config defs before project files.midipix1-9/+8
2018-12-13build system: configure: cfgdefs.mk must always be written from scratch.midipix1-8/+10
2018-12-13built system: added the NATIVE_CC_{CFGHOST|CFLAGS|LDFLAGS} variables.midipix3-1/+17
2018-12-10build system: configure: robustly support special characters in custom args.midipix1-27/+9
2018-12-10build system: configure: set $mb_native_cc independently of $CC.midipix1-8/+0
2018-12-10build system: support custom configuration via cfgdefs.sh (and usrdefs.mk).midipix3-3/+99
2018-12-10build system: added NATIVE_CC_HOST support.midipix3-1/+18
2018-11-25build system: --all-shared: ensure linking against the newly built library.midipix1-1/+1
2018-11-25build system: only apply LDFLAGS_IMPLIB to the package's primary shared lib.midipix2-1/+1
2018-11-25build system: --all-shared: properly express primary shared library dependency.midipix1-1/+1
2018-11-25build system: PE, ELF: defined DSO_REF_VER, DSO_REF_SONAME, DSO_REF_SOLINK.midipix2-0/+8
2018-11-25build system: sysinfo: bsd/linux: remove implib .PHONY defs (are in elf.mk).midipix2-4/+0
2018-11-23build system: all-shared: use LDFLAGS_APP as before, now with correct ordering.midipix1-1/+1
2018-11-22build system: added --cfghost support.midipix4-2/+17
2018-11-10install mode: host flavors: properly support suffixed suffixes.midipix1-4/+24
2018-11-10link mode: host flavors: properly support suffixed suffixes.midipix3-27/+52
2018-11-10install mode: slbt_exec_uninstall_entry(): refactor (".so" --> dsosuffix).midipix1-6/+10
2018-11-10driver: host flavors: added suffixed suffixes support.midipix2-7/+9
2018-11-10driver: host flavors: whitespace meditation.midipix1-9/+39
2018-11-10driver: host flavors: midipix: ldso environment variable is LD_LIBRARY_PATH.midipix1-1/+1
2018-11-10build system: host flavors: support suffixed library extensions.midipix10-3/+35
2018-11-07release 0.5.28v0.5.28midipix2-1/+9
2018-11-07driver: enhanced target-ar logic: accommodate legacy systems.midipix1-29/+35
2018-11-07release 0.5.27v0.5.27midipix2-1/+12
2018-11-07driver: slbt_init_host_params(): enhance the target-ar related logic.midipix1-0/+82
2018-10-24release 0.5.26v0.5.26midipix2-1/+25
2018-10-24slbt_exec_compile{_finalize_argument_vector}(): remove placeholder arguments.midipix1-0/+99
2018-10-24driver: execution context: added slbt_reset_argvector().midipix3-0/+41
2018-10-21slbt_exec_link_finalize_argument_vector(): remove redundant -L arguments.midipix1-0/+14
2018-10-21slbt_exec_link_finalize_argument_vector(): refactor argument removal logic.midipix1-36/+40
2018-10-21slbt_exec_link_finalize_argument_vector(): remove placeholder arguments.midipix1-1/+4
2018-10-21slbt_exec_link_finalize_argument_vector(): remove redundant -l arguments.midipix1-2/+48
2018-10-21slbt_exec_link_finalize_argument_vector(): properly handle local archives.midipix1-0/+4
2018-10-21slbt_split_argv(): properly normalize --library-path=<path> arguments.midipix1-1/+1
2018-10-15slbt_exec_link_create_dep_file(): simplify given the recent argv normalization.midipix1-19/+4