- Jul 13, 2023
-
-
Steven R. Loomis authored
- syslog() will automatically add newlines (per mac and linux manpages) - there's no reason to add NL *AND* add std::endl - this fix will cause syslog to have no newline going in, and print only one instead of two newlines on other platforms/environments
-
- Jul 12, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.139
-
Keyman Build Agent authored
-
- Jul 11, 2023
-
-
Eberhard Beilharz authored
chore(linux): Trigger Linux integration tests
-
Eberhard Beilharz authored
chore: Update standards data
-
Eberhard Beilharz authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Keyman Server authored
auto: increment master version to 17.0.138
-
Keyman Build Agent authored
-
- Jul 10, 2023
-
-
Eberhard Beilharz authored
This reverts commit 88c2e1a4.
-
Joshua Horton authored
fix(web): silences low-priority warning that shows up in iOS kbd init
-
Joshua Horton authored
feat(web): logs enhanced debug info for error reports
-
Marc Durdin authored
chore: authenticate github request when triggering test builds
-
Marc Durdin authored
-
Joshua A. Horton authored
-
- Jul 08, 2023
-
-
Keyman Server authored
auto: increment master version to 17.0.137
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
-
- Jul 07, 2023
-
-
Eberhard Beilharz authored
This change adds a consolidated readme for the standards-data that lists the sources (with commands how to update) and the current versions.
-
Steven R. Loomis authored
-
Eberhard Beilharz authored
This change adjusts the Windows tests to the updated data in `langtags.json`.
-
Eberhard Beilharz authored
chore(linux): Add support for `--no-integration` flag to build files
-
Joshua Horton authored
Co-authored-by:Marc Durdin <marc@durdin.net>
-
Steven R. Loomis authored
feat(core): kmxplus uset implementation in core
🙀 -
Darcy Wong authored
chore(common): Update crowdin strings for Kibaku
-
Joshua A. Horton authored
-
Steven R. Loomis authored
- switch from PUA to U+0001 based indices - add some notes from comments (discussion ongoing)
-
Steven R. Loomis authored
Co-authored-by:Joshua Horton <joshua_horton@sil.org>
-
Steven R. Loomis authored
-
Steven R. Loomis authored
-
Keyman Server authored
auto: increment master version to 17.0.136
-
Keyman Build Agent authored
-
Eberhard Beilharz authored
The new version of `langtags.json` added a new `_conformance` record at the top of the file. This change adjusts the indexes where we expect the `_version` record. It also introduces a const for the index of the version record to make future updates easier.
-
Eberhard Beilharz authored
In order to be able to build from the command line I had to change the forward slashes to backslashes in the makefile.
-
Steven R. Loomis authored
-
Steven R. Loomis authored
- add USet helper object for range checks - verify range consistency - remove dead test - add comment about KMX+ object validation For: #9120
-
Eberhard Beilharz authored
New langtags.json adds data that a test on Linux uses, so this change adjust the test.
-
- Jul 06, 2023
-
-
Eberhard Beilharz authored
feat(linux): Allow to install keyboard for multiple languages
-
Darcy Wong authored
-
Eberhard Beilharz authored
This allows to use the `linux/build.sh` file to specify the `--no-integration` flag which makes it easier to specify jobs on CI because it then doesn't need to know all subprojects.
-
Joshua Horton authored
chore(web): normalizes sourcemap paths for cleaner Sentry reports
-