summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-05install mode: driver: added (referential) --sysroot support.midipix3-1/+12
2021-05-05slibtool.m4: added --with-sysroot support.midipix1-2/+53
2021-05-05driver: added explicit --sysroot support.midipix4-2/+50
2021-05-04link mode: static-only libfoo.la: account for non-default shared-object suffix.midipix1-0/+30
2021-05-04link mode: slbt_exec_link_create_archive(): eliminate the libfoo.a symlink.midipix1-35/+3
2021-05-03slibtool.m4: LIBTOOL variable substitution: avoid duplicate value assignments.midipix1-1/+1
2021-05-03link mode: slbt_exec_link(): properly support non-default shared-object suffix.midipix1-1/+27
2021-05-03driver api: slbt_get_flavor_settings(): initial implementation.midipix2-0/+22
2021-05-02project: install-app-extras: eliminate non-portable make(1) idiom.midipix1-6/+6
2021-05-02slibtool.m4: slibtool_set_flavor(): support backward-compatible heuristics.midipix1-0/+9
2021-05-02heuristics: slbt_get_lconf_flags(): enhanced the string-scanning logic.midipix1-20/+33
2021-05-02heuristics: slbt_get_lconf_flags(): added missing 'else' in if-then block.midipix1-1/+1
2021-05-02slibtool.m4: coding-style meditation.midipix1-1/+1
2021-05-02slibtool.m4: slibtool_arg_enable(): properly escape brackets in if-then block.midipix1-1/+1
2021-05-02slibtool.m4: added SLIBTOOL_PROG_NM().midipix1-0/+18
2021-05-02slibtool.m4: added SLIBTOOL_LANG().midipix1-0/+9
2021-05-02slibtool.m4: added deprecated and no-op macros.midipix1-0/+7
2021-05-02slibtool.m4: added SLIBTOOL_{ENABLE|DISABLE}_{SHARED|STATIC}.midipix1-1/+61
2021-05-02slibtool.m4: SLIBTOOL_PREREQ(): ensure presence of cxx preprocessor macros.midipix1-0/+4
2021-05-02slibtool.m4: SLIBTOOL_PREREQ(): ensure presence of core autoconf macros.midipix1-0/+43
2021-05-01slibtool.m4: native integration for autoconf-based projects: initial version.midipix1-0/+265
2021-04-24build system: allow projects to specify a default nickname.midipix1-0/+4
2021-04-24build system: allow projects to specify an alternate Makefile name.midipix2-0/+6
2021-04-24build system: configure: support project-specific cfginit.sh and cfgfini.sh.midipix2-0/+17
2021-04-24build system: configure: respect project-specific make{mode} preferences.midipix1-0/+9
2021-04-19build system: ccenv: ccenv_set_cc{_bits}(): handle quotes in $ccenv_cflags.midipix1-2/+2
2021-04-19driver: slbt_get_driver_ctx(): properly record the envp parameter.midipix1-2/+4
2021-04-18build system: purify rules for informational config-time targets.midipix2-4/+8
2021-04-17slbt_realpath(): added code path for systems with a realpathat syscall.midipix1-0/+12
2021-04-17library: eliminate use of the external environ variable.midipix3-3/+11
2021-04-17build system: ccenv: ccenv_set_cxx(): enhanced and corrected logic.midipix1-7/+16
2021-04-17build system: ccenv_output_defs(): enhanced makefile generation.midipix1-8/+18
2021-04-17build system: ccenv_output_defs(): support deferred command expansion.midipix1-1/+2
2021-04-17build system: configure: config_copy(): enhanced Makefile generation.midipix1-12/+21
2021-04-17build system: configure: enhanced and corrected cmdline logging.midipix1-12/+27
2021-04-16build system: configure: reflect changes to PACKAGE in the default DOCDIR var.midipix1-1/+1
2021-04-16link mode: legacy libtool compatibility: support linking against -module libs.midipix1-7/+15
2021-04-16Coding style meditation.midipix1-7/+6
2021-04-16Whitespace meditation.midipix2-14/+22
2021-04-16link mode: -module without -rpath is an executable, not a dynamic library.midipix1-11/+13
2021-04-15slbt_exec_link(): fix comment typo.midipix1-1/+1
2021-04-15build system: COPYING.SOFORT: updated list of covered files.midipix1-1/+25
2021-04-15build system: ccenv.sh: add missing '-e' argument in sed invocation.midipix1-1/+2
2021-04-15build system: configure: fix default setting of $mb_docdir.midipix1-1/+1
2021-04-15build system: configure: require $mb_package to be set (in config.project).midipix1-3/+10
2021-04-15internals: slbt_create_symlink(): properly handle absolute-path link targets.midipix4-20/+37
2021-04-15link mode: slbt_exec_link_create_executable(): replace backtick with $().midipix1-1/+1
2021-04-15link mode: slbt_exec_link_create_executable(): enclose $DL_PATH in quotes.midipix1-1/+1
2021-04-15library: replace all uses of getcwd() with slbt_realpath().midipix2-3/+7
2021-04-15library: replace all uses of open() with openat().midipix1-1/+1