1. a2dafff Add automatic default value for primitive type fields by Jooyung Han · 2 years, 2 months ago
  2. d4d6534 setDefaultImpl aborts on a second call by Jooyung Han · 4 years, 1 month ago
  3. bc91b1b Merge "Using equals instead '==' when checking mCachedHash" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  4. 0d96af3 Using equals instead '==' when checking mCachedHash by Jeongik Cha · 4 years, 1 month ago
  5. b094482 Interface hash is transmitted as UTF16 always by Jiyong Park · 4 years, 3 months ago
  6. 11afe44 Add unstable property to aidl_interface by Jiyong Park · 4 years, 2 months ago
  7. 4c82860 Implement LazyTestService and add AidlLazyRegistrarTest by Jon Spivack · 4 years, 3 months ago
  8. 00be5c7 Add @Hide support to *.aidl by Makoto Onuki · 4 years, 3 months ago
  9. cdd72a0 Revert "add '@SystemApi' in aidl" by Jiyong Park · 4 years, 3 months ago
  10. c76afc5 Revert^2 "Add aidl_lazy_test to general-tests" by Jon Spivack · 4 years, 4 months ago
  11. 6991d92 Remove redundant trailing space from arglist by Jooyung Han · 4 years, 4 months ago
  12. 7bee8e3 Move default impl class to header for C++ by Jooyung Han · 4 years, 4 months ago
  13. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 5 months ago
  14. 1af5423 Revert "Add aidl_lazy_test to general-tests" by Jon Spivack · 4 years, 5 months ago
  15. d1039a9 Fix-leak in AddImport. by Steven Moreland · 4 years, 5 months ago
  16. 11cb945 Error for @utf8InCpp on non-String. by Steven Moreland · 4 years, 5 months ago
  17. f193df6 Add aidl_lazy_test to general-tests by Jon Spivack · 4 years, 5 months ago
  18. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 5 months ago
  19. 31f395d aidl_parser_fuzzer: run on all backends. by Steven Moreland · 4 years, 5 months ago
  20. c8a4ca8 Nice error for FileDescriptor in the NDK. by Steven Moreland · 4 years, 5 months ago
  21. 04b07e1 Nicer error for NDK non-generic list. by Steven Moreland · 4 years, 5 months ago
  22. e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 4 years, 6 months ago
  23. 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 4 years, 6 months ago
  24. b75a451 Fail early when CharSequence is used in c++ or ndk by Jeongik Cha · 4 years, 5 months ago
  25. bb55b5e Forbid Map type in cpp and ndk earlier by Jeongik Cha · 4 years, 5 months ago
  26. 1a42034 Add a test dynamic service by Jon Spivack · 4 years, 5 months ago
  27. e48d994 Support a generic map in java by Jeongik Cha · 4 years, 5 months ago
  28. dc6253b Test dynamic services by Jon Spivack · 4 years, 6 months ago
  29. 17fad88 Add type_param leak to corpus for aidl_parser_fuzzer. by Mitch Phillips · 4 years, 6 months ago
  30. 4f3e8c0 unique_fd is passed by value in AIDL interfaces by Jiyong Park · 4 years, 7 months ago
  31. 7a9aceb Revert submission by Jooyung Han · 4 years, 6 months ago
  32. 45ebdae Revert submission by Jooyung Han · 4 years, 6 months ago
  33. 362fcd9 Add enum_range<Enum> by Jooyung Han · 4 years, 6 months ago
  34. b3f4d62 Update the generate_cpp to new binder macro. by Ivan Lozano · 4 years, 7 months ago
  35. adb7467 Include source position in generated annotations. by Mathew Inwood · 4 years, 6 months ago
  36. 066dcd9 aidl_parser_fuzzer: limit input size by Steven Moreland · 4 years, 6 months ago
  37. 1a0f22d Support List type in NDK by Jeongik Cha · 4 years, 7 months ago
  38. cc8dd1d Support ParcelFileDescriptor[] in ndk by Jeongik Cha · 4 years, 7 months ago
  39. 0c1bd36 Adds toString method for enums in C++. by Daniel Norman · 4 years, 7 months ago
  40. 45857d7 aidl: fuzzer for parser by Steven Moreland · 4 years, 8 months ago
  41. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 8 months ago
  42. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  43. ee8674f Adds support for arrays of enums. by Daniel Norman · 4 years, 9 months ago
  44. 10f72b7 AIDL generates EQ, LT, GT, LTE, GTE, NE operator in C++ by Jeongik Cha · 4 years, 9 months ago
  45. ddec09d C++ enum w/o const& by Steven Moreland · 4 years, 8 months ago
  46. a4e5b13 Add aidl tests for corner cases by Will McVicker · 4 years, 8 months ago
  47. 2e4112d Adds support for comments on enums and enumerators. by Daniel Norman · 4 years, 8 months ago
  48. 716d311 Adds Java support for Enums. by Daniel Norman · 4 years, 9 months ago
  49. 6b39de4 getInterfaceVersion() returns -1 on unversioned interface by Jiyong Park · 4 years, 10 months ago
  50. a57d0a6 Add stability options. by Steven Moreland · 4 years, 10 months ago
  51. 800508d Bn* class constructors in C++. by Steven Moreland · 4 years, 10 months ago
  52. 87bbbd8 Run tests w/o disabling verity. by Steven Moreland · 4 years, 10 months ago
  53. 208154e Fix runtests.sh by Steven Moreland · 4 years, 10 months ago
  54. 1a7ab64 Remove typenamespace in generate_cpp by Jeongik Cha · 4 years, 10 months ago
  55. f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 4 years, 10 months ago
  56. 660a41e Remove C++ Map type. by Steven Moreland · 5 years ago
  57. f1470e2 Fix getInterfaceVersion() inconsistency bug between backends by Jeongik Cha · 5 years ago
  58. 37e2ad5 Log supporting for binder ndk by Jeongik Cha · 5 years ago
  59. 21dc8a5 Change UnsupportedAppUsage annotation's namespace by Andrei Onea · 5 years ago
  60. e0b2803 Hide getDefaultTransactionName and getTransactionName by Jiyong Park · 5 years ago
  61. 22d4cfc Implement getInterfaceVersion for C++ by Jiyong Park · 5 years ago
  62. de13891 Modernise code to use override specifier by Yi Kong · 5 years ago
  63. 6e43532 Rename LoggableInterface to ILoggableInterface by Steven Moreland · 5 years ago
  64. 54fa1e0 Don't printout absolute path to the original source by Jiyong Park · 5 years ago
  65. 4da74eb Don't construct ServiceManager. by Martijn Coenen · 5 years ago
  66. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  67. f04d102 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 5 years ago
  68. 698e6af add '@SystemApi' in aidl by Jeongik Cha · 5 years ago
  69. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  70. b5d962f support all capital method name in c++ by Jeongik Cha · 6 years ago
  71. 47fb0d6 Don't explicitly initialize the non-final field sDefaultImpl by Jiyong Park · 6 years ago
  72. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  73. 8533bd0 Don't use default arguments on virtual or override methods by Jiyong Park · 6 years ago
  74. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  75. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  76. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  77. 8dee14d Clarify unqualitifed comment in AIDL test iface. by Steven Moreland · 6 years ago
  78. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  79. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  80. 1c4ba20 Double/float literals in AIDL by Steven Moreland · 6 years ago
  81. 0546373 --header_out directory is automatically created if not exist by Jiyong Park · 6 years ago
  82. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  83. 2a05bd4 Fix EndToEndTest.StringConstantsInJava_WithVersion by Jiyong Park · 6 years ago
  84. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  85. a2f9ca3 getInterfaceVersion() return -1 when remote is not implementing it by Jiyong Park · 6 years ago
  86. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  87. 83d7cd3 Add static method to resolve transaction codes. by Olivier Gaillard · 6 years ago
  88. 6f77e0c unittests are no longer friend of Options by Jiyong Park · 6 years ago
  89. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  90. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  91. 75e1a74 Add support for default impl by Jiyong Park · 6 years ago
  92. b78e15b More cleanup in CodeWriter by Jiyong Park · 6 years ago
  93. 1c41e97 Error on unused parameters. by Steven Moreland · 6 years ago
  94. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  95. 1140140 Add a getTransactionName method to the generated Java stub class. by Olivier Gaillard · 6 years ago
  96. a755dc7 Output is indented by Jiyong Park · 6 years ago
  97. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  98. e9c816e AIDL: Add outline filtering by Andreas Gampe · 6 years ago
  99. 74c8d41 AIDL: Fix tests by Andreas Gampe · 6 years ago
  100. d2bcf2f Support nullable String arrays by Casey Dahlin · 7 years ago