summaryrefslogtreecommitdiffstats
path: root/src/storage
Commit message (Expand)AuthorAgeFilesLines
* fixes berkeley db callsPeng Wu2013-06-182-1/+25
* fixes memory leaksPeng Wu2013-06-171-1/+5
* fixes table info loadPeng Wu2013-06-171-5/+15
* fixes load_textPeng Wu2013-06-173-16/+22
* fixes table.confPeng Wu2013-05-161-1/+1
* add const modifiers for chewing tablePeng Wu2013-04-184-37/+39
* add const modifiers for phrase tablePeng Wu2013-04-183-25/+25
* support two letter yunmu from full pinyinPeng Wu2013-04-182-24/+40
* write merge_sequence functionPeng Wu2013-04-171-2/+2
* update table_info.cppPeng Wu2013-04-101-26/+26
* write test cases for table infoPeng Wu2013-04-081-6/+6
* fixes compilePeng Wu2013-04-085-55/+37
* write table infoPeng Wu2013-04-072-2/+89
* write table info in progressPeng Wu2013-04-073-1/+149
* update table infoPeng Wu2013-04-071-1/+5
* write table info in progressPeng Wu2013-04-031-0/+35
* begin to write table infoPeng Wu2013-04-031-0/+64
* write add_pronunciationPeng Wu2013-03-282-13/+56
* fixes import dictPeng Wu2013-03-231-1/+1
* fixes include headersPeng Wu2013-03-221-4/+4
* use G_BEGIN/END_DECLSPeng Wu2013-03-222-5/+9
* re-factor ChewingKey*Peng Wu2013-03-212-10/+14
* re-factor pinyin_custom2.hPeng Wu2013-03-142-28/+27
* re-factor tablesPeng Wu2013-02-212-9/+9
* update parser tablePeng Wu2013-02-211-457/+457
* add get_shengmu/yunmu_stringPeng Wu2013-02-212-0/+16
* add shengmu and yunmu to content_tablePeng Wu2013-02-211-0/+2
* add m_dict_indexPeng Wu2013-02-192-16/+17
* add new tablesPeng Wu2013-02-191-11/+13
* add enum PHRASE_INDEX_LIBRARIESPeng Wu2013-02-191-0/+1
* fixes crashPeng Wu2013-02-181-0/+7
* Fixes issue reported by fundawang:Peng Wu2013-02-171-1/+1
* fixes typoPeng Wu2013-02-051-0/+1
* add back ngPeng Wu2013-02-041-1/+2
* fixes incomplete pinyinPeng Wu2013-01-261-4/+18
* a safe guard for chewingPeng Wu2012-12-111-8/+7
* fixes a typoPeng Wu2012-11-282-3/+3
* add const modifiersPeng Wu2012-11-281-2/+2
* indent phrase_index.cppPeng Wu2012-11-261-11/+11
* write mask out for facade tablesPeng Wu2012-11-122-4/+38
* write mask out for chewing large tablePeng Wu2012-11-082-1/+108
* write mask out for phrase large table2Peng Wu2012-11-072-2/+110
* write remove indexPeng Wu2012-11-062-6/+29
* re-factor remove index in progressPeng Wu2012-11-062-6/+23
* write get lengthPeng Wu2012-11-052-1/+34
* write get length in progressPeng Wu2012-11-051-0/+35
* add commentsPeng Wu2012-10-311-2/+35
* write Bigram::mask_outPeng Wu2012-10-302-1/+56
* write SingleGram::mask_outPeng Wu2012-10-302-0/+51
* write mask out methodPeng Wu2012-10-262-2/+70