Keyman cross platform input methods system running on Android, iOS, Linux, macOS, Windows and mobile and desktop web
Find a file
Eberhard Beilharz 7f52ad7249
Merge pull request #15131 from keymanapp/maint/core/wasmtests2
maint(core): fix option defaults for Meson >= 1.1

Meson 1.1 changed the name of the options file from `meson_options.txt` to `meson.options`. Currently we're stuck with Meson 1.0 as minimum Meson version because we still support Ubuntu 22.04 Jammy, but on some machines a newer version of meson gets installed which causes the options to be ignored.

The first attempt to simply symlink or copy `meson_options.txt` to `meson.options` failed because git on Windows doesn't support symlinks by default, and Meson complains if it finds two options files (#15127).

Fortunately not having an options file is only a problem for Core where we have one option in the options file that defaults to true. The solution implemented in this change is to always pass the option to Meson.
2025-11-11 10:33:12 +01:00
.github maint(resources): auto merge on branch name rather than label 2025-10-31 17:31:49 +01:00
android fix(common): Update references to test9469 keyboard 2025-10-30 13:03:09 +07:00
common Merge pull request #15053 from keymanapp/chore/common/test9469 2025-11-06 13:24:47 +07:00
core maint(core): fix option defaults for Meson >= 1.1 2025-11-10 15:24:46 +01:00
developer fix(developer): remove package version if FollowKeyboardVersion is set in Package Editor 2025-11-03 10:54:44 +01:00
docs docs(windows): visual studio 2022 2025-10-31 07:23:43 +01:00
ios chore(ios): renew certificate 2025-10-08 20:21:51 -04:00
linux Merge pull request #14965 from keymanapp/chore/linux/cherry-pick/changelog 2025-11-04 19:28:46 +01:00
mac Merge pull request #15028 from keymanapp/maint/mac/tweak-macos-env 2025-10-28 13:31:39 +01:00
oem/firstvoices fix(android): Separate bottom insets for in-app and system keyboard 2025-10-07 13:29:46 +07:00
resources maint(core): fix option defaults for Meson >= 1.1 2025-11-10 15:24:46 +01:00
web Update web/src/engine/js-processor/src/deadkeys.ts 2025-11-10 12:00:28 +01:00
windows Merge pull request #15034 from keymanapp/chore/common/platform-rules 2025-11-06 13:24:14 +07:00
.clang-format feat(linux): work on 2nd round of comments on PR 11816 2024-06-20 17:44:21 +02:00
.editorconfig chore(linux): Address a few more lintian warnings 2022-03-15 15:32:10 +01:00
.eslintrc.cjs maint: patchup eslint configuration 2025-05-02 14:06:33 +07:00
.flake8 chore(linux): Add integration tests for ibus-keyman 2021-11-04 09:22:28 +01:00
.gitattributes maint(common): use LF line endings for scripts 2025-08-18 17:50:28 +02:00
.gitignore maint(mac): use mac_ prefix for functions in mac.inc.sh 2025-08-20 05:40:32 +02:00
.nycrc.json feat(developer): fixup and prepare build scripts and docs for kmc 2022-09-19 06:36:06 +10:00
.shellcheckrc maint(linux): remove several shellcheck directives and warnings 2025-09-23 18:30:16 +02:00
build.sh maint(common): consolidate builder scripts 2025-08-02 08:11:24 +10:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2021-10-08 10:46:53 +11:00
configure-repo.sh chore: update docs and non-standard readlink refs 2023-02-22 10:41:54 +07:00
CONTRIBUTING.md chore: add maint to CONTRIBUTING.md 2025-04-29 11:15:55 +07:00
crowdin.yml fix(mac): Specify el.lproj folders 2024-08-07 10:01:42 +07:00
HISTORY.md auto: increment master version to 19.0.159 2025-11-10 12:01:09 -06:00
LICENSE.md maint(linux): fix lintian warnings 2025-05-13 20:07:32 +02:00
package-lock.json change(developer): remove kmlmc and kmlmp 2025-10-31 17:08:56 +01:00
package.json maint(resources): add repository record for all published packages 2025-10-29 14:35:31 +01:00
README.md docs(common): update README with number of languages and keyboards 2025-05-21 20:36:20 +02:00
TIER.md Update TIER.md 2022-11-14 07:34:26 +11:00
tsconfig.base.json refactor: move langtags to @keymanapp/langtags npm module 2025-01-27 09:59:38 +07:00
tsconfig.json chore: address review comments 2025-01-30 14:00:34 +07:00
VERSION.md auto: increment master version to 19.0.159 2025-11-10 12:01:09 -06:00

Keyman

Keyman makes it possible for you to type in any language on Windows, macOS, Linux, iPhone, iPad, Android tablets and phones, and even instantly in your web browser. Create keyboard layouts with Keyman Developer and share them with the community in the keyboards repository. The Keyman Community have so far contributed well over 1,000 keyboard layouts for over 2,500 languages!

License

Copyright (c) SIL Global.

Keyman is an open source project distributed under the MIT license.

Get Involved

Development Status

Important Links