summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-02-23build system: cfgtest.sh: added cfgtest_code_snippet_asm().midipix1-0/+27
2019-02-18build system: mktemp(1): provide template, explicitly remove temporary files.midipix1-2/+12
2019-02-17build system: ccenv: attemt to use otool for binary format detection.midipix1-1/+20
2019-02-17build system: configure: host/target may only be set via explicit arguments.midipix1-2/+0
2019-02-13build system: ccenv_find_tool(): support an optional tool-compatibility test.midipix1-2/+9
2019-02-13build system: configure, ccenv.sh: fix sed exp. for trailing tabs & spaces.midipix2-2/+2
2019-01-10build system: empty archives: remove dependency on dirs.tag, mkdir -p lib.midipix1-1/+2
2019-01-09build system: empty archive generation: added missing dependency on dirs.tag.midipix1-1/+1
2019-01-09build system: core: whitespace meditation.midipix1-40/+40
2019-01-09build system: core: allow cfgdefs.mk to pre-set core variables.midipix1-11/+11
2019-01-09build system: Makefile.in: disabled implicit suffix-based rules.midipix1-0/+2
2019-01-09build system: ccenv: added -c to the cc driver-based definition of $(AS).midipix1-1/+1
2019-01-03config.project: define project-specific default native {c|ld}flags.midipix1-0/+4
2019-01-03build system: configure: support project-specific default native {c|ld}flags.midipix1-0/+4
2019-01-03build system: ccenv_set_os_pe_switches(): fix typo.midipix1-1/+1
2019-01-02build system: moved handling of pe-specific variables to ccenv.midipix7-13/+46
2019-01-02build system: remove elf-specific make variables, as they're no longer needed.midipix4-24/+2
2019-01-02build system: configure: set mb_shell to /bin/sh if not set.midipix1-0/+5
2019-01-01build system: pkgconf.sh: be strict (set -eu).midipix1-0/+2
2019-01-01sofort: changed 'template' to 'skeleton' to reflect sofort-sofortex split-up.midipix2-2/+2
2019-01-01COPYING.SOFORT: made importing of sofort into downstream projects even easier.midipix1-0/+13
2019-01-01renamed README --> README.SOFORT for seamless merging into existing projects.midipix1-0/+0
2019-01-01annual chores.midipix1-1/+1
2019-01-01build system: config.usage: update header of the project-agnostic component.midipix1-1/+1
2019-01-01build system: ccenv.usage: using absolute path made optional (forthcoming).midipix1-6/+0
2019-01-01sofort: README: updated to reflect changes to config.project.midipix1-2/+2
2019-01-01project: config.project: include search path semantics: use SOURCE_DIR.midipix1-2/+2
2019-01-01project: config.project: revised, removed variables that are no longer used.midipix1-23/+2
2019-01-01build system: configure: removed mb_default_ vars that are no longer needed.midipix1-22/+0
2019-01-01sofort: added a newly purposed README document.midipix1-0/+78
2019-01-01config.project: placed the most variable sections at the very top.midipix1-14/+13
2019-01-01project: config.project: added the newly supported ccenv fields.midipix1-0/+4
2019-01-01sofort: split-up: keep build-system elements, move extras to sofortex.midipix30-2588/+4
2019-01-01build system: ccenv_set_cc_underscore(): avoid the __imp_foo false positive.midipix1-1/+1
2019-01-01build system: ccenv: projects can now disable the population of native.mk.midipix1-1/+3
2019-01-01build system: config.vars: added the ccenv-specific variables.midipix1-0/+4
2019-01-01build system: replace config_support() with ccenv_dso_verify().midipix2-22/+15
2019-01-01build system: ccenv: refined the os detection logic.midipix1-4/+9
2018-12-31build system: sofort: refactored, rearranged using distinct sub-folders.midipix11-14/+20
2018-12-31build system: configure: support a simple, project-specific cfgdefs.in.midipix1-0/+4
2018-12-31build system: configure: replaced readlink(1) with the portable [ -L foo ].midipix1-1/+1
2018-12-31build system: configure: properly record the inherited CFLAGS and LDFLAGS.midipix1-0/+4
2018-12-31build system: ccenv: also update configure's (mb_-prefixed) variables.midipix1-1/+22
2018-12-31build system: configure: re-generate Makefile.tmp after the ccenv step.midipix1-0/+2
2018-12-30build system: ccenv: fix detection of native os.midipix1-0/+3
2018-12-30build system: major overhaul: removed sysinfo, integrated ccenv.midipix43-704/+1496
2018-12-30build system: streamlined config.vars and variable initialization.midipix3-301/+162
2018-12-30build system: Makefile.in: re-order variable sections.midipix1-28/+28
2018-12-25build system: Makefile.in: flavor.mk depends on version.mk's definitions.midipix1-2/+2
2018-12-25build system: configure: handle fatal errors more gracefully.midipix1-1/+25