summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor sort_option_t enumPeng Wu2022-09-223-33/+46
|
* Support longer candidatePeng Wu2022-09-213-3/+86
|
* Write search_suggestion_with_matrix functionPeng Wu2022-09-143-0/+104
|
* Write FacadeChewingTable2::search_suggestion methodPeng Wu2022-09-091-0/+26
|
* Write ChewingLargeTable2::search_suggesion method for Kyoto CabinetPeng Wu2022-09-083-1/+167
|
* Write ChewingLargeTable2::search_suggesion method for Berkeley DBPeng Wu2022-09-072-0/+164
|
* Write ChewingTableEntry::search_suggestion methodPeng Wu2022-09-022-4/+82
|
* Fix Kyoto Cabinet usagePeng Wu2022-08-303-4/+9
|
* Fix pinyin.cppPeng Wu2022-08-292-31/+36
|
* Support prefix candidatePeng Wu2022-08-262-15/+81
|
* Write FacadePhraseTable3::search_suggestion methodPeng Wu2022-08-251-0/+25
|
* Fix a typoPeng Wu2022-08-251-1/+1
|
* Write search_suggestion methodPeng Wu2022-07-265-5/+119
|
* Write compare_phrase functionPeng Wu2022-07-192-0/+76
|
* Use abort function instead of assert macroPeng Wu2022-06-0623-67/+67
|
* Use check_result macro in tests directoryPeng Wu2022-06-067-34/+34
|
* Use check_result macro in utils directoryPeng Wu2022-06-0215-119/+120
|
* Use check_result macro in src directoryPeng Wu2022-06-0116-73/+80
|
* Update Makefile.amPeng Wu2022-05-301-0/+1
|
* Write pinyin_utils.hPeng Wu2022-05-301-0/+32
|
* Update make-check.ymlPeng Wu2022-05-071-2/+2
|
* Bump version 2.6.22.6.2Peng Wu2022-04-131-1/+1
|
* Update NEWSPeng Wu2022-04-131-0/+3
|
* Switch from GrassDB to ProtoTreeDBPeng Wu2022-03-302-4/+4
|
* Create make-check.ymlPeng Wu2021-12-101-0/+27
|
* Update tests/Makefile.amPeng Wu2021-12-101-4/+4
|
* Fix libzhuyin linkage when using LLVM linkerCaleb Xu2021-09-181-1/+1
|
* Update special_table.h2.6.1Peng Wu2021-09-151-0/+1
|
* Update scripts2/specials.txtPeng Wu2021-09-151-0/+2
|
* Update NEWSPeng Wu2021-09-151-0/+3
|
* Improve pinyin_remember_user_input function for incomplete pinyinPeng Wu2021-05-201-0/+2
|
* Improve pinyin_remember_user_input functionPeng Wu2021-05-171-5/+11
|
* Fixes memory leak in pinyin_guess_predicted_candidates functionPeng Wu2021-05-101-3/+3
|
* Bump version 2.6.1Peng Wu2021-05-101-1/+1
|
* Update full pinyin parser codePeng Wu2021-03-251-1/+1
|
* update special_table.hZhangyuan Nie2021-03-251-0/+1
|
* update script2/specials.txtZhangyuan Nie2021-03-251-0/+2
|
* Fix header installation pathAndreas Cord-Landwehr2021-01-071-1/+1
| | | | Adapt installation directory to match pc file.
* Check LLVM LD instead of Clang to determine LDFLAGWeixuan XIAO2020-12-232-10/+10
| | | | | Fix exported symbols according to the suggestion in https://github.com/libpinyin/libpinyin/pull/138
* Append an empty line to avoid ld warningWeixuan XIAO2020-12-232-2/+2
|
* Update NEWS2.6.0Peng Wu2020-12-151-0/+3
|
* bump version 2.6.0Peng Wu2020-12-151-2/+2
|
* Replace -version-script flag with -exported_symbols_list for LLVMWeixuan XIAO2020-11-264-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 macOSWeixuan XIAO2020-11-265-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.txtPeng Wu2020-11-242-0/+8
|
* bump version 2.4.93Peng Wu2020-11-171-1/+1
|
* Include database format in libpinyin.pc and libzhuyin.pcPeng Wu2020-11-172-0/+2
|
* update special_table.hPeng Wu2020-11-101-0/+1
|
* update scripts2Peng Wu2020-11-102-1/+3
|
* Fixes typo againPeng Wu2020-10-281-1/+1
|