forked from rime/weasel
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule librime
updated
14 files
+50 −0 | CHANGELOG.md | |
+5 −1 | CMakeLists.txt | |
+6 −6 | Dockerfile | |
+6 −13 | Makefile | |
+1 −1 | package.json | |
+1 −0 | src/rime/build_config.h.in | |
+21 −0 | src/rime/context.cc | |
+2 −0 | src/rime/context.h | |
+6 −2 | src/rime/gear/chord_composer.cc | |
+2 −0 | src/rime/gear/chord_composer.h | |
+47 −19 | src/rime/gear/simplifier.cc | |
+2 −0 | src/rime/setup.cc | |
+34 −0 | src/rime_api.cc | |
+7 −0 | src/rime_api.h |