summaryrefslogtreecommitdiffstats
path: root/type_cpp.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix nested parcelable class nameNingyuan Wang2016-09-301-2/+2
* Consolidate array logicChristopher Wiley2016-08-191-140/+93
* Hold file descriptors in unique_fdChristopher Wiley2016-04-261-2/+3
* Allow @nullable on specific binder typesCasey Dahlin2016-04-181-7/+14
* Revert "Hold file descriptors in unique_fd"Christopher Wiley2016-04-181-3/+2
* Hold file descriptors in unique_fdChristopher Wiley2016-04-181-2/+3
* Add support @nullable IBinder typeChristopher Wiley2016-03-101-4/+9
* Propagate interface annotations to methodsCasey Dahlin2016-03-031-2/+4
* Use vector<uint8_t> for byte[]Casey Dahlin2016-02-091-4/+33
* Support @utf8InCpp List<String>Christopher Wiley2016-02-011-4/+40
* Add support for C++ @utf8InCpp stringsChristopher Wiley2016-02-011-0/+29
* Add missing memory header includesChristopher Wiley2016-01-291-2/+2
* Make string matching the last resort way to look up typesChristopher Wiley2016-01-271-6/+6
* aidl-cpp: Reject parcelable import without C++ headerChristopher Wiley2016-01-251-0/+5
* Include full namespacing on asBinder callsCasey Dahlin2016-01-051-4/+11
* Add support for @nullable annotationCasey Dahlin2015-12-151-33/+137
* Make array types their own type objectCasey Dahlin2015-12-051-70/+88
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-2/+2
* Convert parcelable package names to C++ namespaces correctlyCasey Dahlin2015-12-041-1/+1
* Proper namespacing in generated C++ codeCasey Dahlin2015-11-301-6/+6
* Add support for file descriptorsCasey Dahlin2015-11-301-0/+6
* Refactor top-level AST nodes v2Casey Dahlin2015-11-301-4/+4
* Add support for C++ ParcelablesChristopher Wiley2015-11-281-4/+23
* Revert "Refactor top-level AST nodes"Bart Sears2015-11-241-3/+3
* Refactor top-level AST nodesCasey Dahlin2015-11-231-3/+3
* Mark cpp::Type::GetHeaders() as virtualChristopher Wiley2015-11-061-2/+2
* Support List<IBinder> typeCasey Dahlin2015-11-051-3/+34
* Add support for List<String>Christopher Wiley2015-10-311-8/+49
* Don't call virtual methods in TypeNamespace constructorsChristopher Wiley2015-10-311-1/+1
* Consolidate type checking logicChristopher Wiley2015-10-311-53/+49
* Add support for AIDL types with multiple C++ headersChristopher Wiley2015-10-301-1/+9
* Add support for passing binders in C++Casey Dahlin2015-10-301-3/+37
* Add PrimitiveTypeChristopher Wiley2015-10-271-22/+22
* Consolidate container canonicalization logicChristopher Wiley2015-10-271-4/+11
* Add support for array typesCasey Dahlin2015-10-201-15/+53
* Generate C++ in namespaces based on packageChristopher Wiley2015-10-191-5/+71
* Add support for missing basic types to AIDLCasey Dahlin2015-10-191-12/+19
* Generate server side .cpp fileChristopher Wiley2015-10-101-0/+15
* Convert document item structs to classesCasey Dahlin2015-10-091-2/+2
* Introduce load_aidl_for_test in C++ testsCasey Dahlin2015-10-051-4/+4
* Add C++ TypeNamespace and basic primtive typesChristopher Wiley2015-09-291-0/+103