summaryrefslogtreecommitdiffstats
path: root/utils/storage
Commit message (Collapse)AuthorAgeFilesLines
* Free memory after useHEADmainBernhard M. Wiedemann2023-10-161-0/+1
|
* Use abort function instead of assert macroPeng Wu2022-06-061-3/+3
|
* Use check_result macro in utils directoryPeng Wu2022-06-021-21/+21
|
* Update table.conf path in utilsPeng Wu2020-09-272-4/+2
|
* 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
|
* include config.h to allow using getline on freebsdTing-Wei Lan2018-08-201-0/+4
|
* update gen_pinyin_table.cppPeng Wu2018-01-251-14/+14
|
* fixes fscanf usagePeng Wu2018-01-251-1/+1
|
* update cmake filesPeng Wu2017-08-311-3/+3
|
* handle zhuyin table file in tests and utilsPeng Wu2017-05-251-5/+7
|
* update Makefile.amPeng Wu2017-05-151-2/+5
|
* import gen_zhuyin_table.cpp and test_zhuyin.cppPeng Wu2017-05-151-0/+338
|
* 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 Makefile.amPeng Wu2016-10-311-5/+4
|
* update code licensePeng Wu2016-10-314-28/+24
|
* fixes warningsPeng Wu2016-03-302-4/+0
|
* update utilsPeng Wu2016-03-301-7/+5
|
* update utils/training in progressPeng Wu2016-03-302-17/+10
|
* fixes a typoPeng Wu2015-10-091-2/+2
|
* re-facter Makefile.amPeng Wu2015-07-081-4/+0
|
* rename macrosPeng Wu2015-05-271-2/+2
|
* update gen_binary_filesPeng Wu2015-05-221-29/+45
|
* update storage toolsPeng Wu2015-05-212-4/+4
|
* update Makefile.amPeng Wu2015-04-201-0/+4
|
* install tools again for fcitx-libpinyinPeng Wu2015-02-091-3/+4
|
* do not install binary toolsPeng Wu2014-09-031-4/+3
|
* fixes fscanfPeng Wu2014-03-131-1/+1
|
* clean up Makefile.amPeng Wu2013-10-141-12/+6
|
* fixes memory leaksPeng Wu2013-06-171-0/+1
|
* add assertsPeng Wu2013-06-171-4/+7
|
* fixes feed_filePeng Wu2013-06-171-3/+7
|
* update utils/segmentPeng Wu2013-04-163-8/+8
|
* fixes make distcheckPeng Wu2013-04-101-1/+26
|
* fixes gen_binary_files.cppPeng Wu2013-04-101-2/+4
|
* update gen_binary_files.cppPeng Wu2013-04-101-3/+15
|
* update utils/storagePeng Wu2013-04-102-4/+28
|
* bring back some print_help methodsPeng Wu2013-04-021-0/+10
|
* polish codePeng Wu2013-04-011-1/+1
|
* rename gen_chewing_table.cpp to gen_pinyin_table.cppPeng Wu2013-04-012-3/+3
|
* update gen_chewing_table.cppPeng Wu2013-04-011-37/+30
|
* update gen_binary_files.cppPeng Wu2013-04-011-18/+16
|
* add save_dictionaryPeng Wu2013-02-191-0/+3
|
* add assertPeng Wu2013-02-191-0/+1
|
* add dictionary supportPeng Wu2013-02-191-1/+2
|
* Fixes issue reported by fundawang:Peng Wu2013-02-171-5/+5
| | | | | | https://github.com/libpinyin/libpinyin/issues/33 merge libpinyin-0.8.0-link.patch.
* update import interpolationPeng Wu2012-10-181-5/+15
|
* update export interpolationPeng Wu2012-10-181-6/+7
|
* remove duplicated definesPeng Wu2012-09-061-18/+0
|