aboutsummaryrefslogtreecommitdiff
path: root/aidl.h
AgeCommit message (Expand)Author
2021-08-11aidl: unify return type of sub-task functionsSteven Moreland
2021-06-08Preprocessed uses the same syntax of AIDLJooyung Han
2021-02-12Extract DumpVisitorJooyung Han
2020-12-28Update API preamble (talk about 'current' case)Steven Moreland
2020-07-22Change the ownership of AidlDefinedType objectsJiyong Park
2020-04-01All of compiler in `aidl_entry`, for testingSteven Moreland
2020-03-18Add build-time checks of AIDL API hashesandroid-r-preview-4android-r-preview-3android-r-preview-2Paul Trautrim
2020-01-29Add getInterfaceHash() methodPaul Trautrim
2019-08-16Remove TypeNamespaceJeongik Cha
2019-07-30Re-order virally misplaced namespace comments.Steven Moreland
2019-03-07Add api mapping dump feature to AIDL filesAndrei Onea
2018-11-03Allow utf8InCpp constants (std::string).Steven Moreland
2018-10-11--structured: test for no unstructured parcelablesSteven Moreland
2018-08-27using pragma onceSteven Moreland
2018-08-09Add --apicheck that tells whether two API dumps are incompatible or notJiyong Park
2018-08-02Support multiple types in an AIDL file / multiple AIDL filesJiyong Park
2018-08-01add --version option to specify version to AIDL interfaceJiyong Park
2018-07-31Options is passed over during the code generationJiyong Park
2018-07-30add --structured flagandroid-n-iot-release-smart-display-r2Steven Moreland
2018-07-26Refactor Options to support multiple inputsJiyong Park
2018-07-20add dumpapi optionJiyong Park
2018-07-19Resolve AIDL types without using Java or C++ typesJiyong Park
2018-07-10Structured parcelables.Steven Moreland
2018-03-26Add option for tracing AIDL calls.android-wear-p-preview-2android-p-preview-4android-p-preview-3android-p-preview-2android-o-mr1-iot-release-1.0.1android-o-mr1-iot-release-1.0.0android-o-mr1-iot-preview-8android-n-iot-release-smart-displayandroid-n-iot-release-polk-at1android-n-iot-release-lg-thinq-wk7o-mr1-iot-preview-8Martijn Coenen
2016-07-27Fix clang-tidy performance warnings.Chih-Hung Hsieh
2016-05-03Generate code for AIDL defined string constantsChristopher Wiley
2015-11-30Refactor top-level AST nodes v2Casey Dahlin
2015-11-24Revert "Refactor top-level AST nodes"Bart Sears
2015-11-23Refactor top-level AST nodesCasey Dahlin
2015-11-06Respect aidl's -b flag againChristopher Wiley
2015-11-04Allow mocking of preprocessed file readChristopher Wiley
2015-10-20Fix segfault on missing package declarationChristopher Wiley
2015-10-09Convert document item structs to classesCasey Dahlin
2015-10-09Replace import_info struct with AidlInfo classCasey Dahlin
2015-10-07Read all files through IoDelegateChristopher Wiley
2015-10-05Introduce load_aidl_for_test in C++ testsCasey Dahlin
2015-09-15Minor cleanup of aidl.cppChristopher Wiley
2015-09-15Define aidl-cpp executableChristopher Wiley
2015-09-15Rename Options to JavaOptionsChristopher Wiley
2015-09-14Basic cleanup of parsed optionsChristopher Wiley
2015-09-14Abstract away file IO when writing generated codeChristopher Wiley
2015-08-31aidl: Pull main() into dedicated fileChristopher Wiley