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