summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Fixes typo2.4.92Peng Wu2020-10-151-1/+1
|
* Fixes Berkeley DB cursor usagePeng Wu2020-10-144-0/+15
|
* import table.conf.inPeng Wu2020-10-141-0/+29
|
* Use model19.text.tar.gzPeng Wu2020-10-142-4/+4
|
* Fixes copy_bdb functionPeng Wu2020-10-101-0/+4
|
* Update table.conf path in utilsPeng Wu2020-09-273-6/+3
|
* Update data/Makefile.amPeng Wu2020-09-271-1/+1
|
* Fixes test_ngram.cppPeng Wu2020-09-271-2/+2
|
* Use model18.text.tar.gzPeng Wu2020-09-272-4/+4
|
* Update NEWSPeng Wu2020-09-271-0/+4
|
* bump version 2.4.92Peng Wu2020-09-271-1/+1
|
* Update configure.acPeng Wu2020-09-271-0/+4
|
* support database format in table.confPeng Wu2020-09-272-1/+48
|
* Improve pinyin_save functionPeng Wu2020-09-231-27/+100
|
* Use Kyoto Cabinet snapshot featurePeng Wu2020-09-234-0/+32
|
* Fix missing dynamic symbols in libzhuyin.soRuei-Yuan Lu2020-09-071-2/+2
| | | | | * zhuyin_get_zhuyin_key * zhuyin_get_zhuyin_key_rest
* update NEWS2.4.91Peng Wu2020-08-251-0/+4
|
* CMake: update testsPeng Wu2020-08-243-6/+8
|
* improve Kyoto Cabinet usagePeng Wu2020-08-213-9/+9
|
* fixes merge_single_gram functionPeng Wu2020-08-211-0/+2
|
* CMake: enable testsBart Ribbers2020-08-211-0/+6
|
* update CMakeLists.txtPeng Wu2020-08-201-4/+8
|
* fixes full pinyin in zhuyin.cppPeng Wu2020-08-191-1/+29
|
* Copy the data when merge into single ngram.Weng Xuetian2020-08-181-4/+4
| | | | system and user single ngram might be invalidated later.
* improve full pinyin parserPeng Wu2020-08-171-13/+16
|
* bump version 2.4.91Peng Wu2020-08-031-2/+2
|
* update pinyin.cpp and zhuyin.cppdevelPeng Wu2020-07-242-5/+10
|
* improve full pinyin parser auto correctionPeng Wu2020-07-241-9/+22
|