summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-15library: replace all uses of chmod() with fchmodat().midipix1-1/+1
2021-04-15library: replace all uses of unlink() with unlinkat().midipix5-6/+20
2021-04-15library: replace all uses of rmdir() with unlinkat().midipix1-2/+2
2021-04-15library: replace all uses of rename() with renameat().midipix2-2/+2
2021-04-15library: replace all uses of symlink() with symlinkat().midipix3-8/+19
2021-04-15library: replace all uses of [slbt_]readlink() with [slbt_]readlinkat().midipix9-19/+40
2021-04-15library: replace all uses of stat() and lstat() with fstatat() counterparts.midipix4-20/+43
2021-04-13project: SLBT_MACHINE: the CFLAGS_ONCE variable is reserved for user overrides.midipix1-1/+1
2021-04-11build system: COPYING.SOFORT: updated copyright years.midipix1-1/+1
2021-04-11build system: configure: append LIBDIR as the last linker path element.midipix1-0/+3
2021-04-11build system: posix make support: fixed PE mdso import library generation rule.midipix1-2/+2
2021-04-11build system: posix make support: added missing .pkgconf phony target rule.midipix1-0/+2
2021-04-11build system: posix make support: refactored PE library versioning rules.midipix6-39/+39
2021-04-10build system: posix make support: handle out-of-tree builds in posix make mode.midipix4-0/+99
2021-04-10build system: configure: automatically detect make mode if not already set.midipix1-0/+9
2021-04-10build system: configure: added --makemode and MAKEMODE support.midipix4-1/+13
2021-04-10app: posix make support: acknowledge unused parameter inside of source file.midipix2-1/+3
2021-04-10build system: posix make support: refactored project-agnostic inference rules.midipix6-29/+67