summaryrefslogtreecommitdiffstats
path: root/type_java.cpp
Commit message (Expand)AuthorAgeFilesLines
* AIDL: Add option to generate No-Op methodsstaging/cm-14.1-cafrebasecm-14.0Luis Vidal2016-10-081-3/+11
* Support @utf8InCpp List<String>Christopher Wiley2016-02-011-1/+1
* Remap String to alternate types when @utf8 or @utf8InCppChristopher Wiley2016-02-011-5/+9
* Fully separate AIDL and Java type namespacesChristopher Wiley2016-01-291-15/+14
* Remove last using directives from global header scopeChristopher Wiley2016-01-291-0/+1
* Make string matching the last resort way to look up typesChristopher Wiley2016-01-271-14/+2
* Add support for @nullable annotationCasey Dahlin2015-12-151-1/+1
* Make array types their own type objectCasey Dahlin2015-12-051-60/+98
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-1/+1
* Add support for file descriptorsCasey Dahlin2015-11-301-0/+33
* Refactor top-level AST nodes v2Casey Dahlin2015-11-301-12/+12
* Revert "Refactor top-level AST nodes"Bart Sears2015-11-241-12/+12
* Refactor top-level AST nodesCasey Dahlin2015-11-231-12/+12
* Don't call virtual methods in TypeNamespace constructorsChristopher Wiley2015-10-311-1/+1
* Consolidate type checking logicChristopher Wiley2015-10-311-202/+56
* Consolidate container canonicalization logicChristopher Wiley2015-10-271-128/+29
* Rely on the compiler to enforce abstract base classesChristopher Wiley2015-10-241-15/+0
* Remove dead Java AST codeChristopher Wiley2015-10-191-4/+0
* Put parcelable members behind gettersCasey Dahlin2015-10-121-2/+2
* Put AidlInterface members behind methodsCasey Dahlin2015-10-091-10/+10
* Convert document item structs to classesCasey Dahlin2015-10-091-2/+2
* Move Java related code into a java namespaceChristopher Wiley2015-09-291-0/+2
* Explicitly create container typesChristopher Wiley2015-09-281-13/+5
* Make creating container types more explicitChristopher Wiley2015-09-281-109/+149
* Remove *_TYPE global variables.Christopher Wiley2015-09-241-106/+65
* Remove NAMES global type namespaceChristopher Wiley2015-09-241-164/+177
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-14/+71
* Revert "Use TypeNamespace instances in aidl.cpp"Christopher Wiley2015-09-241-68/+13
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-13/+68
* Don't allow non-const pointers to Type instancesChristopher Wiley2015-09-231-14/+14
* Make all possible Type methods constChristopher Wiley2015-09-231-68/+69
* Rename Type.* to type_java.*Christopher Wiley2015-09-231-0/+1045