summaryrefslogtreecommitdiffstats
path: root/type_namespace.cpp
Commit message (Expand)AuthorAgeFilesLines
* Propagate interface annotations to methodsCasey Dahlin2016-03-031-4/+8
* Support @utf8InCpp List<String>Christopher Wiley2016-02-011-0/+2
* Remap String to alternate types when @utf8 or @utf8InCppChristopher Wiley2016-02-011-0/+13
* Make TypeNamespace take AidlNode subclass argumentsChristopher Wiley2016-01-271-137/+2
* Consolidate logic to retreive language specific typeChristopher Wiley2016-01-261-69/+60
* Add support for @nullable annotationCasey Dahlin2015-12-151-28/+54
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-2/+2
* Consolidate type checking logicChristopher Wiley2015-10-311-0/+24
* Consolidate container canonicalization logicChristopher Wiley2015-10-271-0/+85
* Fix up some error reporting in type_namespace.cppChristopher Wiley2015-10-241-5/+7
* Fix segfault on missing package declarationChristopher Wiley2015-10-201-1/+1
* Generate C++ in namespaces based on packageChristopher Wiley2015-10-191-1/+5
* Remove parse_helpers.cpp/h/unit testsCasey Dahlin2015-10-141-1/+23
* Use parser to find array bracketsCasey Dahlin2015-10-061-17/+6
* Kill comments token in AidlMethodCasey Dahlin2015-10-051-12/+12
* Replace type_type struct with AidlType classCasey Dahlin2015-10-011-14/+14
* Don't store AidlArgument name buffer_typeCasey Dahlin2015-09-301-5/+5
* Stop storing the direction bufferCasey Dahlin2015-09-301-7/+6
* Turn arg_type into a class called AIDLArgumentCasey Dahlin2015-09-291-17/+17
* Explicitly create container typesChristopher Wiley2015-09-281-0/+139