summaryrefslogtreecommitdiffstats
path: root/tests/storage
Commit message (Collapse)AuthorAgeFilesLines
* Use abort function instead of assert macroPeng Wu2022-06-061-1/+1
|
* Use check_result macro in tests directoryPeng Wu2022-06-065-29/+29
|
* Fixes test_ngram.cppPeng Wu2020-09-271-2/+2
|
* CMake: update testsPeng Wu2020-08-241-0/+6
|
* update Makefile.amPeng Wu2019-12-261-1/+2
|
* use AM_CPPFLAGS instead of INCLUDES in automakePeng Wu2019-11-281-1/+1
|
* improve autoconf for libpinyin_internal.aPeng Wu2019-11-281-1/+5
|
* Revert "update test_ngram.cpp"2.2.2Peng Wu2019-01-171-2/+0
| | | | This reverts commit 5190d206dca53d97127f645f3477730d6955a463.
* update cmake filesPeng Wu2017-08-311-7/+7
|
* update test_ngram.cppPeng Wu2017-06-191-0/+2
|
* handle zhuyin table file in tests and utilsPeng Wu2017-05-253-3/+9
|
* include config.h to allow using getline on freebsdTing-Wei Lan2016-11-164-0/+16
| | | | | | | We need _GNU_SOURCE macro defined in config.h to enable the declaration of getline in FreeBSD stdio.h. https://github.com/libpinyin/libpinyin/issues/65
* update Makefile.amPeng Wu2016-10-311-5/+4
|
* update code licensePeng Wu2016-10-316-42/+36
|
* fixes fill_matrix functionPeng Wu2016-07-211-1/+1
|
* rename functionsPeng Wu2016-06-201-3/+2
|
* update test_matrix.cppPeng Wu2016-06-011-1/+55
|
* update test_phrase_index.cppPeng Wu2016-05-271-6/+5
|
* update test_matrix.cppPeng Wu2016-05-241-3/+44
|
* write dump_ranges functionPeng Wu2016-05-241-50/+3
|
* update test_matrix.cppPeng Wu2016-05-191-0/+4
|
* update test_matrix.cppPeng Wu2016-05-131-0/+3
|
* fixes compilePeng Wu2016-05-112-4/+8
|
* add test_matrix.cppPeng Wu2016-05-112-2/+77
|
* update testsPeng Wu2016-03-302-2/+2
|
* update test_chewing_table.cppPeng Wu2016-03-181-2/+14
|
* fixes warningsPeng Wu2016-03-031-1/+1
|
* update test_phrase_tablePeng Wu2016-02-221-2/+14
|
* use zhuyin_parser2.hPeng Wu2016-01-081-0/+1
|
* update test_parser2.cppPeng Wu2015-10-161-10/+17
|
* re-facter Makefile.amPeng Wu2015-07-081-4/+0
|
* update test casesPeng Wu2015-05-214-8/+8
|
* update test_table_infoPeng Wu2015-05-211-24/+38
|
* update test_table_infoPeng Wu2015-05-201-2/+2
|
* update test_ngramPeng Wu2015-04-152-2/+6
|
* clean up Makefile.amPeng Wu2013-10-141-29/+13
|
* rename PinyinParser2 to PhoneticParser2Peng Wu2013-08-231-1/+1
|
* Force to use C locale to load table.confPeng Wu2013-07-261-0/+3
|
* check return valuesPeng Wu2013-06-171-1/+1
|
* update test_table_info.cppPeng Wu2013-04-101-9/+9
|
* update tests/storagePeng Wu2013-04-103-3/+37
|
* update tests_helper.hPeng Wu2013-04-101-0/+1
|
* write test cases for table infoPeng Wu2013-04-082-1/+89
|
* polish codePeng Wu2013-04-011-7/+6
|
* update gen_binary_files.cppPeng Wu2013-04-011-1/+1
|
* update spseg.cppPeng Wu2013-04-011-1/+1
|
* update test_parser2.cppPeng Wu2013-04-011-40/+32
|
* write add_pronunciationPeng Wu2013-03-281-3/+3
|
* Fixes issue reported by fundawang:Peng Wu2013-02-171-8/+8
| | | | | | https://github.com/libpinyin/libpinyin/issues/33 merge libpinyin-0.8.0-link.patch.
* add mask out test cases to ngramPeng Wu2012-11-291-0/+3
|