summaryrefslogtreecommitdiffstats
path: root/tests/storage/test_parser2.cpp
Commit message (Collapse)AuthorAgeFilesLines
* include config.h to allow using getline on freebsdTing-Wei Lan2016-11-161-0/+4
| | | | | | | 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 code licensePeng Wu2016-10-311-7/+6
|
* add test_matrix.cppPeng Wu2016-05-111-2/+1
|
* use zhuyin_parser2.hPeng Wu2016-01-081-0/+1
|
* update test_parser2.cppPeng Wu2015-10-161-10/+17
|
* rename PinyinParser2 to PhoneticParser2Peng Wu2013-08-231-1/+1
|
* 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
|
* fixes test_parser2 againPeng Wu2012-10-091-5/+7
|
* fixes memory leak in test_parser2Peng Wu2012-10-091-1/+10
|
* fixes format-security warningsPeng Wu2012-02-061-1/+1
|
* refine ChewingKeyRestPeng Wu2011-12-141-2/+4
|
* fixes double pinyin parserPeng Wu2011-12-021-1/+1
|
* update test casesPeng Wu2011-12-011-1/+10
|
* update test_parser2.cppPeng Wu2011-11-291-1/+1
|
* update test parser2Peng Wu2011-11-291-1/+1
|
* add more tests for test parser2Peng Wu2011-11-281-0/+11
|
* write test parser2Peng Wu2011-11-281-4/+29
|
* write test parser2 in progressPeng Wu2011-11-281-0/+53
|
* begin to add test parser2Peng Wu2011-11-281-0/+42