SabineSIL
SabineSIL
This is my first draft of kmcompx with lots of my comments ( _S2... ) still included. All the tests of kmcompxtest.exe run Ok. There are some functions that are...
fixes https://github.com/keymanapp/keyman/issues/7068 see #3345 This is a proposal to rewrite mcompile for Linux. For this we need to query the base keyboard data from the Linux platform, then rewriting the...
fixes parts of PR https://github.com/keymanapp/keyman/pull/9384. This PR is for adding function headers to several files in mcompile @keymanapp-test-bot skip
fixes parts of PR https://github.com/keymanapp/keyman/pull/9384. Some comments may have been moved into an issue https://github.com/keymanapp/keyman/issues/11802 This PR addresses and bundles comments made on https://github.com/keymanapp/keyman/pull/9384 for the module u16 [double function](https://github.com/keymanapp/keyman/pull/9384#discussion_r1634481739)...
fixes parts of PR https://github.com/keymanapp/keyman/pull/9384. Some comments may have been moved into an issue https://github.com/keymanapp/keyman/issues/11802 This PR addresses and bundles comments made on https://github.com/keymanapp/keyman/pull/9384 for the modules mcompile and filesystem...
fixes parts of PR https://github.com/keymanapp/keyman/pull/9384. Some comments have been moved into an issue https://github.com/keymanapp/keyman/issues/11802 This PR addresses and bundles comments made on https://github.com/keymanapp/keyman/pull/9384 for keymap (second PR) - [remove "language","us"...
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like std::codecvt will be deprecated by C++17. We still use std::codecvt in...
fixes parts of PR https://github.com/keymanapp/keyman/pull/9384. Some comments have been moved into an issue https://github.com/keymanapp/keyman/issues/11802 This PR addresses and bundles comments made on https://github.com/keymanapp/keyman/pull/9384 for the module mc_kmxfile. - [use u16string...
### Is your feature request related to a problem? Please describe. No problem but code should be refactored in some places ### Describe the solution you'd like While reviewing mnemonic...
kmc-convert provides tooling to convert between various common keyboard description file formats. Each conversion will be implemented in its single, separate module (and each module will done in its own...