1. f1470e2 Fix getInterfaceVersion() inconsistency bug between backends by Jeongik Cha · 5 years ago
  2. 37e2ad5 Log supporting for binder ndk by Jeongik Cha · 5 years ago
  3. 21dc8a5 Change UnsupportedAppUsage annotation's namespace by Andrei Onea · 5 years ago
  4. e0b2803 Hide getDefaultTransactionName and getTransactionName by Jiyong Park · 5 years ago
  5. 22d4cfc Implement getInterfaceVersion for C++ by Jiyong Park · 5 years ago
  6. de13891 Modernise code to use override specifier by Yi Kong · 5 years ago
  7. 6e43532 Rename LoggableInterface to ILoggableInterface by Steven Moreland · 5 years ago
  8. 54fa1e0 Don't printout absolute path to the original source by Jiyong Park · 5 years ago
  9. 4da74eb Don't construct ServiceManager. by Martijn Coenen · 5 years ago
  10. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  11. f04d102 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 6 years ago
  12. 698e6af add '@SystemApi' in aidl by Jeongik Cha · 6 years ago
  13. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  14. b5d962f support all capital method name in c++ by Jeongik Cha · 6 years ago
  15. 47fb0d6 Don't explicitly initialize the non-final field sDefaultImpl by Jiyong Park · 6 years ago
  16. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  17. 8533bd0 Don't use default arguments on virtual or override methods by Jiyong Park · 6 years ago
  18. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  19. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  20. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  21. 8dee14d Clarify unqualitifed comment in AIDL test iface. by Steven Moreland · 6 years ago
  22. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  23. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  24. 1c4ba20 Double/float literals in AIDL by Steven Moreland · 6 years ago
  25. 0546373 --header_out directory is automatically created if not exist by Jiyong Park · 6 years ago
  26. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  27. 2a05bd4 Fix EndToEndTest.StringConstantsInJava_WithVersion by Jiyong Park · 6 years ago
  28. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  29. a2f9ca3 getInterfaceVersion() return -1 when remote is not implementing it by Jiyong Park · 6 years ago
  30. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  31. 83d7cd3 Add static method to resolve transaction codes. by Olivier Gaillard · 6 years ago
  32. 6f77e0c unittests are no longer friend of Options by Jiyong Park · 6 years ago
  33. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  34. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  35. 75e1a74 Add support for default impl by Jiyong Park · 6 years ago
  36. b78e15b More cleanup in CodeWriter by Jiyong Park · 6 years ago
  37. 1c41e97 Error on unused parameters. by Steven Moreland · 6 years ago
  38. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  39. 1140140 Add a getTransactionName method to the generated Java stub class. by Olivier Gaillard · 6 years ago
  40. a755dc7 Output is indented by Jiyong Park · 6 years ago
  41. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  42. e9c816e AIDL: Add outline filtering by Andreas Gampe · 6 years ago
  43. 74c8d41 AIDL: Fix tests by Andreas Gampe · 6 years ago
  44. d2bcf2f Support nullable String arrays by Casey Dahlin · 7 years ago
  45. cd8c135 aidl-cpp: Add support for type Map by Robert Quattlebaum · 8 years ago
  46. cce25d3 Add a simple all in one testing script by Christopher Wiley · 8 years ago
  47. f05cc26 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  48. 3b2203d aidl-cpp: Add support for hex values in const int by Roshan Pius · 8 years ago
  49. 513fec6 Test that @nullable Interface passing works as expected by Christopher Wiley · 8 years ago
  50. af6450f Refresh test infrastructure by Christopher Wiley · 8 years ago
  51. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  52. d6bdd8d Parse AIDL string constants by Christopher Wiley · 8 years ago
  53. 7cb9c25 Hold file descriptors in unique_fd by Christopher Wiley · 8 years ago
  54. e4fecc7 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 8 years ago
  55. 0b136a5 Revert "Hold file descriptors in unique_fd" by Christopher Wiley · 8 years ago
  56. 066b547 Hold file descriptors in unique_fd by Christopher Wiley · 8 years ago
  57. 584f5d7 Fix shift that is out of range. by Ian Rogers · 8 years ago
  58. 1e8554a Test that Java client reaction to unexpected null Binders by Christopher Wiley · 8 years ago
  59. 6bde2e9 Refactor Java test components into separate files by Christopher Wiley · 8 years ago
  60. 33375d7 Test that native services reject null binders by Christopher Wiley · 8 years ago
  61. 11a9d79 Fix compiler warnings in generated C++ by Christopher Wiley · 8 years ago
  62. e9e73f1 Use vector<uint8_t> for byte[] by Casey Dahlin · 8 years ago
  63. fd7dc03 Declare interface constants as enum in C++ by Christopher Wiley · 8 years ago
  64. 99d699b Add integration test for @utf8InCpp List<String> by Christopher Wiley · 8 years ago
  65. dca2ecf Add integration test support for @utf8InCpp by Christopher Wiley · 9 years ago
  66. c795833 Pull out helpers for testing primitives by Christopher Wiley · 8 years ago
  67. b7e0117 Add support for C++ @utf8InCpp strings by Christopher Wiley · 9 years ago
  68. e9351cc aidl-cpp: Reject parcelable import without C++ header by Christopher Wiley · 9 years ago
  69. 3a9911c Write C++ and Java specific dependency files by Christopher Wiley · 9 years ago
  70. fc46546 Move aidl_test_service Run function out of service class by Casey Dahlin · 9 years ago
  71. c13bf96 aidl_test_service: binder service creation and registration fixups by Todd Poynor · 9 years ago
  72. 661c808 aidl: Support constants with +/- signs by Eino-Ville Talvala · 9 years ago
  73. 88c3200 aidl: tests: add PersistableBundle integration tests by Samuel Tan · 9 years ago
  74. cd63921 Rename 'from' token to 'cpp_header' by Casey Dahlin · 9 years ago
  75. 57dbe24 Add support for @nullable annotation by Casey Dahlin · 9 years ago
  76. 7621d4d Integration test for application specific exceptions by Christopher Wiley · 9 years ago
  77. 546d27d aidl: tests: split up aidl_test_client.cpp by Samuel Tan · 9 years ago
  78. 1095712 Always set generated status_t to safe default value by Christopher Wiley · 9 years ago
  79. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  80. 77e6241 Add integration test for file descriptors in java by Casey Dahlin · 9 years ago
  81. a94c959 aidl: tests: remove trailing '[' from namespace comment by Samuel Tan · 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. a4ba4b6 Add support for file descriptors by Casey Dahlin · 9 years ago
  85. 95d44b0 Integration test for parcelables by Christopher Wiley · 9 years ago
  86. 996775a Add SimpleParcelable in C++ and Java by Christopher Wiley · 9 years ago
  87. e2990d6 Test that native services reject null strings by Christopher Wiley · 9 years ago
  88. 433c8bb Implement error handling for C++ services by Christopher Wiley · 9 years ago
  89. 82572c5 Enable forgotten Java integration test by Christopher Wiley · 9 years ago
  90. c5442de Remove aidl_unittest dependency on libchrome by Christopher Wiley · 9 years ago
  91. 9d6e0b2 Remove generated code on IO errors by Christopher Wiley · 9 years ago
  92. 864bc09 Correct ! placement in C++ conditionals by Christopher Wiley · 9 years ago
  93. 2e71c85 Don't invert argument to --test-filter on integration tests by Casey Dahlin · 9 years ago
  94. 19059cb Generate a dependency file for C++ output by Christopher Wiley · 9 years ago
  95. 7ecd69f Support List<IBinder> type by Casey Dahlin · 9 years ago
  96. ef14093 Allow mocking of preprocessed file read by Christopher Wiley · 9 years ago
  97. 6026393 Enable integration test for byte arrays by Christopher Wiley · 9 years ago
  98. 56c9bf3 Add support for List<String> by Christopher Wiley · 9 years ago
  99. 389781f Add support for passing binders in C++ by Casey Dahlin · 9 years ago
  100. 47964b0 Remove erroneous override modifier in aidl_test_service.cpp by Christopher Wiley · 9 years ago