summaryrefslogtreecommitdiffstats
path: root/generate_java.cpp
Commit message (Expand)AuthorAgeFilesLines
* Turn android::aidl::java::Document into a classChristopher Wiley2016-01-291-6/+7
* Update style in generate_java.*Christopher Wiley2016-01-291-40/+43
* Refactor top-level AST nodes v2Casey Dahlin2015-11-301-5/+1
* Revert "Refactor top-level AST nodes"Bart Sears2015-11-241-1/+5
* Refactor top-level AST nodesCasey Dahlin2015-11-231-5/+1
* Mock IO in all unit testsChristopher Wiley2015-10-191-2/+3
* Put AidlInterface members behind methodsCasey Dahlin2015-10-091-1/+2
* Convert document item structs to classesCasey Dahlin2015-10-091-2/+2
* Kill comments token in AidlMethodCasey Dahlin2015-10-051-18/+0
* Move Java related code into a java namespaceChristopher Wiley2015-09-291-1/+5
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-2/+2
* Revert "Use TypeNamespace instances in aidl.cpp"Christopher Wiley2015-09-241-2/+2
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-2/+2
* Don't allow non-const pointers to Type instancesChristopher Wiley2015-09-231-1/+1
* Rename Type.* to type_java.*Christopher Wiley2015-09-231-1/+1
* Move logic to write to stdout into CodeWriterChristopher Wiley2015-09-191-16/+1
* Abstract away file IO when writing generated codeChristopher Wiley2015-09-141-4/+11
* Remove RPC interface TypeCasey Dahlin2015-09-021-3/+0
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+99
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-99/+0
* Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-101-567/+12
* Fix aidl to cope with multiple collection types per method.Elliott Hughes2011-07-131-9/+10
* am 747cb3b5: Merge change 9670 into donutAndroid (Google) Code Review2009-08-041-1/+1
|\
| * Make aidl annotate onTransact with @OverrideXavier Ducrohet2009-08-031-1/+1
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+652
| * auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-652/+0
* | Removing "import" statements from AIDL-generated .java files.Adrian Taylor2009-02-131-3/+3
* | auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+2
|\|
| * auto import from //branches/cupcake/...@125939The Android Open Source Project2009-01-091-0/+2
* | Add a few missing headersAlexey Zaytsev2008-10-211-0/+1
|/
* Initial ContributionThe Android Open Source Project2008-10-211-0/+650