summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2021-04-10build system: posix make support: refactored handling of the PACKAGE_APP macro.midipix3-6/+6
2021-04-10project: posix make support: refactored the cflag definition of SLBT_MACHINE.midipix1-4/+2
2021-04-10build system: posix make support: exrules/default.mk: added (no) implib rules.midipix1-0/+6
2021-04-09build system: posix make support: refactored build-flavor dependency schemes.midipix15-64/+116
2021-04-09build system: posix make support: refactored shared library versioning schemes.midipix9-60/+81
2021-04-09build system: posix make support: pkgconf: removed unused ifeq statement.midipix1-8/+0
2021-04-09build system: posix make support: remove ifeq statement for OS_DSO_EXRULES.midipix2-4/+2
2021-04-09build system: configure: added --make and MAKE support.midipix5-3/+23
2021-04-08link mode: set the -soname linker flag alongside the -avoid-version argument.midipix1-1/+12
2021-04-05release 0.5.33v0.5.33midipix3-1/+30
2021-04-05link mode: shared: use .deps of a static-only .la input argument as needed.midipix1-1/+5
2021-04-05link mode: always include explicit -L dirs in ldpathenv.Lucio Andrés Illanes Albornoz1-1/+7
2021-04-05link mode: require dependency list to be present for all .la input arguments.midipix1-7/+7
2021-04-03driver: a heuristics-based -disable-shared now overrides --tag=disable-static.midipix1-0/+4
2021-04-03driver: --tag=disable-shared now overrides a heuristics-based -disable-static.midipix1-0/+3
2021-04-03uninstall mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag.midipix1-4/+16
2021-04-03install mode: always respect the SLBT_DRIVER_ANNOTATE_NEVER flag.midipix1-4/+16
2021-04-03driver: always respect the NO_COLOR envvar & SLBT_DRIVER_ANNOTATE_NEVER flag.midipix2-12/+37