summaryrefslogtreecommitdiffstats
path: root/type_cpp.h
Commit message (Expand)AuthorAgeFilesLines
* Consolidate array logicChristopher Wiley2016-08-191-21/+0
* Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1
* Propagate interface annotations to methodsCasey Dahlin2016-03-031-1/+2
* Support @utf8InCpp List<String>Christopher Wiley2016-02-011-1/+0
* Add support for @nullable annotationCasey Dahlin2015-12-151-3/+27
* Make array types their own type objectCasey Dahlin2015-12-051-22/+22
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-1/+1
* 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
* Mark cpp::Type::GetHeaders() as virtualChristopher Wiley2015-11-061-1/+1
* Support List<IBinder> typeCasey Dahlin2015-11-051-0/+2
* Add support for List<String>Christopher Wiley2015-10-311-2/+3
* Don't call virtual methods in TypeNamespace constructorsChristopher Wiley2015-10-311-1/+2
* Consolidate type checking logicChristopher Wiley2015-10-311-18/+8
* Add support for AIDL types with multiple C++ headersChristopher Wiley2015-10-301-1/+2
* Add support for passing binders in C++Casey Dahlin2015-10-301-0/+3
* Add PrimitiveTypeChristopher Wiley2015-10-271-0/+11
* Consolidate container canonicalization logicChristopher Wiley2015-10-271-2/+5
* Add support for array typesCasey Dahlin2015-10-201-4/+13
* Generate C++ in namespaces based on packageChristopher Wiley2015-10-191-0/+4
* Add support for missing basic types to AIDLCasey Dahlin2015-10-191-1/+5
* Generate server side .cpp fileChristopher Wiley2015-10-101-0/+4
* Convert document item structs to classesCasey Dahlin2015-10-091-2/+2
* Add C++ TypeNamespace and basic primtive typesChristopher Wiley2015-09-291-0/+89