spiegel-keyman/core
Marc Durdin 736db7179c feat(common): support -- for build scripts
Allows use of `./build.sh configure -- --param-one=foo ...`.

Updates Core build to support `--` (including build.bat wrapper for
Windows builds). Fixes Linux debian rules to pass additional
parameters in with this format again, and adds `:arch` to only build
current architecture, not wasm as well...

Note that when using `--` you should typically avoid multiple actions in
a single command, as each action may interpret the additional parameters
differently!
2022-09-20 09:51:31 +10:00
..
doc chore(core): rename json.hpp to jsonpp.hpp 2022-07-26 13:06:16 +10:00
include Merge branch 'feature-ldml' into chore/merge-master-into-feature-ldml 2022-09-12 15:24:19 +10:00
src fix(core): validate kmxplus files 🙀 2022-09-14 16:32:18 -05:00
tests chore(core): kmc --outFile to --out-file 2022-09-19 09:12:38 +10:00
tools/ldml-const-builder chore: move hextobin to common 2022-08-29 15:07:43 +10:00
.build-builder chore(core): add core/.build-builder as CI signal 2022-09-12 10:06:29 +10:00
.gitignore chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
build.bat feat(common): support -- for build scripts 2022-09-20 09:51:31 +10:00
build.sh feat(common): support -- for build scripts 2022-09-20 09:51:31 +10:00
commands.inc.sh feat(common): support -- for build scripts 2022-09-20 09:51:31 +10:00
getversion.bat chore(common): adjust scripts for core relocation 2022-05-18 07:22:11 +10:00
getversion.sh chore(common): use /usr/bin/env bash 2022-07-25 14:59:37 +10:00
meson.build feat(core): set -DDEBUG for debug 🙀 2022-08-30 11:49:22 -05:00
wasm.build.linux.in chore(core): emcc off path for linux 2022-08-30 06:20:48 +10:00
wasm.build.mac.in chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
wasm.build.win.in chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00
wasm.defs.build chore(common): move common/core/desktop/ to core/ 2022-05-18 07:22:10 +10:00