summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/native_compiler_not_required.md
AgeCommit message (Collapse)Author
2020-10-30Bump version number for release. This is the 10 000th commit!Jussi Pakkanen
2020-09-10Add release note snippetJon Turney
2020-03-29Update everything for new release.Jussi Pakkanen
2020-02-12Refine behaviour of add_languages() when native: is missingJon Turney
This improves the common case of a simple meson.build which doesn't contain any 'native: true' targets to not require a native compiler when cross-compiling, without needing any changes in the meson.build. v2: Do it the right way around!
2020-02-09Add add_languages(native:)Jon Turney
v2: Retain not using logical-and, to avoid short-circuiting side-effects of add_languages()