- 3f347ca support const in parcelable/union by Jooyung Han · 4 years, 8 months ago
- 0007327 checkapi: allow adding @Deprecated by Jooyung Han · 4 years, 9 months ago
- b3ca630 dump const decls with annotations by Jooyung Han · 4 years, 9 months ago
- 965e31d switch ToString/Signature for TypeSpecifier by Jooyung Han · 4 years, 9 months ago
- df39e19 union: __assert2() when a tag mismatches by Jooyung Han · 4 years, 9 months ago
- c453bea IllegalArgumentException when union fails to read by Jooyung Han · 4 years, 9 months ago
- dd57f1a Enable clang_tidy for AIDL-generated C++ libraries by Jiyong Park · 4 years, 9 months ago
- a7764e5 support @SensitiveData -> FLAG_CLEAR_BUF by Steven Moreland · 4 years, 10 months ago
- e689da2 aidl: support byte/long constants by Steven Moreland · 4 years, 9 months ago
- 6c07b83 Pretty closing type parameters. by Steven Moreland · 4 years, 10 months ago
- b8e01b9 gen_log: prints parcelable/union/enum types by Jooyung Han · 4 years, 9 months ago
- 74b1dd4 toString() for parcelable/union types for C++/NDK by Jooyung Han · 4 years, 9 months ago
- f93b5bd Add union support (Rust) by Jooyung Han · 4 years, 10 months ago
- 63e4a60 Revert nested-type-args by Jooyung Han · 4 years, 10 months ago
- 69ea4ba check_api checks if annotation params are changed by Jooyung Han · 4 years, 10 months ago
- 60b2fde BackingType copies location from Backing annotation by Jooyung Han · 4 years, 10 months ago
- ef44e62 Forbid untyped list/map in every parcelable by Jeongik Cha · 4 years, 10 months ago
- f6ec898 Forbid @nullable ParcelableHolder by Jeongik Cha · 4 years, 10 months ago
- 7a30884 Fix LONG_COMMENT rule (lexer) by Jooyung Han · 4 years, 10 months ago
- ce62f93 no setters for @JavaOnlyImmutable union by Jooyung Han · 4 years, 10 months ago
- 59af9cc Union can be @JavaOnlyImmutable by Jooyung Han · 4 years, 10 months ago
- 1cbc496 union supports @JavaDerive(toString=true) by Jooyung Han · 4 years, 10 months ago
- 9034500 migrate @JavaDebug to @JavaDerive(toString=true) by Jooyung Han · 4 years, 10 months ago
- 8c9a4e1 fix nested type-arg-list parsing. by Jooyung Han · 4 years, 10 months ago
- 15fd6c6 Refactor CanBeOutParameter() and error with reason by Jooyung Han · 4 years, 10 months ago
- d4057c4 add error message when CanBeJavaOnlyImmutable fails by Jooyung Han · 4 years, 10 months ago
- d902a97 error if annotation is repeated by Jooyung Han · 4 years, 10 months ago
- 6681393 fix typo in test names. by Jooyung Han · 4 years, 10 months ago
- 636fd2f checkapi: enum type for new field should have 0 by Jooyung Han · 4 years, 10 months ago
- b5c55cd Added a few checkapi unit tests by Jooyung Han · 4 years, 10 months ago
- ea2147c fix: null-deref if parcelable contains untyped List by Jooyung Han · 4 years, 10 months ago
- 8f02a53 Support ParcelableHolder in NDK by Jeongik Cha · 4 years, 10 months ago
- a61aa23 Add read/write for List<ParcelFileDescriptor> in Java by Jooyung Han · 4 years, 10 months ago
- d2fa023 describeContents() returns CONTENTS_FILE_DESCRIPTOR by Jooyung Han · 4 years, 10 months ago
- 6beac04 union support for NDK backend by Jooyung Han · 4 years, 10 months ago
- 3df81ae move "generate union code" to aidl_to_cpp_common by Jooyung Han · 4 years, 10 months ago
- 97945de fix format for union output (C++/Java) by Jooyung Han · 4 years, 10 months ago
- 14004ed fix header includes for generic types (NDK) by Jooyung Han · 4 years, 10 months ago
- ef9b0f6 fix union "assertTag" exception message by Jooyung Han · 4 years, 10 months ago
- 1f14ab3 Add union output examples as a test by Jooyung Han · 4 years, 10 months ago
- fe89f12 union: default constructor inits with first member by Jooyung Han · 4 years, 10 months ago
- 1a551d3 Parse cpp_header as AidlToken in lex by Jooyung Han · 4 years, 10 months ago
- 4cde01d fix enum's java presentation for annotations by Jooyung Han · 4 years, 10 months ago
- e6bc5e1 support multiple @JavaPassthrough by Jooyung Han · 4 years, 10 months ago
- ebc3c5d Generic validation of AidlDefinedType by Steven Moreland · 4 years, 11 months ago
- 265f3d4 Avoid extra @FixedSize error. by Steven Moreland · 4 years, 11 months ago
- 2a08890 Use AIDL_ERROR instead of std::cout or std::cerr by Devin Moore · 5 years ago
- 225519b Support ParcelableHolder in C++ by Jeongik Cha · 5 years ago
- e61feb5 Add @RustDerive annotation and auto-generated Rust derives by Andrei Homescu · 5 years ago
- 53fc99c Support templated structured parcelables by Devin Moore · 5 years ago
- b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 5 years ago
- 8b32998 Overflow check in readFromParcel by Jeongik Cha · 5 years ago
- 2f2077a Add headers for the type parameters in all generic types by Devin Moore · 5 years ago
- 6a01ca1 Move order of error messages in AidlTypeSpecifier CheckValid by Devin Moore · 5 years ago
- 27fd7fd Descriptor annotation is added by Jiyong Park · 5 years ago
- 21b2677 Limit scope of handling List in RawParcelMethod by Devin Moore · 5 years ago
- c7e47a3 Support @FixedSized annotation for structured parcelables by Devin Moore · 5 years ago
- db7ac51 checkapi: Check all AidlDefinedTypes for compatible annotations by Devin Moore · 5 years ago
- d0a1027 Rename @Immutable to @JavaOnlyImmutable by Jeongik Cha · 5 years ago
- 9118025 Support builder class for an immutable parcelable by Jeongik Cha · 5 years ago
- 13066da Check duplicate names in parcelable fields by Jeongik Cha · 5 years ago
- 7c3b0e4 JavaPassthrough is applicable to const declarations by Jiyong Park · 5 years ago
- 36f76c3 Support @Immutable for a parcelable by Jeongik Cha · 5 years ago
- 40782d0 Remove AidlTypenames::Reset() by Jiyong Park · 5 years ago
- 0cf03b1 Remove duplication in aidl_checkapi.cpp by Jiyong Park · 5 years ago
- 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 5 years ago
- 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 5 years ago
- 43113fb @JavaDebug annotation for the generation of toString() by Jiyong Park · 5 years ago
- f9e922f Allow list literal to have ending comma. by Steven Moreland · 5 years ago
- 541788d Primitives default to 0 by Steven Moreland · 5 years ago
- 1813218 Remove AidlQualifiedName by Jiyong Park · 5 years ago
- bf5fd5c Add @JavaPassthrough annotation by Jiyong Park · 5 years ago
- 649e8a7 Support extending parcelable in Java by Jeongik Cha · 5 years ago
- f1f5c80 Don't include types that are not used by Jiyong Park · 5 years ago
- decaf29 Check for missing supported param for annotations by Devin Moore · 5 years ago
- b07d993 Allow renaming of fields in parcelable by Jiyong Park · 5 years ago
- f8d5361 Untyped List or Map is prohibited for new interfaces by Jiyong Park · 5 years ago
- 370ed34 Require new fields to have usable defaults. by Steven Moreland · 5 years ago
- 65297cc Test for annotations appearing in multiple places. by Steven Moreland · 5 years ago
- cb1bcd7 Remove use of pair in AidlTypenames API by Steven Moreland · 5 years ago
- 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 5 years ago
- bdba2a8 Allow for empty file creation in FakeIoDelegate by Devin Moore · 5 years ago
- 7b8d5c9 Change most test fixtures to use parameterized fixtures by Devin Moore · 5 years ago
- 097a3ab Add stricter error checking to unittests by Devin Moore · 5 years ago
- d131d5e Add name of files that have been removed in api_check error by Devin Moore · 5 years ago
- 0d0e3f6 Add error log for missing arguments when compiling @VintfStability by Devin Moore · 5 years ago
- df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 5 years ago
- eccdb90 Remove extra spaces in direction specifiers by Devin Moore · 5 years ago
- 8164d99 Change SupportOnlyOutParameters unit test by Devin Moore · 5 years ago
- b01451d Add build-time checks of AIDL API hashes by Paul Trautrim · 5 years ago
- c054bf8 Consolidate stderr capture for unittests by Devin Moore · 5 years ago
- 24f6857 Restrict where annotations can be applied by Devin Moore · 5 years ago
- 78a1c1c Add @Hide support to *.aidl by Makoto Onuki · 5 years ago
- ed17519 Revert "add '@SystemApi' in aidl" by Jiyong Park · 5 years ago
- 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 6 years ago
- 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 6 years ago
- e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 6 years ago
- 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 6 years ago
- 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 6 years ago
- e48d994 Support a generic map in java by Jeongik Cha · 6 years ago