Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Refactor sort_option_t enum | Peng Wu | 2022-09-22 | 3 | -33/+46 | |
| | ||||||
* | Support longer candidate | Peng Wu | 2022-09-21 | 3 | -3/+86 | |
| | ||||||
* | Write search_suggestion_with_matrix function | Peng Wu | 2022-09-14 | 3 | -0/+104 | |
| | ||||||
* | Write FacadeChewingTable2::search_suggestion method | Peng Wu | 2022-09-09 | 1 | -0/+26 | |
| | ||||||
* | Write ChewingLargeTable2::search_suggesion method for Kyoto Cabinet | Peng Wu | 2022-09-08 | 3 | -1/+167 | |
| | ||||||
* | Write ChewingLargeTable2::search_suggesion method for Berkeley DB | Peng Wu | 2022-09-07 | 2 | -0/+164 | |
| | ||||||
* | Write ChewingTableEntry::search_suggestion method | Peng Wu | 2022-09-02 | 2 | -4/+82 | |
| | ||||||
* | Fix Kyoto Cabinet usage | Peng Wu | 2022-08-30 | 3 | -4/+9 | |
| | ||||||
* | Fix pinyin.cpp | Peng Wu | 2022-08-29 | 2 | -31/+36 | |
| | ||||||
* | Support prefix candidate | Peng Wu | 2022-08-26 | 2 | -15/+81 | |
| | ||||||
* | Write FacadePhraseTable3::search_suggestion method | Peng Wu | 2022-08-25 | 1 | -0/+25 | |
| | ||||||
* | Fix a typo | Peng Wu | 2022-08-25 | 1 | -1/+1 | |
| | ||||||
* | Write search_suggestion method | Peng Wu | 2022-07-26 | 5 | -5/+119 | |
| | ||||||
* | Write compare_phrase function | Peng Wu | 2022-07-19 | 2 | -0/+76 | |
| | ||||||
* | Use abort function instead of assert macro | Peng Wu | 2022-06-06 | 23 | -67/+67 | |
| | ||||||
* | Use check_result macro in tests directory | Peng Wu | 2022-06-06 | 7 | -34/+34 | |
| | ||||||
* | Use check_result macro in utils directory | Peng Wu | 2022-06-02 | 15 | -119/+120 | |
| | ||||||
* | Use check_result macro in src directory | Peng Wu | 2022-06-01 | 16 | -73/+80 | |
| | ||||||
* | Update Makefile.am | Peng Wu | 2022-05-30 | 1 | -0/+1 | |
| | ||||||
* | Write pinyin_utils.h | Peng Wu | 2022-05-30 | 1 | -0/+32 | |
| | ||||||
* | Update make-check.yml | Peng Wu | 2022-05-07 | 1 | -2/+2 | |
| | ||||||
* | Bump version 2.6.22.6.2 | Peng Wu | 2022-04-13 | 1 | -1/+1 | |
| | ||||||
* | Update NEWS | Peng Wu | 2022-04-13 | 1 | -0/+3 | |
| | ||||||
* | Switch from GrassDB to ProtoTreeDB | Peng Wu | 2022-03-30 | 2 | -4/+4 | |
| | ||||||
* | Create make-check.yml | Peng Wu | 2021-12-10 | 1 | -0/+27 | |
| | ||||||
* | Update tests/Makefile.am | Peng Wu | 2021-12-10 | 1 | -4/+4 | |
| | ||||||
* | Fix libzhuyin linkage when using LLVM linker | Caleb Xu | 2021-09-18 | 1 | -1/+1 | |
| | ||||||
* | Update special_table.h2.6.1 | Peng Wu | 2021-09-15 | 1 | -0/+1 | |
| | ||||||
* | Update scripts2/specials.txt | Peng Wu | 2021-09-15 | 1 | -0/+2 | |
| | ||||||
* | Update NEWS | Peng Wu | 2021-09-15 | 1 | -0/+3 | |
| | ||||||
* | Improve pinyin_remember_user_input function for incomplete pinyin | Peng Wu | 2021-05-20 | 1 | -0/+2 | |
| | ||||||
* | Improve pinyin_remember_user_input function | Peng Wu | 2021-05-17 | 1 | -5/+11 | |
| | ||||||
* | Fixes memory leak in pinyin_guess_predicted_candidates function | Peng Wu | 2021-05-10 | 1 | -3/+3 | |
| | ||||||
* | Bump version 2.6.1 | Peng Wu | 2021-05-10 | 1 | -1/+1 | |
| | ||||||
* | Update full pinyin parser code | Peng Wu | 2021-03-25 | 1 | -1/+1 | |
| | ||||||
* | update special_table.h | Zhangyuan Nie | 2021-03-25 | 1 | -0/+1 | |
| | ||||||
* | update script2/specials.txt | Zhangyuan Nie | 2021-03-25 | 1 | -0/+2 | |
| | ||||||
* | Fix header installation path | Andreas Cord-Landwehr | 2021-01-07 | 1 | -1/+1 | |
| | | | | Adapt installation directory to match pc file. | |||||
* | Check LLVM LD instead of Clang to determine LDFLAG | Weixuan XIAO | 2020-12-23 | 2 | -10/+10 | |
| | | | | | Fix exported symbols according to the suggestion in https://github.com/libpinyin/libpinyin/pull/138 | |||||
* | Append an empty line to avoid ld warning | Weixuan XIAO | 2020-12-23 | 2 | -2/+2 | |
| | ||||||
* | Update NEWS2.6.0 | Peng Wu | 2020-12-15 | 1 | -0/+3 | |
| | ||||||
* | bump version 2.6.0 | Peng Wu | 2020-12-15 | 1 | -2/+2 | |
| | ||||||
* | Replace -version-script flag with -exported_symbols_list for LLVM | Weixuan XIAO | 2020-11-26 | 4 | -0/+148 | |
| | | | | | | Detect whether $CXX is clang with gcc alias. Use -exported_symbols_list under Clang/LLVM env | |||||
* | Fix delimiter for reading table files on macOS | Weixuan XIAO | 2020-11-26 | 5 | -0/+25 | |
| | | | | | | | | | | | On macOS under llvm/clang++, the default delimiter for format string is weird: it cannot read full CJK characters from the table files. This patch adds macOS-specified code to make "\t" and " " the implicit delimiter. Ref: https://stackoverflow.com/questions/12885628/changing-the-scanf-delimiter | |||||
* | Update CMakeLists.txt | Peng Wu | 2020-11-24 | 2 | -0/+8 | |
| | ||||||
* | bump version 2.4.93 | Peng Wu | 2020-11-17 | 1 | -1/+1 | |
| | ||||||
* | Include database format in libpinyin.pc and libzhuyin.pc | Peng Wu | 2020-11-17 | 2 | -0/+2 | |
| | ||||||
* | update special_table.h | Peng Wu | 2020-11-10 | 1 | -0/+1 | |
| | ||||||
* | update scripts2 | Peng Wu | 2020-11-10 | 2 | -1/+3 | |
| | ||||||
* | Fixes typo again | Peng Wu | 2020-10-28 | 1 | -1/+1 | |
| |