summaryrefslogtreecommitdiffstats
path: root/tools/dicttool
Commit message (Expand)AuthorAgeFilesLines
* Remove unused import and methodTadashi G. Takaoka2014-10-231-9/+0
* Move annotations classes to latiime-commonKen Wakasa2014-10-231-7/+3
* Fix Javadoc and null analysis related warningsTadashi G. Takaoka2014-10-234-38/+4
* Add latinime-common local libKen Wakasa2014-10-221-1/+1
* Remove XML input/output from dicttool.Jean Chalard2014-10-224-503/+13
* Fix some compiler warningsTadashi G. Takaoka2014-10-217-20/+15
* Renaming "blacklist" flag to "possibly offensive"Adrian Velicu2014-10-217-21/+34
* Fix a possible NPE in DicttoolJean Chalard2014-10-061-3/+4
* Align a compat file for a change in native signatureJean Chalard2014-10-031-5/+4
* Merge "Include a code point table in the binary dictionary."Akifumi Yoshimoto2014-10-021-1/+1
|\
| * Include a code point table in the binary dictionary.Akifumi Yoshimoto2014-10-021-1/+1
* | Introduce NgramProperty in Java side.Keisuke Kuroyanagi2014-10-013-6/+6
|/
* Rename PrevWordsInfo to NgramContext.Keisuke Kuroyanagi2014-09-291-1/+1
* Read dicttool option for switching code point tableAkifumi Yoshimoto2014-09-261-17/+36
* Abolish source code overlay and inroduce overridable src dirKen Wakasa2014-08-161-17/+22
* am 7f545a57: [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+1
|\
| * [HW7.5] Introduce the @Nonnull annotation (take 2)Ken Wakasa2014-07-301-0/+1
* | am bf2a3210: Merge "[HW6] Split processing and applying the event." into lmp-devJean Chalard2014-07-301-2/+6
|\|
| * [HW6] Split processing and applying the event.Jean Chalard2014-07-301-2/+6
* | am ece7240c: Don\'t build dicttool unless it\'s explicitly requested.Ying Wang2014-07-291-0/+5
|\|
| * Don't build dicttool unless it's explicitly requested.Ying Wang2014-07-291-0/+5
* | resolved conflicts for merge of 159474f2 to lmp-dev-plus-aospTim Murray2014-07-241-1/+0
|\ \ | |/ |/|
| * Use default compiler flags for dicttool.Tim Murray2014-07-231-1/+0
* | Fix build breakage in dicttoolYohei Yukawa2014-07-201-0/+20
* | Fix dicttool buildTadashi G. Takaoka2014-07-161-1/+1
* | Move phrase gesture from additional features to public.Keisuke Kuroyanagi2014-07-081-0/+1
* | Refactor dicttool with try-with-resourceTadashi G. Takaoka2014-06-228-182/+196
* | Dicttool's shared lib is now built for 64bitKen Wakasa2014-06-161-16/+2
* | resolved conflicts for merge of 90b948ea to masterYing Wang2014-06-112-1/+4
|\|
| * Use LOCAL_MULTILIB to build host lib as 64-bitYing Wang2014-06-092-3/+2
* | Fix the build.Jean Chalard2014-05-291-0/+20
* | Warn that dicttool_aosp isn't supported on DarwinTadashi G. Takaoka2014-05-241-1/+3
* | Use Java 7 diamond operatorTadashi G. Takaoka2014-05-2413-32/+22
* | Have dicttool test tidy up after itself.Jean Chalard2014-05-232-4/+36
* | Use PrevWordsInfo instead of String in Java side.Keisuke Kuroyanagi2014-05-191-0/+1
* | Fix a bug where changing languages kills the composition.Jean Chalard2014-05-141-2/+4
* | Create the path for specifying combining rules in the subtypeJean Chalard2014-05-121-0/+12
* | Remove redundant LOCAL_IS_HOST_MODULE assignmentsKen Wakasa2014-04-042-2/+0
* | 32-bit dicttoolKen Wakasa2014-04-042-9/+11
* | Do not call exit 1 when loaded with source commandYohei Yukawa2014-04-021-1/+1
* | Use Clang for dicttoolKen Wakasa2014-03-273-11/+10
* | Move code only used for dicttool and tests under tests.Keisuke Kuroyanagi2014-03-275-51/+17
* | [CB12] Reset the combining state when resetting the composerJean Chalard2014-03-241-0/+6
* | [CB11] Get the result of the combinationJean Chalard2014-03-201-1/+7
* | [CB09] Pass events through the combiner chainJean Chalard2014-03-202-2/+26
* | [CB08] Create a combiner chain in the word composer.Jean Chalard2014-03-201-0/+3
* | [CB04] Add an event array to WordComposer.Jean Chalard2014-03-141-24/+26
* | Fix: dicttool build.Keisuke Kuroyanagi2014-03-074-3/+4
* | Merge "Move DictionaryOptions from FusionDictionary to FormatSpec."Keisuke Kuroyanagi2014-03-072-2/+1
|\ \
| * | Move DictionaryOptions from FusionDictionary to FormatSpec.Keisuke Kuroyanagi2014-03-062-2/+1