Skip to content

Commit

Permalink
update librime
Browse files Browse the repository at this point in the history
  • Loading branch information
rocka committed Apr 8, 2024
1 parent 2cf5386 commit a747aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librime
Submodule librime updated 45 files
+3 −3 .github/workflows/commit-ci.yml
+18 −31 .github/workflows/macos-build.yml
+5 −3 .github/workflows/release-ci.yml
+16 −30 .github/workflows/windows-build.yml
+44 −0 CHANGELOG.md
+10 −6 CMakeLists.txt
+3 −2 Makefile
+16 −15 README-windows.md
+18 −19 build.bat
+77 −0 cmake/AddRCInfo.cmake
+1 −1 cmake/FindYamlCpp.cmake
+1 −3 install-boost.bat
+1 −2 install-boost.sh
+1 −1 package.json
+5 −2 plugins/CMakeLists.txt
+28 −1 plugins/plugins_module.cc
+24 −8 src/CMakeLists.txt
+62 −0 src/rime.rc
+4 −4 src/rime/algo/encoder.cc
+5 −0 src/rime/common.h
+4 −0 src/rime/config/config_component.cc
+2 −0 src/rime/config/config_component.h
+6 −2 src/rime/config/config_data.cc
+2 −0 src/rime/config/config_data.h
+3 −0 src/rime/context.cc
+1 −0 src/rime/deployer.h
+2 −2 src/rime/dict/dict_compiler.cc
+2 −2 src/rime/dict/entry_collector.cc
+15 −0 src/rime/dict/user_dictionary.cc
+0 −4 src/rime/dict/vocabulary.cc
+7 −1 src/rime/dict/vocabulary.h
+13 −15 src/rime/engine.cc
+31 −15 src/rime/gear/chord_composer.cc
+28 −5 src/rime/gear/chord_composer.h
+2 −1 src/rime/gear/contextual_translation.cc
+3 −0 src/rime/gear/echo_translator.cc
+93 −60 src/rime/gear/script_translator.cc
+1 −1 src/rime/gear/simplifier.cc
+27 −23 src/rime/lever/deployment_tasks.cc
+2 −1 src/rime/lever/switcher_settings.cc
+3 −0 src/rime/setup.cc
+9 −1 src/rime/switcher.cc
+3 −1 src/rime/switcher.h
+1 −1 src/rime_api.cc
+23 −25 tools/CMakeLists.txt

0 comments on commit a747aee

Please sign in to comment.