1. 53fc99c Support templated structured parcelables by Devin Moore · 4 years ago
  2. 8b32998 Overflow check in readFromParcel by Jeongik Cha · 4 years ago
  3. 2f2077a Add headers for the type parameters in all generic types by Devin Moore · 4 years ago
  4. 27fd7fd Descriptor annotation is added by Jiyong Park · 4 years ago
  5. 61dee6e Remove DeclareLocalVariable function by Devin Moore · 4 years ago
  6. 969f11a Add maybe_unused for an empty parcelable by Jeongik Cha · 4 years ago
  7. 7aaa9cb Use pragma once instead of include guards for generated AIDL headers by Devin Moore · 4 years ago
  8. 4768c96 Update for Parcelable isStable->getStability by Steven Moreland · 4 years ago
  9. f760087 Increase scope of AIDL traces for cpp and ndk backends by Devin Moore · 4 years, 3 months ago
  10. 92d33d0 Make parcelable class have vintf status. by Jeongik Cha · 4 years, 3 months ago
  11. a45a360 Add support for atrace in new build system by Devin Moore · 4 years, 3 months ago
  12. 193f521 Interface hash is transmitted as UTF16 always by Jiyong Park · 4 years, 5 months ago
  13. 6991d92 Remove redundant trailing space from arglist by Jooyung Han · 4 years, 6 months ago
  14. 7bee8e3 Move default impl class to header for C++ by Jooyung Han · 4 years, 6 months ago
  15. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 6 months ago
  16. 4f3e8c0 unique_fd is passed by value in AIDL interfaces by Jiyong Park · 4 years, 8 months ago
  17. 7a9aceb Revert submission by Jooyung Han · 4 years, 8 months ago
  18. 45ebdae Revert submission by Jooyung Han · 4 years, 8 months ago
  19. 362fcd9 Add enum_range<Enum> by Jooyung Han · 4 years, 8 months ago
  20. b3f4d62 Update the generate_cpp to new binder macro. by Ivan Lozano · 4 years, 8 months ago
  21. b8df37d Remove bad/unnecessary uses of 'Base'. by Steven Moreland · 4 years, 8 months ago
  22. 0c1bd36 Adds toString method for enums in C++. by Daniel Norman · 4 years, 9 months ago
  23. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 11 months ago
  24. ee8674f Adds support for arrays of enums. by Daniel Norman · 4 years, 10 months ago
  25. 10f72b7 AIDL generates EQ, LT, GT, LTE, GTE, NE operator in C++ by Jeongik Cha · 5 years ago
  26. ddec09d C++ enum w/o const& by Steven Moreland · 4 years, 10 months ago
  27. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 5 years ago
  28. a57d0a6 Add stability options. by Steven Moreland · 5 years ago
  29. 800508d Bn* class constructors in C++. by Steven Moreland · 5 years ago
  30. 1a7ab64 Remove typenamespace in generate_cpp by Jeongik Cha · 5 years ago
  31. c46b65e Match src paths with aidl package name by Dan Willemsen · 5 years ago
  32. f1470e2 Fix getInterfaceVersion() inconsistency bug between backends by Jeongik Cha · 5 years ago
  33. 37e2ad5 Log supporting for binder ndk by Jeongik Cha · 5 years ago
  34. 22d4cfc Implement getInterfaceVersion for C++ by Jiyong Park · 5 years ago
  35. 2a2581e Change parameters in log data to array of pairs by Jeongik Cha · 5 years ago
  36. 5b7e532 Revert "Revert "Don't force prepend I to header file names"" by Jiyong Park · 5 years ago
  37. cc14a58 Revert "Don't force prepend I to header file names" by Neil Fuller · 5 years ago
  38. 7df2c34 Don't force prepend I to header file names by Jiyong Park · 5 years ago
  39. f8eadc1 Change type of duration in log as double by Jeongik Cha · 5 years ago
  40. b34800b Add binder result into log data by Jeongik Cha · 5 years ago
  41. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  42. 4637512 Log AIDL transaction for binder native by Jeongik Cha · 6 years ago
  43. acd5347 Java: consistent oneway behavior by Steven Moreland · 6 years ago
  44. 95eba57 support stable parcelable version by Jeongik Cha · 6 years ago
  45. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  46. b5d962f support all capital method name in c++ by Jeongik Cha · 6 years ago
  47. a2ada0c prevent inheritance of writeToParcel, readFromParcel by Jeongik Cha · 6 years ago
  48. 8533bd0 Don't use default arguments on virtual or override methods by Jiyong Park · 6 years ago
  49. b064cbb fix broken aidl_unittests by Jiyong Park · 6 years ago
  50. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  51. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  52. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  53. 3b1325f Move 'BuildVarName' to common code. by Steven Moreland · 6 years ago
  54. b0057e7 NDK Backend: Files and empty classes. by Steven Moreland · 6 years ago
  55. c209cab Remove invalid reference to options.OutputPath. by Steven Moreland · 6 years ago
  56. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  57. 0546373 --header_out directory is automatically created if not exist by Jiyong Park · 6 years ago
  58. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  59. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  60. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  61. fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
  62. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  63. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  64. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  65. 75e1a74 Add support for default impl by Jiyong Park · 6 years ago
  66. 81079f9 Add aidl_interface. by Steven Moreland · 6 years ago
  67. ce39c53 Fix parcelable outside of android package. by Steven Moreland · 6 years ago
  68. 1c41e97 Error on unused parameters. by Steven Moreland · 6 years ago
  69. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  70. 1cee9db Remove most ignored warnings. by Steven Moreland · 6 years ago
  71. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  72. 74b7bf1 Write expected length of out arrays to parcel by Christopher Wiley · 8 years ago
  73. f05cc26 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  74. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  75. d6bdd8d Parse AIDL string constants by Christopher Wiley · 8 years ago
  76. 11a9d79 Fix compiler warnings in generated C++ by Christopher Wiley · 8 years ago
  77. fd7dc03 Declare interface constants as enum in C++ by Christopher Wiley · 8 years ago
  78. 3a9911c Write C++ and Java specific dependency files by Christopher Wiley · 9 years ago
  79. 1095712 Always set generated status_t to safe default value by Christopher Wiley · 9 years ago
  80. a2f77c4 Make array types their own type object by Casey Dahlin · 9 years ago
  81. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  82. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  83. b8d9e88 Proper namespacing in generated C++ code by Casey Dahlin · 9 years ago
  84. 433c8bb Implement error handling for C++ services by Christopher Wiley · 9 years ago
  85. 9d6e0b2 Remove generated code on IO errors by Christopher Wiley · 9 years ago
  86. 8a65797 Add support for AIDL types with multiple C++ headers by Christopher Wiley · 9 years ago
  87. 389781f Add support for passing binders in C++ by Casey Dahlin · 9 years ago
  88. bb96782 Emit correct code to return arrays of primitives by Christopher Wiley · 9 years ago
  89. b8e49a4 Add PrimitiveType by Christopher Wiley · 9 years ago
  90. 1227d61 Emit correct code for oneway interfaces by Christopher Wiley · 9 years ago
  91. 1db0348 Not all generated code is for IPingResponder by Christopher Wiley · 9 years ago
  92. 8993cb5 Add interface enforcement logic to generated C++ by Christopher Wiley · 9 years ago
  93. 2aaeda8 Prefix responses with "no exception header" by Christopher Wiley · 9 years ago
  94. 0eb903e Add IfStatement C++ AST node by Christopher Wiley · 9 years ago
  95. 0dd08af Implement oneway interfaces by Casey Dahlin · 9 years ago
  96. b096661 Add support for array types by Casey Dahlin · 9 years ago
  97. b656a3b Generate C++ in namespaces based on package by Christopher Wiley · 9 years ago
  98. 054afbd Change C++ output to match make expectations by Christopher Wiley · 9 years ago
  99. ce776cf Add support for missing basic types to AIDL by Casey Dahlin · 9 years ago
  100. b23149d Mark client constructor as explicit by Christopher Wiley · 9 years ago