1. c70490a Error for cpp, ndk and rust on permission checks by Thiébaud Weksteen · 2 years, 3 months ago
  2. e12e281 Be kind rewind (for EX_NULL_POINTER). by Steven Moreland · 2 years, 4 months ago
  3. e76bcc2 Set default value for fixed-size array fields by Jooyung Han · 2 years, 4 months ago
  4. 3fbc16e sized writes is size >= 4 by Steven Moreland · 2 years, 5 months ago
  5. 6636523 Fix CPP/NDK readFromParcel by Jooyung Han · 2 years, 5 months ago
  6. 6edc7ec CPP: added enforceNoDataAvail() by Jooyung Han · 2 years, 5 months ago
  7. 0784217 Support fixed-size arrays in the CPP backend by Jooyung Han · 2 years, 6 months ago
  8. e2dbb89 Merge "Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918" into stage-aosp-master by Xin Li · 2 years, 7 months ago
  9. 97be584 Add @FixedSize union by Jooyung Han · 2 years, 7 months ago
  10. 87c92e7 CPP: Move comparison operators down by Jooyung Han · 2 years, 7 months ago
  11. c831f4a Merge sc-qpr1-dev-plus-aosp-without-vendor@7810918 by Xin Li · 2 years, 7 months ago
  12. 981fc59 fix `byte[]` with negative values (C++/NDK) by Jooyung Han · 2 years, 7 months ago
  13. a2cade6 fix [readability-named-parameter] in C++ by Jooyung Han · 2 years, 7 months ago
  14. cc734c5 Prepare CPP backend for nested interface by Jooyung Han · 2 years, 7 months ago
  15. dde2e83 remove ast_cpp by Jooyung Han · 2 years, 7 months ago
  16. 2b63d78 Revert "Revert "Create a generated delegator class"" by Devin Moore · 2 years, 8 months ago
  17. 275fca8 Revert "Create a generated delegator class" by Chi Zhang · 2 years, 8 months ago
  18. 4e91802 Create a generated delegator class by Devin Moore · 2 years, 9 months ago
  19. 8e9ae87 C++/NDK backends reorder nested type decls. by Jooyung Han · 2 years, 8 months ago
  20. 58f70b1 Remove ast_cpp's Enum type am: 1119d81c5e am: e000433bba by Jooyung Han · 2 years, 8 months ago
  21. f498465 Refactor: share enum codegen between C++/NDK am: 74dceb299f am: 8e291f3936 by Jooyung Han · 2 years, 8 months ago
  22. 22af2d6 Remove resolved TODO am: e10a06ba6f am: 7dc8407f1d by Jooyung Han · 2 years, 8 months ago
  23. 1119d81 Remove ast_cpp's Enum type by Jooyung Han · 2 years, 8 months ago
  24. 74dceb2 Refactor: share enum codegen between C++/NDK by Jooyung Han · 2 years, 8 months ago
  25. e10a06b Remove resolved TODO by Jooyung Han · 2 years, 8 months ago
  26. 8ceece3 remove RemovePath am: e422fce1ed am: 24f635a170 by Steven Moreland · 2 years, 8 months ago
  27. e422fce remove RemovePath by Steven Moreland · 2 years, 8 months ago
  28. 8dd9ad1 nested types: Add C++ backend support am: ad834a3d46 am: e369c541eb by Jooyung Han · 2 years, 8 months ago
  29. 94d152f C++: migrate to use printer instead of AST am: 79e5098e84 am: fab575cb14 by Jooyung Han · 2 years, 8 months ago
  30. 9c76bd4 Remove unused functions in generate_cpp am: c0f59a4cf5 am: 7c7b48bc27 by Jooyung Han · 2 years, 8 months ago
  31. ad834a3 nested types: Add C++ backend support by Jooyung Han · 2 years, 8 months ago
  32. 79e5098 C++: migrate to use printer instead of AST by Jooyung Han · 2 years, 8 months ago
  33. c0f59a4 Remove unused functions in generate_cpp by Jooyung Han · 2 years, 8 months ago
  34. bb4fb85 C++: use printer to generate more headers am: 8e12a0cfe6 am: 120889b513 by Jooyung Han · 2 years, 8 months ago
  35. 0937da8 resolve merge conflicts of 8f9de735cc768434fe35e683d8140ccc6c70a088 to sc-dev-plus-aosp by Jeongik Cha · 2 years, 8 months ago
  36. 8e12a0c C++: use printer to generate more headers by Jooyung Han · 2 years, 8 months ago
  37. f0aaee7 C++: use printer to generate headers by Jooyung Han · 2 years, 8 months ago
  38. ca84b03 nested types: GenerateHeaderIncludes() by Jooyung Han · 2 years, 8 months ago
  39. 5f48bf7 nested types: restructure GenerateCpp() by Jooyung Han · 2 years, 8 months ago
  40. 8f9de73 An enum is initialized as zero if it doesn't have default value by Jeongik Cha · 2 years, 8 months ago
  41. a7dadbe toString uses nodiscard by Steven Moreland · 3 years, 1 month ago
  42. 31aa264 avoid "override" with "final" by Steven Moreland · 3 years, 1 month ago
  43. 3d46cc7 Remove dangling semicolons in cpp outputs by Jooyung Han · 3 years, 1 month ago
  44. 9e85bce Fix readFromParcel in every backend by Jooyung Han · 3 years, 1 month ago
  45. 9f4c382 aidl-cpp ensures that output file is at <out_dir>/<package>/<name>.cpp by Jiyong Park · 3 years, 2 months ago
  46. a06458f Strong sp semantics - BpRefBase::remoteStrong by Steven Moreland · 3 years, 2 months ago
  47. 7a935a8 Set parcel attached binder. by Steven Moreland · 3 years, 6 months ago
  48. 90a0bf7 extract toString to separate header lib by Jooyung Han · 3 years, 4 months ago
  49. 9cc3a2c getParcelableDescriptor is String16 by Steven Moreland · 3 years, 5 months ago
  50. 720253d Emit "deprecated" by Jooyung Han · 3 years, 5 months ago
  51. b43a61c refactor: remove ParcelableTrait by Jooyung Han · 3 years, 6 months ago
  52. 829ec7c refactor: move members into AidlDefinedType by Jooyung Han · 3 years, 6 months ago
  53. 3f347ca support const in parcelable/union by Jooyung Han · 3 years, 6 months ago
  54. 717fc69 interface class provides TRANSACTION_<methodname> consts by Jiyong Park · 3 years, 6 months ago
  55. 965e31d switch ToString/Signature for TypeSpecifier by Jooyung Han · 3 years, 6 months ago
  56. df39e19 union: __assert2() when a tag mismatches by Jooyung Han · 3 years, 6 months ago
  57. 81003c3 gen_log: pass a struct to a logging callback by Jooyung Han · 3 years, 7 months ago
  58. a7764e5 support @SensitiveData -> FLAG_CLEAR_BUF by Steven Moreland · 3 years, 7 months ago
  59. e689da2 aidl: support byte/long constants by Steven Moreland · 3 years, 7 months ago
  60. b8e01b9 gen_log: prints parcelable/union/enum types by Jooyung Han · 3 years, 7 months ago
  61. 74b1dd4 toString() for parcelable/union types for C++/NDK by Jooyung Han · 3 years, 7 months ago
  62. 3df81ae move "generate union code" to aidl_to_cpp_common by Jooyung Han · 3 years, 8 months ago
  63. 97945de fix format for union output (C++/Java) by Jooyung Han · 3 years, 8 months ago
  64. fe89f12 union: default constructor inits with first member by Jooyung Han · 3 years, 8 months ago
  65. cafd2ac fix union read/write in C++ by Jooyung Han · 3 years, 8 months ago
  66. 14af79b union: C++ backend by Jooyung Han · 3 years, 8 months ago
  67. 4ae11e5 refactor: GenerateCppParcel by Jooyung Han · 3 years, 8 months ago
  68. 927a7de Remove FixedSize handling from cpp backend by Devin Moore · 3 years, 8 months ago
  69. 369fdc0 Add typedef for parcelables with @FixedSize by Devin Moore · 3 years, 9 months ago
  70. e06f729 Add getParcelableDescriptor() in the generated parcelable header in cpp by Jeongik Cha · 3 years, 9 months ago
  71. 225519b Support ParcelableHolder in C++ by Jeongik Cha · 3 years, 9 months ago
  72. e1eaa1a Allow INT64 type as constant value in generate functions by Devin Moore · 3 years, 9 months ago
  73. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 3 years, 9 months ago
  74. 53fc99c Support templated structured parcelables by Devin Moore · 3 years, 10 months ago
  75. 8b32998 Overflow check in readFromParcel by Jeongik Cha · 3 years, 9 months ago
  76. 2f2077a Add headers for the type parameters in all generic types by Devin Moore · 3 years, 9 months ago
  77. 27fd7fd Descriptor annotation is added by Jiyong Park · 3 years, 9 months ago
  78. 61dee6e Remove DeclareLocalVariable function by Devin Moore · 3 years, 9 months ago
  79. 969f11a Add maybe_unused for an empty parcelable by Jeongik Cha · 3 years, 10 months ago
  80. 7aaa9cb Use pragma once instead of include guards for generated AIDL headers by Devin Moore · 3 years, 10 months ago
  81. 4768c96 Update for Parcelable isStable->getStability by Steven Moreland · 3 years, 10 months ago
  82. f760087 Increase scope of AIDL traces for cpp and ndk backends by Devin Moore · 4 years, 1 month ago
  83. 92d33d0 Make parcelable class have vintf status. by Jeongik Cha · 4 years, 1 month ago
  84. a45a360 Add support for atrace in new build system by Devin Moore · 4 years, 2 months ago
  85. 193f521 Interface hash is transmitted as UTF16 always by Jiyong Park · 4 years, 3 months ago
  86. 6991d92 Remove redundant trailing space from arglist by Jooyung Han · 4 years, 4 months ago
  87. 7bee8e3 Move default impl class to header for C++ by Jooyung Han · 4 years, 4 months ago
  88. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 4 months ago
  89. 4f3e8c0 unique_fd is passed by value in AIDL interfaces by Jiyong Park · 4 years, 6 months ago
  90. 7a9aceb Revert submission by Jooyung Han · 4 years, 6 months ago
  91. 45ebdae Revert submission by Jooyung Han · 4 years, 6 months ago
  92. 362fcd9 Add enum_range<Enum> by Jooyung Han · 4 years, 6 months ago
  93. b3f4d62 Update the generate_cpp to new binder macro. by Ivan Lozano · 4 years, 6 months ago
  94. b8df37d Remove bad/unnecessary uses of 'Base'. by Steven Moreland · 4 years, 6 months ago
  95. 0c1bd36 Adds toString method for enums in C++. by Daniel Norman · 4 years, 7 months ago
  96. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  97. ee8674f Adds support for arrays of enums. by Daniel Norman · 4 years, 9 months ago
  98. 10f72b7 AIDL generates EQ, LT, GT, LTE, GTE, NE operator in C++ by Jeongik Cha · 4 years, 9 months ago
  99. ddec09d C++ enum w/o const& by Steven Moreland · 4 years, 8 months ago
  100. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 4 years, 10 months ago