aboutsummaryrefslogtreecommitdiff
path: root/aidl_language.cpp
AgeCommit message (Expand)Author
2023-10-13Fix AIDL build with cmake/gccTomasz Wasilczyk
2023-09-06Add support for unstructured parcelables in Rust.Andrew Walbran
2023-05-22Add AIDL Lint check for redundant onewayElie Kheirallah
2023-04-11aidl: add support for float/double constantsandroid-u-beta-1-gplElie Kheirallah
2023-02-24Skip extra constructor generation for @RequiresNoPermissionThiébaud Weksteen
2022-12-14Fix initialization of ConstReferenceFinderBenjamin Lerman
2022-11-17clarify parcelable context errorSteven Moreland
2022-11-08Use android.os.PermissionEnforcer classThiébaud Weksteen
2022-08-24Custom NDK ParcelablesSteven Moreland
2022-08-04remove top-level constant checks to defined typesSteven Moreland
2022-08-04dedup duplicated duplication-check code for constsSteven Moreland
2022-07-15RustDerive must contain RustDeriveSteven Moreland
2022-07-15RustDerive: absorb computation into ASTSteven Moreland
2022-07-01Remove global AidlTypeSpecifier in aidl_to_ndkJooyung Han
2022-05-19Move Java @EnforcePermission from interface to methodThiébaud Weksteen
2022-03-23@JavaDerive(toString=true) for enum typesJooyung Han
2022-03-14Remove @Hide.Steven Moreland
2022-02-28Pull up IsUserDefined()Jooyung Han
2022-02-03Add Delegator support to the Java backendDevin Moore
2022-02-02Evaluate the type before checking array dimension typeDevin Moore
2022-02-02AIDL: add propagateAllowBlockingMakoto Onuki
2022-02-02Lint: Redundant importsJooyung Han
2022-01-27@VintfStability is applied nested typesJooyung Han
2022-01-19Add @JavaSuppressLintJooyung Han
2021-12-19Remove permission libraryThiébaud Weksteen
2021-12-16Fix: multidimensional fixed-size arrays (NDK/CPP)Jooyung Han
2021-12-01Default values for fixed-size arraysJooyung Han
2021-12-01grammar for fixed-size arrayJooyung Han
2021-11-30ConstantValueDecorator with stringsJooyung Han
2021-11-26Make DefaultImpl support an opt-in option for AIDL interfaces, viaHao Ke
2021-11-19@FixedSize union should check membersJooyung Han
2021-11-18Fix nested types without package decl.Jooyung Han
2021-11-17Add @FixedSize unionJooyung Han
2021-11-17Rename @Enforce condition attributeThiébaud Weksteen
2021-11-09Support List<interface>Jooyung Han
2021-11-03Support array of interfaceJooyung Han
2021-11-02Add further permission annotationsThiébaud Weksteen
2021-11-01Interface types can be nested.Jooyung Han
2021-11-01Accept @Enforce on interface definitionThiébaud Weksteen
2021-10-29Remove AidlImportJooyung Han
2021-10-28Add CheckValid to AidlMethodThiébaud Weksteen
2021-10-18Support nullable types in Rust/NDKJooyung Han
2021-10-18Support List<IBinder> in NDKJooyung Han
2021-10-15Clean up LanguageSpecificCheckValidJooyung Han
2021-10-15Make sure all nodes are visited.Jooyung Han
2021-10-15Use AidlTypenames::MakeResolvedType() for inline typesJooyung Han
2021-10-14Support IBinder array in the NDK/Rust backends.Jooyung Han
2021-10-14Visit default value nodeJooyung Han
2021-10-13AidlNode: delete copy constructorSteven Moreland
2021-10-13Remove ArrayBaseSteven Moreland