forked from osfans/trime
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update librime to latest commit
- Loading branch information
1 parent
574c9bd
commit d5556a5
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librime
updated
16 files
+7 −7 | .github/workflows/windows-build.yml | |
+7 −7 | README-mac.md | |
+0 −134 | build-clang.bat | |
+17 −15 | build.bat | |
+3 −0 | cmake/cxx_flag_overrides.cmake | |
+1 −1 | deps/marisa-trie | |
+2 −1 | plugins/plugins_module.cc | |
+13 −23 | src/rime/algo/utilities.cc | |
+7 −5 | src/rime/config/config_data.cc | |
+5 −2 | src/rime/dict/mapped_file.h | |
+7 −6 | src/rime/dict/string_table.cc | |
+4 −2 | src/rime/dict/user_db.cc | |
+3 −2 | src/rime/gear/shape.cc | |
+6 −5 | src/rime/key_event.cc | |
+3 −2 | src/rime_api.cc | |
+4 −2 | test/config_compiler_test.cc |