summaryrefslogtreecommitdiffstats
path: root/aidl_language.h
Commit message (Expand)AuthorAgeFilesLines
* Fix nested parcelable class nameNingyuan Wang2016-09-301-0/+3
* Fix clang-tidy performance warnings.Chih-Hung Hsieh2016-07-271-1/+1
* aidl-cpp: Add support for hex values in const intRoshan Pius2016-07-251-0/+3
* Fix google-explicit-constructor warnings in aidl.Chih-Hung Hsieh2016-06-021-1/+1
* Parse AIDL string constantsChristopher Wiley2016-05-031-10/+34
* Allow annotations on interfacesCasey Dahlin2016-03-011-14/+27
* Correctly parse @utf8 and @utf8InCpp annotationsChristopher Wiley2016-01-261-4/+22
* aidl-cpp: Reject parcelable import without C++ headerChristopher Wiley2016-01-251-1/+1
* Add support for @nullable annotationCasey Dahlin2015-12-151-1/+1
* Implement @nullable in grammarCasey Dahlin2015-12-051-0/+4
* Make array types their own type objectCasey Dahlin2015-12-051-0/+29
* Track base/ -> android-base/ change.Elliott Hughes2015-12-041-2/+2
* Introduce integer constantsCasey Dahlin2015-11-301-2/+38
* Refactor top-level AST nodes v2Casey Dahlin2015-11-301-17/+27
* Revert "Refactor top-level AST nodes"Bart Sears2015-11-241-26/+17
* Refactor top-level AST nodesCasey Dahlin2015-11-231-17/+26
* Add C++ header to AidlParcelableChristopher Wiley2015-11-201-5/+7
* Fix segfault on missing package declarationChristopher Wiley2015-10-201-3/+2
* Introduce GetSplitPackage() for AidlInterface and AidlParcelableChristopher Wiley2015-10-191-17/+19
* Kill buffer_type and extra_text_typeCasey Dahlin2015-10-141-22/+9
* Remove parse_helpers.cpp/h/unit testsCasey Dahlin2015-10-141-1/+3
* Don't include . in IDENTIFIER charactersCasey Dahlin2015-10-131-5/+26
* Revert "Revert "Remove AidlImport::GetDocument""Casey Dahlin2015-10-131-5/+0
* Parse only one interface, only Parcelables are listsCasey Dahlin2015-10-131-7/+7
* Revert "Parse only one interface, only Parcelables are lists"Christopher Wiley2015-10-131-7/+7
* Parse only one interface, only Parcelables are listsCasey Dahlin2015-10-121-7/+7
* Put parcelable members behind gettersCasey Dahlin2015-10-121-11/+9
* Generate server side .cpp fileChristopher Wiley2015-10-101-2/+16
* Put AidlInterface members behind methodsCasey Dahlin2015-10-091-13/+25
* Convert document item structs to classesCasey Dahlin2015-10-091-28/+46
* Replace import_info struct with AidlInfo classCasey Dahlin2015-10-091-27/+31
* Read all files through IoDelegateChristopher Wiley2015-10-071-8/+7
* Parse package names in parser not lexerCasey Dahlin2015-10-061-14/+11
* Remove buffer_type from signature of AidlArgumentCasey Dahlin2015-10-061-3/+3
* Use parser to find array bracketsCasey Dahlin2015-10-061-6/+3
* Put data in AidlMethod behind getters and settersCasey Dahlin2015-10-061-11/+24
* Kill comments token in AidlMethodCasey Dahlin2015-10-051-6/+20
* Replace method_type with AidlMethodCasey Dahlin2015-10-011-17/+19
* Kill AidlType->array_tokenCasey Dahlin2015-10-011-1/+1
* Replace type_type struct with AidlType classCasey Dahlin2015-10-011-13/+20
* Fold in/out/inout differentiation in to parserCasey Dahlin2015-10-011-1/+2
* Don't store AidlArgument name buffer_typeCasey Dahlin2015-09-301-1/+5
* Stop storing the direction bufferCasey Dahlin2015-09-301-8/+9
* Remove interface_item_typeCasey Dahlin2015-09-291-11/+2
* Turn arg_type into a class called AIDLArgumentCasey Dahlin2015-09-291-5/+21
* Remove typedefs from structsCasey Dahlin2015-09-281-22/+22
* Generate client-side headersCasey Dahlin2015-09-281-8/+8
* Add parsing of in-memory stringsCasey Dahlin2015-09-241-0/+10
* Implement code generation for server headerCasey Dahlin2015-09-221-7/+13
* Minor cleanup of aidl.cppChristopher Wiley2015-09-151-2/+0