aboutsummaryrefslogtreecommitdiff
path: root/aidl_language_y.yy
AgeCommit message (Expand)Author
2019-02-27Allow parcelable defined from framework in stable aidlJeongik Cha
2018-11-11Add @UnsupportedAppUsage annotationJiyong Park
2018-09-21Remove warning for unused package_decl.Steven Moreland
2018-09-13API dump for an AIDL interface consists of multiple AIDL filesJiyong Park
2018-08-20Defaults for List in structured parcelables.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-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-07-31Remove GetLine.Steven Moreland
2018-07-31First class errors in the compiler.Steven Moreland
2018-07-30add --structured flagandroid-n-iot-release-smart-display-r2Steven Moreland
2018-07-24Structured Parcelables: int/string default values.Steven Moreland
2018-07-20Refactor constant declarations.Steven Moreland
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-17Specify 'pretty' strings for error messages.Steven Moreland
2018-07-10Parse interfaces and parcelables simultaneously.Steven Moreland
2018-07-10Better errors for annotations.Steven Moreland
2018-07-10Enable glr parser and set rr 0.Steven Moreland
2018-07-10Structured parcelables.Steven Moreland
2018-06-28Cleaner error handling in AIDL.Steven Moreland
2017-04-27Aidl: Fix parser leakAndreas Gampe
2016-07-25aidl-cpp: Add support for hex values in const intRoshan Pius
2016-05-03Parse AIDL string constantsChristopher Wiley
2016-03-01Allow annotations on interfacesCasey Dahlin
2016-01-26Correctly parse @utf8 and @utf8InCpp annotationsChristopher Wiley
2016-01-12Now the build system generates .cpp only for .ll/.yybrillo-m9-releasebrillo-m9-devYing Wang