summaryrefslogtreecommitdiffstats
path: root/type_java.h
Commit message (Expand)AuthorAgeFilesLines
* AIDL: Add option to generate No-Op methodslineage-15.0Luis Vidal2017-09-101-1/+3
* Allow Interface types to be marked as nullableChristopher Wiley2016-07-151-0/+1
* Fix google-explicit-constructor warnings in aidl.Chih-Hung Hsieh2016-06-021-20/+20
* Add support @nullable IBinder typeChristopher Wiley2016-03-101-0/+1
* Support @utf8InCpp List<String>Christopher Wiley2016-02-011-0/+3
* Remap String to alternate types when @utf8 or @utf8InCppChristopher Wiley2016-02-011-1/+2
* Fully separate AIDL and Java type namespacesChristopher Wiley2016-01-291-4/+3
* Remove last using directives from global header scopeChristopher Wiley2016-01-291-46/+46
* Make string matching the last resort way to look up typesChristopher Wiley2016-01-271-4/+0
* Add support for @nullable annotationCasey Dahlin2015-12-151-0/+14
* Make array types their own type objectCasey Dahlin2015-12-051-68/+102
* Add support for file descriptorsCasey Dahlin2015-11-301-0/+19
* Refactor top-level AST nodes v2Casey Dahlin2015-11-301-2/+2
* Revert "Refactor top-level AST nodes"Bart Sears2015-11-241-2/+2
* Refactor top-level AST nodesCasey Dahlin2015-11-231-2/+2
* Don't call virtual methods in TypeNamespace constructorsChristopher Wiley2015-10-311-1/+2
* Consolidate type checking logicChristopher Wiley2015-10-311-60/+17
* Consolidate container canonicalization logicChristopher Wiley2015-10-271-21/+3
* Rely on the compiler to enforce abstract base classesChristopher Wiley2015-10-241-3/+3
* Remove dead Java AST codeChristopher Wiley2015-10-191-3/+0
* 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-3/+6
* Make creating container types more explicitChristopher Wiley2015-09-281-15/+25
* Remove *_TYPE global variables.Christopher Wiley2015-09-241-25/+31
* Remove NAMES global type namespaceChristopher Wiley2015-09-241-35/+41
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-10/+15
* Revert "Use TypeNamespace instances in aidl.cpp"Christopher Wiley2015-09-241-15/+10
* Use TypeNamespace instances in aidl.cppChristopher Wiley2015-09-231-10/+15
* Don't allow non-const pointers to Type instancesChristopher Wiley2015-09-231-9/+9
* Make all possible Type methods constChristopher Wiley2015-09-231-142/+142
* Rename Type.* to type_java.*Christopher Wiley2015-09-231-0/+461