- 4bdd8e9 An enum is initialized as zero if it doesn't have default value by Jeongik Cha · 3 years, 2 months ago
- a7dadbe toString uses nodiscard by Steven Moreland · 3 years, 6 months ago
- 31aa264 avoid "override" with "final" by Steven Moreland · 3 years, 6 months ago
- 9e85bce Fix readFromParcel in every backend by Jooyung Han · 3 years, 7 months ago
- 90a0bf7 extract toString to separate header lib by Jooyung Han · 3 years, 9 months ago
- 720253d Emit "deprecated" by Jooyung Han · 3 years, 10 months ago
- 9435e9a rename LanguageToString to to_string by Jooyung Han · 3 years, 10 months ago
- 823e4db vector sizes: do status check by Steven Moreland · 4 years ago
- f58804a ndk backend: comparison operators by Steven Moreland · 4 years ago
- 3f347ca support const in parcelable/union by Jooyung Han · 4 years ago
- 717fc69 interface class provides TRANSACTION_<methodname> consts by Jiyong Park · 4 years ago
- 965e31d switch ToString/Signature for TypeSpecifier by Jooyung Han · 4 years ago
- df39e19 union: __assert2() when a tag mismatches by Jooyung Han · 4 years ago
- 81003c3 gen_log: pass a struct to a logging callback by Jooyung Han · 4 years ago
- dd57f1a Enable clang_tidy for AIDL-generated C++ libraries by Jiyong Park · 4 years ago
- a7764e5 support @SensitiveData -> FLAG_CLEAR_BUF by Steven Moreland · 4 years, 1 month ago
- e689da2 aidl: support byte/long constants by Steven Moreland · 4 years ago
- b8e01b9 gen_log: prints parcelable/union/enum types by Jooyung Han · 4 years ago
- 74b1dd4 toString() for parcelable/union types for C++/NDK by Jooyung Han · 4 years ago
- 8f02a53 Support ParcelableHolder in NDK by Jeongik Cha · 4 years, 1 month ago
- 6beac04 union support for NDK backend by Jooyung Han · 4 years, 1 month ago
- 14004ed fix header includes for generic types (NDK) by Jooyung Han · 4 years, 1 month ago
- 83e7698 ndk: Emit aligment values for known types in @FixedSize parcelables by Devin Moore · 4 years, 1 month ago
- 93741c4 Use constants for the stability in a ndk parcelable by Jeongik Cha · 4 years, 2 months ago
- 369fdc0 Add typedef for parcelables with @FixedSize by Devin Moore · 4 years, 2 months ago
- 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 4 years, 2 months ago
- 53fc99c Support templated structured parcelables by Devin Moore · 4 years, 3 months ago
- 8b32998 Overflow check in readFromParcel by Jeongik Cha · 4 years, 2 months ago
- 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years, 3 months ago
- 2a7c92b Move AidlErrorLog to logging.h by Jiyong Park · 4 years, 4 months ago
- f1f5c80 Don't include types that are not used by Jiyong Park · 4 years, 6 months ago
- f760087 Increase scope of AIDL traces for cpp and ndk backends by Devin Moore · 4 years, 6 months ago
- 92d33d0 Make parcelable class have vintf status. by Jeongik Cha · 4 years, 6 months ago
- 4a04466 setDefaultImpl aborts on a second call by Jooyung Han · 4 years, 6 months ago
- 7d5a454 Add Atrace support for aidl_interface NDK backend by Devin Moore · 4 years, 7 months ago
- c09d34c Use SharedRefBase::make to allocate. by Steven Moreland · 4 years, 9 months ago
- b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 10 months ago
- 4348f9a NDK Parcelable: don't assume non-null w/ write. by Steven Moreland · 5 years ago
- 7a9aceb Revert submission by Jooyung Han · 5 years ago
- 45ebdae Revert submission by Jooyung Han · 5 years ago
- 362fcd9 Add enum_range<Enum> by Jooyung Han · 5 years ago
- 6c00d29 Remove unneeded empty std::string instantiation. by Steven Moreland · 5 years ago
- b8df37d Remove bad/unnecessary uses of 'Base'. by Steven Moreland · 5 years ago
- 455d95c Adds toString method for enums in NDK. by Daniel Norman · 5 years ago
- 8769f93 NDK: don't export parcel headers by Steven Moreland · 5 years ago
- d7d18df Add support for AIDL constant expressions by Will McVicker · 5 years ago
- b72a1e7 NDK: pass local stability. by Steven Moreland · 5 years ago
- 88378b1 Remove __ANDROID_NDK__ dependency. by Steven Moreland · 5 years ago
- 37d43dd Adds NDK support for Enums. by Daniel Norman · 5 years ago
- 73d6624 Remove extraneous ';'s by Steven Moreland · 5 years ago
- 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
- a57d0a6 Add stability options. by Steven Moreland · 5 years ago
- eaf978e AIDL NDK logger bugfix by Jeongik Cha · 6 years ago
- 37e2ad5 Log supporting for binder ndk by Jeongik Cha · 6 years ago
- 5b7e532 Revert "Revert "Don't force prepend I to header file names"" by Jiyong Park · 6 years ago
- cc14a58 Revert "Don't force prepend I to header file names" by Neil Fuller · 6 years ago
- 7df2c34 Don't force prepend I to header file names by Jiyong Park · 6 years ago
- 15b3ba7 Move data class out of auto-generated code. by Steven Moreland · 6 years ago
- b102109 NDK Backend: initialize onDump function by Steven Moreland · 6 years ago
- 8f553e7 Change type of variable 'cacheable' bool to optional by Jeongik Cha · 6 years ago
- c997292 Remove GenerateClientMetaMethodDefinition by Jeongik Cha · 6 years ago
- 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 6 years ago
- 4cb2e6d NDK Backend: fix fromBinder whitespace by Steven Moreland · 6 years ago
- 3c316ed Split readFromParcel into fromBinder. by Steven Moreland · 6 years ago
- 95eba57 support stable parcelable version by Jeongik Cha · 6 years ago
- 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
- 1b88cce Add newline inbetween writeToParcel and readFromParcel by Jiyong Park · 6 years ago
- 055d879 NDK Backend: support nullable types. by Steven Moreland · 6 years ago
- eb38ee7 NDK Backend: read/write primitive arrays by Steven Moreland · 6 years ago
- 7c78d5d NDK Backend: read/write result first. by Steven Moreland · 6 years ago
- 7c93337 NDK Backend: different header locations by Steven Moreland · 6 years ago
- 1c4b405 NDK Backend: use ref for BpTest::associate. by Steven Moreland · 6 years ago
- 6340453 NDK Backend: rename things according to convention by Steven Moreland · 6 years ago
- bb8f46c NDK Backend: parcelables by Steven Moreland · 6 years ago
- ac8fe7f NDK Backend: constant declarations by Steven Moreland · 6 years ago
- 3113582 NDK Backend: support String by Steven Moreland · 6 years ago
- 2bea13b NDK Backend: send/receive interfaces by Steven Moreland · 6 years ago
- aada342 NDK Backend: methods by Steven Moreland · 6 years ago
- 0cf3f08 NDK Backend: Create AIBinder_Class by Steven Moreland · 6 years ago
- b0057e7 NDK Backend: Files and empty classes. by Steven Moreland · 6 years ago