summaryrefslogtreecommitdiffstats
path: root/generate_java_binder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate code for AIDL defined string constantsChristopher Wiley2016-05-031-6/+13
* Parse AIDL string constantsChristopher Wiley2016-05-031-2/+3
* Fix problems revealed by static analysisChristopher Wiley2016-03-011-11/+5
* Fully separate AIDL and Java type namespacesChristopher Wiley2016-01-291-3/+3
* Remove last using directives from global header scopeChristopher Wiley2016-01-291-0/+2
* Update style in generate_java.*Christopher Wiley2016-01-291-3/+17
* clang-format generate_java_binderChristopher Wiley2016-01-291-476/+456
* Make array types their own type objectCasey Dahlin2015-12-051-37/+19
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-1/+1
* Introduce integer constantsCasey Dahlin2015-11-301-2/+15
* Remove parse_helpers.cpp/h/unit testsCasey Dahlin2015-10-141-1/+0
* Put AidlInterface members behind methodsCasey Dahlin2015-10-091-6/+5
* Convert document item structs to classesCasey Dahlin2015-10-091-1/+1
* Use parser to find array bracketsCasey Dahlin2015-10-061-16/+11
* Put data in AidlMethod behind getters and settersCasey Dahlin2015-10-061-19/+19
* Kill comments token in AidlMethodCasey Dahlin2015-10-051-23/+23
* Replace method_type with AidlMethodCasey Dahlin2015-10-011-25/+23
* Replace type_type struct with AidlType classCasey Dahlin2015-10-011-21/+21
* Don't store AidlArgument name buffer_typeCasey Dahlin2015-09-301-4/+4
* Stop storing the direction bufferCasey Dahlin2015-09-301-6/+6
* Remove interface_item_typeCasey Dahlin2015-09-291-6/+3
* Move Java related code into a java namespaceChristopher Wiley2015-09-291-0/+2
* Turn arg_type into a class called AIDLArgumentCasey Dahlin2015-09-291-21/+6
* Explicitly create container typesChristopher Wiley2015-09-281-8/+8
* Remove *_TYPE global variables.Christopher Wiley2015-09-241-24/+30
* Remove NAMES global type namespaceChristopher Wiley2015-09-241-27/+36
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-1/+2
* Revert "Use TypeNamespace instances in aidl.cpp"Christopher Wiley2015-09-241-2/+1
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-1/+2
* Don't allow non-const pointers to Type instancesChristopher Wiley2015-09-231-15/+15
* Rename Type.* to type_java.*Christopher Wiley2015-09-231-1/+1
* Minor cleanup of aidl.cppChristopher Wiley2015-09-151-1/+4
* Abstract away file IO when writing generated codeChristopher Wiley2015-09-141-0/+5
* Revert "Move frameworks/base/tools/ to frameworks/tools/"Adam Lesinski2014-01-271-0/+560
* Move frameworks/base/tools/ to frameworks/tools/Mike Lockwood2013-08-281-560/+0
* Enhance AIDL to take an explicit id for methodsMaurice Chu2012-10-181-2/+3
* Fewer warnings in aidl generated code.Elliott Hughes2012-08-071-4/+4
* Checkpoint adding @home RPC support to aidlJoe Onorato2012-02-101-0/+559