aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit (follow)
Commit message (Expand)AuthorAgeFilesLines
* Initial successful standalone buildAmin Bandali2025-01-117-3/+195
* Use the global default cpp_std.•••Bug: http://b/344590580 Change-Id: Icf1f9f5559596097e156aa9f1673a438741379b3 Elliott Hughes2024-06-032-4/+3
* dicttoolkit: pin cpp_std to gnu++17•••This project doesn't build with gnu++20 and prevents AOSP default to be upgraded to a newer standard. Once the build failure is fixed here, this change can be reverted. Bug: 311052584 Test: m checkbuild Change-Id: If2d19c1b6d970703a1dbf7685588a4a4be5a53c1 Tomasz Wasilczyk2023-11-151-0/+1
* [LSC] Add LOCAL_LICENSE_KINDS to packages/inputmethods/LatinIME•••Added SPDX-license-identifier-Apache-2.0 to: Android.bp common/Android.bp java/Android.bp native/dicttoolkit/Android.bp native/jni/Android.bp tests/Android.bp tools/EditTextVariations/Android.bp tools/dicttool/Android.bp tools/make-keyboard-text/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I440008bffac5c97a2497970af377a9d03262b6d8 Bob Badour2021-02-171-0/+9
* Add explicit dependencies on jni_headers•••Preparation for removing implicit include paths for jni.h from soong. Bug: 152482542 Test: lunch aosp_x86_64 && m checkbuild Change-Id: Ib36e679819a3309ccbf12fd592309b16c8bbd6c8 Orion Hodson2020-04-131-0/+1
* Fix performance-for-range-copy warnings•••Bug: 30413223 Test: make with WITH_TIDY=1 DEFAULT_GLOBAL_TIDY_CHECKS=-*,performance* Change-Id: I06021a6597705515dc7a3cb81a7fbbac7ba344a1 Chih-Hung Hsieh2018-12-111-1/+1
* Convert to Android.bp•••See build/soong/README.md for more information. Test: cd packages/inputmethods/LatinIME; mma Change-Id: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054 Merged-In: Ib8867d3b74f09fc1d9f95adc9a49a81ac0f7f054 Dan Willemsen2018-11-018-195/+97
* Remove LOCAL_CLANG•••clang is the default compiler since Android nougat Change-Id: I52d7f1ded227b21cd88d2d292f0af4adecb800f4 Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de> Lennart Wieboldt2017-09-112-3/+0
* Rely on the platform -std default.•••Bug: http://b/32019064 Test: builds Change-Id: I17611b6d9598992bd52cf3dc93509f0f5e0bdcde Elliott Hughes2016-10-072-5/+3
* Implement ArgumentsParser::parseArguments and add tests.•••Bug: 10059681 Change-Id: I6511a46c879d7a52d0bb4fcab445a66bc40db98c Keisuke Kuroyanagi2014-11-215-24/+195
* Add unit tests for ArgumentsParser.validateSpecs().•••Bug: 10059681 Change-Id: I3ba5d856ad679e32dd3360863335c436ad6e7301 Keisuke Kuroyanagi2014-11-184-3/+91
* Define arguments for commands in dicttoolkit.•••Bug: 10059681 Change-Id: I1ceaeeaa9e2055c357fe969818498de9d6288862 Keisuke Kuroyanagi2014-11-1516-9/+455
* Merge "Add OffdeviceIntermediateDictHeader."Keisuke Kuroyanagi2014-11-133-1/+52
|\
| * Add OffdeviceIntermediateDictHeader.•••Used to have header information in OffdeviceIntermediateDict. Bug: 10059681 Change-Id: I966c26e514ddd229cf5597d3b96941234c530863Keisuke Kuroyanagi2014-11-133-1/+52
* | Merge "Utf8Utils for dicttoolkit."Keisuke Kuroyanagi2014-11-134-2/+265
|\|
| * Utf8Utils for dicttoolkit.•••Bug: 10059681 Change-Id: Ie484ba8096823792f0ac663524d1c02d1be070e9 Keisuke Kuroyanagi2014-11-134-2/+265
* | Merge "Introduce OffdeviceIntermediateDict for dicttolkit."Keisuke Kuroyanagi2014-11-116-1/+391
|\|
| * Introduce OffdeviceIntermediateDict for dicttolkit.•••Bug: 10059681 Change-Id: Ib6e9019502b59dd959c04c8f4996ca932c2b1ba8 Keisuke Kuroyanagi2014-11-126-1/+391
* | Implement help command for dicttoolkit.•••Bug: 10059681 Change-Id: I0cadf1f80103136cdac5c00b6fca4d81b4bf7384 Keisuke Kuroyanagi2014-11-1110-1/+52
|/
* Add CommandExecutor for dicttoolkit.•••Bug: 10059681 Change-Id: I90334caaf37c84ce7d1b93d12efbfb5f244a9420 Keisuke Kuroyanagi2014-11-0914-28/+399
* Introduce CommandUtils for dicttoolkit•••Bug: 10059681 Change-Id: Ic6947e76d77dc87bf88dc3a2b749e41fae7553b7 Keisuke Kuroyanagi2014-11-087-3/+165
* Initial commit for native dicttoolkit.•••Bug: 10059681 Change-Id: Ib730af8ebc944e08aaada869c0626724a499747c Keisuke Kuroyanagi2014-10-318-0/+284