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. 22d4cfc Implement getInterfaceVersion for C++ by Jiyong Park · 5 years ago
  4. 2a2581e Change parameters in log data to array of pairs by Jeongik Cha · 5 years ago
  5. 5b7e532 Revert "Revert "Don't force prepend I to header file names"" by Jiyong Park · 5 years ago
  6. cc14a58 Revert "Don't force prepend I to header file names" by Neil Fuller · 5 years ago
  7. 7df2c34 Don't force prepend I to header file names by Jiyong Park · 5 years ago
  8. f8eadc1 Change type of duration in log as double by Jeongik Cha · 5 years ago
  9. b34800b Add binder result into log data by Jeongik Cha · 5 years ago
  10. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  11. 4637512 Log AIDL transaction for binder native by Jeongik Cha · 6 years ago
  12. acd5347 Java: consistent oneway behavior by Steven Moreland · 6 years ago
  13. 95eba57 support stable parcelable version by Jeongik Cha · 6 years ago
  14. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  15. b5d962f support all capital method name in c++ by Jeongik Cha · 6 years ago
  16. a2ada0c prevent inheritance of writeToParcel, readFromParcel by Jeongik Cha · 6 years ago
  17. 8533bd0 Don't use default arguments on virtual or override methods by Jiyong Park · 6 years ago
  18. b064cbb fix broken aidl_unittests by Jiyong Park · 6 years ago
  19. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  20. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  21. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  22. 3b1325f Move 'BuildVarName' to common code. by Steven Moreland · 6 years ago
  23. b0057e7 NDK Backend: Files and empty classes. by Steven Moreland · 6 years ago
  24. c209cab Remove invalid reference to options.OutputPath. by Steven Moreland · 6 years ago
  25. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  26. 0546373 --header_out directory is automatically created if not exist by Jiyong Park · 6 years ago
  27. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  28. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  29. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  30. fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
  31. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  32. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  33. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  34. 75e1a74 Add support for default impl by Jiyong Park · 6 years ago
  35. 81079f9 Add aidl_interface. by Steven Moreland · 6 years ago
  36. ce39c53 Fix parcelable outside of android package. by Steven Moreland · 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. 1cee9db Remove most ignored warnings. by Steven Moreland · 6 years ago
  40. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  41. 74b7bf1 Write expected length of out arrays to parcel by Christopher Wiley · 8 years ago
  42. f05cc26 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  43. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  44. d6bdd8d Parse AIDL string constants by Christopher Wiley · 8 years ago
  45. 11a9d79 Fix compiler warnings in generated C++ by Christopher Wiley · 8 years ago
  46. fd7dc03 Declare interface constants as enum in C++ by Christopher Wiley · 8 years ago
  47. 3a9911c Write C++ and Java specific dependency files by Christopher Wiley · 9 years ago
  48. 1095712 Always set generated status_t to safe default value by Christopher Wiley · 9 years ago
  49. a2f77c4 Make array types their own type object by Casey Dahlin · 9 years ago
  50. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  51. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  52. b8d9e88 Proper namespacing in generated C++ code by Casey Dahlin · 9 years ago
  53. 433c8bb Implement error handling for C++ services by Christopher Wiley · 9 years ago
  54. 9d6e0b2 Remove generated code on IO errors by Christopher Wiley · 9 years ago
  55. 8a65797 Add support for AIDL types with multiple C++ headers by Christopher Wiley · 9 years ago
  56. 389781f Add support for passing binders in C++ by Casey Dahlin · 9 years ago
  57. bb96782 Emit correct code to return arrays of primitives by Christopher Wiley · 9 years ago
  58. b8e49a4 Add PrimitiveType by Christopher Wiley · 9 years ago
  59. 1227d61 Emit correct code for oneway interfaces by Christopher Wiley · 9 years ago
  60. 1db0348 Not all generated code is for IPingResponder by Christopher Wiley · 9 years ago
  61. 8993cb5 Add interface enforcement logic to generated C++ by Christopher Wiley · 9 years ago
  62. 2aaeda8 Prefix responses with "no exception header" by Christopher Wiley · 9 years ago
  63. 0eb903e Add IfStatement C++ AST node by Christopher Wiley · 9 years ago
  64. 0dd08af Implement oneway interfaces by Casey Dahlin · 9 years ago
  65. b096661 Add support for array types by Casey Dahlin · 9 years ago
  66. b656a3b Generate C++ in namespaces based on package by Christopher Wiley · 9 years ago
  67. 054afbd Change C++ output to match make expectations by Christopher Wiley · 9 years ago
  68. ce776cf Add support for missing basic types to AIDL by Casey Dahlin · 9 years ago
  69. b23149d Mark client constructor as explicit by Christopher Wiley · 9 years ago
  70. 05f4f89 Make server source compileable by Christopher Wiley · 9 years ago
  71. fd51d60 Fix server header guard by Christopher Wiley · 9 years ago
  72. 3bb6bc1 Make interface header usable in generated code by Christopher Wiley · 9 years ago
  73. 98a544b Remove parse_helpers.cpp/h/unit tests by Casey Dahlin · 9 years ago
  74. 36570f4 Generate client source code by Christopher Wiley · 9 years ago
  75. f9688b0 Add C++ ConstructImpl AST Node by Christopher Wiley · 9 years ago
  76. ade4b45 Change existing argument lists to ArgList by Christopher Wiley · 9 years ago
  77. f094d58 Make BpInterface destructor virtual and default by Christopher Wiley · 9 years ago
  78. f59c499 Silence unused parameter warnings in generate_cpp.cpp by Christopher Wiley · 9 years ago
  79. ad33927 Generate server side .cpp file by Christopher Wiley · 9 years ago
  80. fb7da2e Put AidlInterface members behind methods by Casey Dahlin · 9 years ago
  81. 1ae2bc5 Convert document item structs to classes by Casey Dahlin · 9 years ago
  82. f7a421c Use parser to find array brackets by Casey Dahlin · 9 years ago
  83. f4a9311 Put data in AidlMethod behind getters and setters by Casey Dahlin · 9 years ago
  84. f2d23f7 Kill comments token in AidlMethod by Casey Dahlin · 9 years ago
  85. 5c69deb Replace method_type with AidlMethod by Casey Dahlin · 9 years ago
  86. 0ee3758 Replace type_type struct with AidlType class by Casey Dahlin · 9 years ago
  87. 1dd458d Generate IInterface.cpp file by Christopher Wiley · 9 years ago
  88. d127b50 Don't store AidlArgument name buffer_type by Casey Dahlin · 9 years ago
  89. c378c99 Stop storing the direction buffer by Casey Dahlin · 9 years ago
  90. 0c732db Generate Binder IInterface.h file by Christopher Wiley · 9 years ago
  91. a7a5c10 Add Enum C++ AST class by Christopher Wiley · 9 years ago
  92. e3550c6 Use C++ TypeNamespace when generating code by Christopher Wiley · 9 years ago
  93. dff80e5 Remove interface_item_type by Casey Dahlin · 9 years ago
  94. f944e79 Move C++ generation code into C++ namespace by Christopher Wiley · 9 years ago
  95. bc7a50a Turn arg_type into a class called AIDLArgument by Casey Dahlin · 9 years ago
  96. a834dd4 Generate client-side headers by Casey Dahlin · 9 years ago
  97. b7d0f7f Convert C++ AST to unique_ptr by Casey Dahlin · 9 years ago
  98. 082f1d1 Implement code generation for server header by Casey Dahlin · 9 years ago
  99. 9a8e1d9 Generate .cpp/.h files with aidl-cpp by Christopher Wiley · 9 years ago
  100. eb1acc1 Refactor compile_aidl flow to support compiling C++ by Christopher Wiley · 9 years ago