summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2016-12-18project: removed the generated clbuild.bat, should be provided externally.midipix2-76/+1
2016-12-18project: clbuild-bat: added -static support.midipix1-0/+1
2016-12-18project: clbuild-bat: added -Wno-unused-parameter support.midipix1-0/+1
2016-12-18project: clbuild-bat: added -Wno-missing-field-initializers support.midipix1-0/+1
2016-12-18project: clbuild-bat: added proper version.tag support.midipix2-9/+27
2016-12-18build system: version.sh: create output directory as needed.midipix1-0/+1
2016-12-15project: clbuild-bat: added asm support.midipix2-3/+21
2016-12-15project: clbuild-bat: properly handle dependency libraries.midipix1-1/+1
2016-12-13project: clbuild.bat: initial check-in (generated via: make clbuild-bat).midipix1-0/+76
2016-12-13added clbuild-bat: a poor man's transitional clbuild command translator.midipix2-0/+182
2016-12-13dalist_alloc(): provide a smoother foreign toolchain support.midipix1-4/+4
2016-12-13PE soname support: added the designated LDFLAGS_SONAME variable.midipix1-2/+3
2016-12-12include <psxtypes/section/freestd.h> for improved foreign compiler support.midipix1-0/+2
2016-12-12api headers: dalist_env.h: provide a smooth foreign toolchain support.midipix1-0/+5
2016-12-10midipix free-standing environment: adjust to forthcoming feature test macro.midipix4-4/+4
2016-12-08build system: configure: pass --sysroot to the linker as a compiler argument.midipix1-1/+1
2016-11-30build system: sofort/os/pe.mk: install-implib-solink: fix target definition.midipix1-3/+3
2016-11-30build system: sofort/version.mk: install-soname: fix build target definition.midipix1-3/+3
2016-11-30build system: sofort/version.mk: install-solink: fix build target definition.midipix1-3/+3
2016-11-19dalist_api.h: fix export/import inconsistency.midipix2-3/+3
2016-11-12PE targets: free-standing environment: library image: mark affiliation.midipix1-0/+5
2016-11-12build system: sysinfo: expand the OS gallery.midipix3-0/+3
2016-11-12build system: sysinfo: expand the OS gallery.midipix1-0/+13
2016-11-12build system: configure: mb_native_os: respect overrides.midipix1-1/+3
2016-11-11build system: Makefile.in: properly support explicit CFLAGS_PIC in OS recipe.midipix1-0/+1
2016-11-11build system: configure: grumpily support crooked uname output.midipix1-0/+5
2016-11-11build system: sysinfo: expand the OS gallery.midipix1-0/+12
2016-10-26build system: .conf convenience target: display source dir information.midipix1-0/+1
2016-10-26build system: configure: truly fix .git/index dependency logic.midipix1-2/+2
2016-10-26build system: configure: fix .git/index dependency logic.midipix1-2/+2
2016-10-16free-standing environment: internals: code maintenance.midipix2-3/+3
2016-09-21build system: support setting an external folder as the source directory.midipix3-10/+41
2016-06-25build system: configure test optimization: remove `expr` sub-shell invocation.midipix1-1/+1
2016-06-25build system: configure test optimization: use `awk` instead of `grep | cut`.midipix1-2/+1
2016-06-25build system: use `grep -q` instead of `grep > /dev/null`.midipix1-4/+4
2016-06-25build system: add a test for legacy gcc versions.midipix1-0/+4
2016-06-25build system: warn only upon failure to detect native sizeof(void *).midipix1-2/+6
2016-05-28build system: support project-specific overrides of OS and toolchain defs.midipix2-0/+2
2016-05-19project: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE.midipix1-0/+4
2016-05-19build system: added support for [C|LD]FLAGS_LAST and [C|LD]FLAGS_ONCE.midipix4-4/+29
2016-05-19build system: when building from a git repo, explicitly depend on .git/index.midipix2-4/+4
2016-05-15build system: remove generic dependency on version.tag.midipix1-2/+2
Since git-status touches several files (including .git/index), a generic object file dependency on version.tag means that all objects get recompiled whenever git-status is invoked. This patch works around this problem at the cost of ad-hoc dependency rules for specific objects.
2016-05-11dalist_dbg_write_posix(): improved selection of arch-specific strings.midipix1-9/+12
2016-05-11code maintenance: mark unused parameters.midipix1-0/+5
2016-05-11dalist_dbg_write_nt(): remove dead code.midipix1-5/+0
2016-05-11dalist_dbg_write_posix(): properly handle signedness.midipix1-1/+5
2016-05-11build system: PE targets: handle subsystem setting in pe.mk.midipix2-7/+3
2016-05-11build system: upgrade build system, eliminate differences in core definitions.midipix30-155/+781
Prior to this patch, there were several differences between this project's build system and the one from which it was derived (sofort). Although the differences were very minor and for the most part related to this project being part of a free-standing, midipix-specific development framework, they still added an extra maintenance burden, specifically by requiring that common changes be applied via patch(1) rather than git-am(1). Following recent improvements to the common build system, it is now possible to have a free-standing, midipix-specific project without any changes to the core build system files, hence the current upgrade.
2016-05-11project: dalist_env.h: provide a fallback _XOPEN_SOURCE definition.midipix1-0/+4
2016-04-20build system: remove syslibdir support, fix related typo in config.usage.midipix3-10/+1