summaryrefslogtreecommitdiffstats
path: root/aidl_unittest.cpp
Commit message (Expand)AuthorAgeFilesLines
* aidl-cpp: Add support for hex values in const intRoshan Pius2016-07-251-0/+50
* Generate code for AIDL defined string constantsChristopher Wiley2016-05-031-2/+21
* Generate a trivial dep file for parcelablesChristopher Wiley2016-04-211-0/+26
* Output correct dependency file with only output dirChristopher Wiley2016-04-121-0/+27
* Add support for C++ @utf8InCpp stringsChristopher Wiley2016-02-011-1/+1
* Remap String to alternate types when @utf8 or @utf8InCppChristopher Wiley2016-02-011-3/+3
* Fully separate AIDL and Java type namespacesChristopher Wiley2016-01-291-1/+1
* Remove last using directives from global header scopeChristopher Wiley2016-01-291-1/+4
* Make string matching the last resort way to look up typesChristopher Wiley2016-01-271-13/+12
* Correctly parse @utf8 and @utf8InCpp annotationsChristopher Wiley2016-01-261-0/+30
* Rename 'from' token to 'cpp_header'Casey Dahlin2015-12-151-1/+1
* Add support for @nullable annotationCasey Dahlin2015-12-151-0/+6
* Make array types their own type objectCasey Dahlin2015-12-051-2/+2
* Convert parcelable package names to C++ namespaces correctlyCasey Dahlin2015-12-041-1/+1
* Refactor top-level AST nodes v2Casey Dahlin2015-11-301-0/+18
* Add support for C++ ParcelablesChristopher Wiley2015-11-281-0/+27
* Revert "Refactor top-level AST nodes"Bart Sears2015-11-241-18/+0
* Refactor top-level AST nodesCasey Dahlin2015-11-231-0/+18
* Respect aidl's -b flag againChristopher Wiley2015-11-061-0/+11
* Confirm that require outer class for parcelablesChristopher Wiley2015-11-041-0/+25
* Test that we prefer imports to preprocessed typesChristopher Wiley2015-11-041-1/+21
* Allow mocking of preprocessed file readChristopher Wiley2015-11-041-0/+22
* Don't call virtual methods in TypeNamespace constructorsChristopher Wiley2015-10-311-25/+22
* Test that we reject arrays of BindersChristopher Wiley2015-10-301-4/+20
* Fix segfault on missing package declarationChristopher Wiley2015-10-201-0/+103