File tree
33 files changed
+197
-144
lines changed- .github/workflows
- patches
- libiconv
- src
- Rules
33 files changed
+197
-144
lines changedLines changed: 10 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 |
| - | |
23 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 |
| |
25 | 31 |
| |
26 | 32 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 |
| - | |
57 | 56 |
| |
58 | 57 |
| |
59 | 58 |
| |
| |||
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
68 |
| - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + |
Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
14 |
| - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
15 | 23 |
| |
| 24 | + | |
16 | 25 |
| |
17 | 26 |
| |
18 | 27 |
| |
|
Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
13 |
| - | |
| 12 | + | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
| 26 | + | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 |
| - | |
36 |
| - | |
| 35 | + | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
|
- .clang-format+6
- .github/workflows/cifuzz.yml+5-3
- .github/workflows/doc.yml+1-1
- .github/workflows/lint.yml+8-36
- .github/workflows/linux.yml+15-13
- .github/workflows/macos.yml+6-2
- .github/workflows/scorecard.yml+4-4
- .github/workflows/windows.yml+4-9
- .gitignore+1
- CMakeLists.txt+31-15
- ChangeLog.md+322
- README.md+1
- doc/api.md+54-23
- doc/get-started.md+1-1
- doc/index.md+2-2
- doc/syntax.md+4-5
- include/fmt/args.h+20-28
- include/fmt/base.h+1.8k-1.9k
- include/fmt/chrono.h+376-470
- include/fmt/color.h+20-22
- include/fmt/compile.h+54-44
- include/fmt/format-inl.h+65-44
- include/fmt/format.h+1.1k-1.3k
- include/fmt/os.h+43-55
- include/fmt/ostream.h+43-88
- include/fmt/printf.h+107-130
- include/fmt/ranges.h+98-130
- include/fmt/std.h+74-47
- include/fmt/xchar.h+97-46
- src/fmt.cc+19-1
- src/format.cc+4-1
- src/os.cc+6-11
- support/mkdocs+35-3
- support/python/mkdocstrings_handlers/cxx/__init__.py+311-290
- support/release.py+31-61
- test/CMakeLists.txt+4-19
- test/args-test.cc+14
- test/base-test.cc+131-144
- test/chrono-test.cc+40-15
- test/compile-error-test/CMakeLists.txt+1-27
- test/compile-test.cc+51-13
- test/format-impl-test.cc+4-3
- test/format-test.cc+148-27
- test/gtest/gmock-gtest-all.cc+19-11
- test/gtest/gmock/gmock.h+24-10
- test/gtest/gtest/gtest.h+4-3
- test/no-builtin-types-test.cc+24
- test/os-test.cc+1-1
- test/ranges-test.cc+23-16
- test/scan-test.cc+3-3
- test/scan.h+5-5
- test/std-test.cc+29-3
- test/test-assert.h+1-1
- test/unicode-test.cc+1-1
- test/util.cc+4-5
- test/xchar-test.cc+23-105
- .clang-format+1
- CMakeLists.txt+15-4
- data/CMakeLists.txt+4-4
- src/libime/core/CMakeLists.txt+4-3
- src/libime/core/datrie.cpp+80-53
- src/libime/core/datrie.h+22-1
- src/libime/core/decoder.cpp+7-6
- src/libime/core/decoder.h+9-4
- src/libime/core/dictionary.cpp+9
- src/libime/core/dictionary.h+7-8
- src/libime/core/historybigram.cpp+31-23
- src/libime/core/historybigram.h+5-1
- src/libime/core/inputbuffer.cpp+3-5
- src/libime/core/inputbuffer.h+6-4
- src/libime/core/languagemodel.cpp+22-4
- src/libime/core/languagemodel.h+7-4
- src/libime/core/lattice.cpp+7
- src/libime/core/lattice.h+10-1
- src/libime/core/lattice_p.h+3-4
- src/libime/core/lrucache.h+8-6
- src/libime/core/naivevector.h+14-12
- src/libime/core/prediction.cpp+11-6
- src/libime/core/prediction.h+5-1
- src/libime/core/segmentgraph.cpp+11-5
- src/libime/core/segmentgraph.h+25-18
- src/libime/core/triedictionary.cpp+5-2
- src/libime/core/triedictionary.h+4-2
- src/libime/core/userlanguagemodel.cpp+12-3
- src/libime/core/userlanguagemodel.h+6-1
- src/libime/core/utils.cpp+1
- src/libime/core/utils.h+5-2
- src/libime/core/utils_p.h+1-2
- src/libime/core/zstdfilter.h+2-2
- src/libime/pinyin/CMakeLists.txt+2-2
- src/libime/pinyin/constants.h+1
- src/libime/pinyin/pinyincontext.cpp+23-13
- src/libime/pinyin/pinyincontext.h+5-1
- src/libime/pinyin/pinyincorrectionprofile.cpp+15-1
- src/libime/pinyin/pinyincorrectionprofile.h+11-2
- src/libime/pinyin/pinyindata.h+8-5
- src/libime/pinyin/pinyindecoder.cpp+7
- src/libime/pinyin/pinyindecoder.h+7-1
- src/libime/pinyin/pinyindecoder_p.h+2-1
- src/libime/pinyin/pinyindictionary.cpp+51-22
- src/libime/pinyin/pinyindictionary.h+14-5
- src/libime/pinyin/pinyinencoder.cpp+23-8
- src/libime/pinyin/pinyinencoder.h+12-13
- src/libime/pinyin/pinyinime.cpp+7
- src/libime/pinyin/pinyinime.h+2-1
- src/libime/pinyin/pinyinmatchstate.cpp+5
- src/libime/pinyin/pinyinmatchstate.h+3-1
- src/libime/pinyin/pinyinmatchstate_p.h+16-9
- src/libime/pinyin/pinyinprediction.h+1-1
- src/libime/pinyin/shuangpinprofile.cpp+339-273
- src/libime/pinyin/shuangpinprofile.h+7-1
- src/libime/table/CMakeLists.txt+2-2
- src/libime/table/autophrasedict.cpp+16-5
- src/libime/table/autophrasedict.h+1-1
- src/libime/table/tablebaseddictionary.cpp+121-95
- src/libime/table/tablebaseddictionary.h+14-4
- src/libime/table/tablebaseddictionary_p.h+8
- src/libime/table/tablecontext.cpp+24-6
- src/libime/table/tablecontext.h+11-4
- src/libime/table/tabledecoder.cpp+21-5
- src/libime/table/tabledecoder.h+11-3
- src/libime/table/tabledecoder_p.h+5-1
- src/libime/table/tableoptions.cpp+6
- src/libime/table/tableoptions.h+1-1
- src/libime/table/tablerule.cpp+14-2
- src/libime/table/tablerule.h+3-1
- test/testautophrasedict.cpp+2
- test/testdecoder.cpp+10-2
- test/testhistorybigram.cpp+9-3
- test/testinputbuffer.cpp+2
- test/testmodel.cpp+5-2
- test/testpinyincontext.cpp+4
- test/testpinyindictionary.cpp+4
- test/testpinyinencoder.cpp+26
- test/testpinyinime.cpp+8-1
- test/testpinyinime_unit.cpp+29-2
- test/testprediction.cpp+3
- test/testshuangpinprofile.cpp+9
- test/testtable.cpp+22-2
- test/testtableime.cpp+6
- test/testtableime_unit.cpp+3
- test/testtrie.cpp+5-2
- test/testusermodel.cpp+8-2
- test/testutils.h+3
- test/triebench.cpp+4
- tools/CMakeLists.txt+2-2
- tools/libime_migrate_fcitx4_pinyin.cpp+25-45
- tools/libime_migrate_fcitx4_table.cpp+53-73
Submodule libime-jyutping updated 10 files
0 commit comments