summaryrefslogtreecommitdiffhomepage
path: root/project
AgeCommit message (Collapse)AuthorFilesLines
2019-02-22dalist_entry_point(): explicitly apply protected visibility.midipix1-2/+2
2019-02-02project: apply protected visibility to both the static and dynamic builds.midipix1-2/+2
2019-02-02project: apply hidden visibility to both the static and dynamic builds.midipix1-2/+2
2019-02-02project: remove the obsolete clbuild.sh.midipix2-227/+0
2018-12-31project: adjust rules following build-system overhaul.midipix1-1/+1
2016-12-19project: clbuild-bat: added -mno-stack-arg-probe support.midipix1-0/+1
2016-12-18project: clbuild-bat: added static front-end support.midipix1-0/+1
2016-12-18project: clbuild-bat: added link target (shared-lib/default-app) support.midipix2-3/+10
2016-12-18project: clbuild-bat: whitespace meditation.midipix1-15/+15
2016-12-18project: removed the generated clbuild.bat, should be provided externally.midipix1-76/+0
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-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-10midipix free-standing environment: adjust to forthcoming feature test macro.midipix1-1/+1
2016-11-19dalist_api.h: fix export/import inconsistency.midipix1-1/+1
2016-05-28build system: support project-specific overrides of OS and toolchain defs.midipix1-0/+0
2016-05-11build system: PE targets: handle subsystem setting in pe.mk.midipix1-7/+0
2016-05-11build system: upgrade build system, eliminate differences in core definitions.midipix4-45/+17
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-04-20build system: remove erroneous build-time references to LIBDIR.midipix1-3/+3
2015-09-26apply the free-standing environment to all PE target builds.midipix1-0/+24
2015-09-26normalize the name of the library's entry point.midipix1-1/+1
2015-09-26makefile replacement: step 2/2: use the midipix build template.midipix8-0/+51