-
-
Notifications
You must be signed in to change notification settings - Fork 385
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade librime with rime_get_api
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librime
updated
26 files
+2 −0 | .gitignore | |
+11 −0 | CHANGELOG.md | |
+2 −1 | CMakeLists.txt | |
+1 −1 | package.json | |
+4 −4 | src/rime/algo/encoder.cc | |
+3 −2 | src/rime/composition.cc | |
+3 −5 | src/rime/context.cc | |
+2 −2 | src/rime/dict/dict_compiler.cc | |
+2 −2 | src/rime/dict/entry_collector.cc | |
+12 −2 | src/rime/gear/switch_translator.cc | |
+278 −0 | src/rime/lever/levers_api_impl.h | |
+3 −279 | src/rime/lever/levers_module.cc | |
+11 −0 | src/rime/lever/levers_stdbool.cc | |
+3 −2 | src/rime/module.cc | |
+8 −12 | src/rime/setup.cc | |
+2 −0 | src/rime/switches.h | |
+5 −1,202 | src/rime_api.cc | |
+35 −206 | src/rime_api.h | |
+219 −0 | src/rime_api_deprecated.h | |
+1,232 −0 | src/rime_api_impl.h | |
+3 −0 | src/rime_api_stdbool.cc | |
+22 −0 | src/rime_api_stdbool.h | |
+2 −2 | src/rime_levers_api.h | |
+42 −0 | test/flavored_api_test.cc | |
+2 −0 | test/rime_test_main.cc | |
+3 −0 | tools/rime_api_console.cc |