- Sep 12, 2022
-
-
Marc Durdin authored
The presence of this file tells CI to use the new builder_ style parameters for build.sh. Once all branches for 16.0+ are updated to merge the chore/core/7247-use-builder-for-build-sh branch, then we can remove this file and the corresponding bash test branches in CI.
-
Marc Durdin authored
Refactoring of build.sh to use the builder_ functions. The script should now be a lot cleaner. Usage is available with `core/build.sh --help` Targets are :x86, :x64, :wasm, :arch (linux/mac). Supports additional requirements of Linux build (--target-path, --configure). By default will attempt to build all available targets. Actions are: clean, configure, build, test, install, uninstall. The install and uninstall actions only work for linux and mac targets at present.
-
Marc Durdin authored
-
- Sep 09, 2022
-
-
Marc Durdin authored
Fixes #7222.
-
Marc Durdin authored
chore: merge master into feature-ldml
🙀 -
Marc Durdin authored
chore(core): improve xstring macros
🙀 -
Marc Durdin authored
feat(developer): add nyc to kmldmlc for test coverage
🙀 -
Marc Durdin authored
feat(developer): kmldmlc compiler for transforms
🙀 -
Marc Durdin authored
refactor(developer): split kmxplus builder functions into separate files
🙀 -
Steven R. Loomis authored
-
Keyman Server authored
auto: increment master version to 16.0.59
-
Keyman Build Agent authored
-
Steven R. Loomis authored
- move Utf32CharToUtf16 to inline - remove Is_SMP and call sites, use Utf32CharToUtf16 instead. For: #7134
-
Steven R. Loomis authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Steven R. Loomis authored
- review comments - kmx_xstring: add and document macros, add Utf32CharToUtf16 - unit tests for kmx_xstring macros Fixes: #7134
-
- Sep 08, 2022
-
-
Joshua Horton authored
feat(common/models): extra Unicode-based wordbreaker unit tests
-
Joshua Horton authored
fix(common/models): reconnects unit tests for worker-internal submodules
🎡 -
Joshua A. Horton authored
-
Steven R. Loomis authored
- remove hacky utf-32 processing - add utf-32 test case to test_kmx_plus.cpp - change kmx_plus to return std::u16string - kmx_xstring: add Uni_IsBMP() macro Fixes: #7134
-
Keyman Server authored
auto: increment master version to 16.0.58
-
Keyman Build Agent authored
-
- Sep 07, 2022
-
-
Marc Durdin authored
feat(core): ldml keyboard transform elements
🙀 -
Marc Durdin authored
Merge pull request #7203 from keymanapp/chore/developer/add-test-for-messages-and-improve-reporting-on-e2e chore(developer): add test for compiler messages and cleanup e2e test
🙀 -
Marc Durdin authored
refactor(developer): cleanup virtual key constants
🙀 -
Marc Durdin authored
feat(developer): add vkey support
🙀 -
Marc Durdin authored
feat(developer): add unit tests for 'name' compiler
🙀 -
Marc Durdin authored
refactor(developer): kmldmlc - rename `CompilerErrors` to `CompilerMessages`
🙀 -
Marc Durdin authored
feat(developer): add compiler hint for non-minimal loca
🙀 -
Marc Durdin authored
chore(core): order sections according to binary format
🙀 -
Marc Durdin authored
feat(core): add 'name' section
🙀 -
Marc Durdin authored
feat(common): hextobin `index` command
🙀 -
Marc Durdin authored
chore(core): define zero length string vs null string for kmxplus
🙀 -
Marc Durdin authored
feat(core): add version field to meta
🙀 -
Marc Durdin authored
feat(common): add size and offset calculators to hextobin
🙀 -
Marc Durdin authored
feat(developer): use json schema to verify source file
🙀 -
Marc Durdin authored
Merge pull request #7183 from keymanapp/feat/developer/7180-add-kmldmlc-test-to-developer-test-build feat(developer): add kmlmc and kmldmlc to `make test`
🙀 -
Darcy Wong authored
fix(android/engine): Fix Backspace key to delete without errant subkeys
-
Marc Durdin authored
Co-authored-by:Steven R. Loomis <srl295@gmail.com>
-
- Sep 06, 2022
-
-
Joshua A. Horton authored
-
Joshua A. Horton authored
-