aboutsummaryrefslogtreecommitdiff
path: root/aidl_language.cpp
AgeCommit message (Expand)Author
2019-03-04Add api mapping dump feature to AIDL filesAndrei Onea
2019-02-27Allow parcelable defined from framework in stable aidlJeongik Cha
2018-12-18Cleanup wording for interface oneway.Steven Moreland
2018-12-18checkapi for method onewaynessSteven Moreland
2018-12-14Java: consistent oneway behaviorSteven Moreland
2018-12-12add '@SystemApi' in aidlJeongik Cha
2018-12-04write annotations when dumping structured parcelableandroid-wear-8.0.0_r2Jeongik Cha
2018-11-11Add @UnsupportedAppUsage annotationJiyong Park
2018-11-03Allow utf8InCpp constants (std::string).Steven Moreland
2018-11-02clean up aidl validation logicJeongik Cha
2018-11-01Revert "Make AIDL Validation logic independent from language"Jeongik Cha
2018-10-31Make AIDL Validation logic independent from languageJeongik Cha
2018-10-10Remove @utf8 supportJiyong Park
2018-10-09Fix a walk-through warningWei Wang
2018-09-11Allow Stable AIDL to have manually assigned IDsJiyong Park
2018-08-29Constant value declarations are part of API dumpJiyong Park
2018-08-29API dump includes default values for parcelable fieldsJiyong Park
2018-08-20Defaults for List in structured parcelables.Steven Moreland
2018-08-20Add AidlTypeSpecifier ArrayBase.Steven Moreland
2018-08-20Make AidlAnnotation movable.Steven Moreland
2018-08-13Double/float literals in AIDLSteven Moreland
2018-08-09Support all discrete primitives as defaults.Steven Moreland
2018-08-09Parser: make a single use objectSteven Moreland
2018-08-09Add --apicheck that tells whether two API dumps are incompatible or notJiyong Park
2018-08-08Remove one constructor of AidlMethodJiyong 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-31Remove GetLine.Steven Moreland
2018-07-31First class errors in the compiler.Steven Moreland
2018-07-27Separate AIDL types and target language typesJiyong Park
2018-07-24Structured Parcelables: int/string default values.Steven Moreland
2018-07-20Refactor constant declarations.Steven Moreland
2018-07-20add dumpapi optionJiyong Park
2018-07-20Annotation is printableJiyong Park
2018-07-19Resolve AIDL types without using Java or C++ typesJiyong Park
2018-07-19Rename AidlType to AidlTypeSpecifierJiyong Park
2018-07-19Type parameters are parsed by yacc.Jiyong Park
2018-07-10Parse interfaces and parcelables simultaneously.Steven Moreland
2018-07-10Structured parcelables.Steven Moreland
2018-07-07Unify AidlParcelable/AidlInterfaceHierarchySteven Moreland
2018-06-28Cleaner error handling in AIDL.Steven Moreland
2016-07-28aidl-cpp: Use |ParseInt| util for hex conversionRoshan Pius
2016-07-27Fix clang-tidy performance warnings.Chih-Hung Hsieh
2016-07-25aidl-cpp: Add support for hex values in const intRoshan Pius
2016-05-03Parse AIDL string constantsChristopher Wiley
2016-01-12Now the build system generates .cpp only for .ll/.yybrillo-m9-releasebrillo-m9-devYing Wang
2015-12-04Track base/ -> android-base/ change.Elliott Hughes
2015-11-30Introduce integer constantsCasey Dahlin
2015-11-30Refactor top-level AST nodes v2Casey Dahlin
2015-11-24Revert "Refactor top-level AST nodes"Bart Sears