1. 6cadc21 remove dependency with ast_java and JavaTypeNamespace: Method by Jeongik Cha · 5 years ago
  2. 8f553e7 Change type of variable 'cacheable' bool to optional by Jeongik Cha · 5 years ago
  3. aabc144 remove dependency with ast_java and JavaTypeNamespace: Class by Jeongik Cha · 5 years ago
  4. baab7f4 No NDK library w/ vendor variant. by Steven Moreland · 5 years ago
  5. dc77c1b remove dependency with ast_java and JavaTypeNamespace: Variable by Jeongik Cha · 5 years ago
  6. de157cc Remove unused component of ast_java by Jeongik Cha · 5 years ago
  7. c997292 Remove GenerateClientMetaMethodDefinition by Jeongik Cha · 5 years ago
  8. 4da74eb Don't construct ServiceManager. by Martijn Coenen · 5 years ago
  9. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  10. 4cb2e6d NDK Backend: fix fromBinder whitespace by Steven Moreland · 6 years ago
  11. 3c316ed Split readFromParcel into fromBinder. by Steven Moreland · 6 years ago
  12. cfc85f4 Add platform variant of ndk aidl_interface lib. by Steven Moreland · 6 years ago
  13. 4637512 Log AIDL transaction for binder native by Jeongik Cha · 6 years ago
  14. 1ef3c36 aidl_interface: check frozen APIs against ToT by Steven Moreland · 6 years ago
  15. 3c126b5 Remove unused using decls. by Chih-Hung Hsieh · 6 years ago
  16. 8c70ba9 Cleanup wording for interface oneway. by Steven Moreland · 6 years ago
  17. b86abdd *-freeze-api does all necessary setup. by Steven Moreland · 6 years ago
  18. 4ee6863 checkapi for method onewayness by Steven Moreland · 6 years ago
  19. a24ddf7 Uncomment code waiting on PFD. by Steven Moreland · 6 years ago
  20. 227c76b Remove default C++17 from aidl_interface. by Steven Moreland · 6 years ago
  21. acd5347 Java: consistent oneway behavior by Steven Moreland · 6 years ago
  22. 92b3a85 aidl generated libraries: wextra, wall by Steven Moreland · 6 years ago
  23. 5ecec6b NDK Backend: parcelable array types by Steven Moreland · 6 years ago
  24. f04d102 Fix cert-dcl16-c clang-tidy warnings. by Chih-Hung Hsieh · 6 years ago
  25. 1e45eef Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  26. 372a8c8 add newline in describeContent() by Jeongik Cha · 6 years ago
  27. a755c2a add unittest for java paracelable by Jeongik Cha · 6 years ago
  28. 698e6af add '@SystemApi' in aidl by Jeongik Cha · 6 years ago
  29. 8efe21a Fix a potential memory leak by George Burgess IV · 6 years ago
  30. 3271ffa write annotations when dumping structured parcelable by Jeongik Cha · 6 years ago
  31. 95eba57 support stable parcelable version by Jeongik Cha · 6 years ago
  32. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  33. 640981b Return type of getInterfaceVersion() is resolved. by Jiyong Park · 6 years ago
  34. 1b88cce Add newline inbetween writeToParcel and readFromParcel by Jiyong Park · 6 years ago
  35. b5d962f support all capital method name in c++ by Jeongik Cha · 6 years ago
  36. 962c60d NDK Backend: nullable fds by Steven Moreland · 6 years ago
  37. e1048a3 NDK Backend: use wrappers for SpAIBinder parcel'n by Steven Moreland · 6 years ago
  38. a2ada0c prevent inheritance of writeToParcel, readFromParcel by Jeongik Cha · 6 years ago
  39. 47fb0d6 Don't explicitly initialize the non-final field sDefaultImpl by Jiyong Park · 6 years ago
  40. c10ed46 NDK Backend: nullable primitive arrays by Steven Moreland · 6 years ago
  41. 18ed978 NDK Backend: support nullable String([]) by Steven Moreland · 6 years ago
  42. 63492e6 NDK Backend: use c++17 by Steven Moreland · 6 years ago
  43. 055d879 NDK Backend: support nullable types. by Steven Moreland · 6 years ago
  44. d53fdbe Fix: not buildable with pre-23 SDK when with ParcelFileDescriptor by Jiyong Park · 6 years ago
  45. 3717958 register_type returns error when it fails by Jeongik Cha · 6 years ago
  46. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  47. 0fcb766 NDK Backend: read/write string array by Steven Moreland · 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. db0f59e clean up aidl validation logic by Jeongik Cha · 6 years ago
  53. a23b576 NDK Backend: read/write ParcelFileDescriptor by Steven Moreland · 6 years ago
  54. e51a5ea Revert "Make AIDL Validation logic independent from language" by Jeongik Cha · 6 years ago
  55. 17f7fd4 Make AIDL Validation logic independent from language by Jeongik Cha · 6 years ago
  56. 3167bed Fix defaulted-function-deleted warning by Yi Kong · 6 years ago
  57. 7e0ebbb NDK Backend: vector templates -> overloading by Steven Moreland · 6 years ago
  58. 6950903 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  59. a63702f Merge pi-dr1-dev to aosp-master by Bill Yi · 6 years ago
  60. 1cb099e NDK Backend: complete checks for types by Steven Moreland · 6 years ago
  61. 85cb72d NDK Backend: read/write primitive arrays am: eb38ee70d8 by Steven Moreland · 6 years ago
  62. eb38ee7 NDK Backend: read/write primitive arrays by Steven Moreland · 6 years ago
  63. 550546a NDK Backend: simplify type conversion logic am: 67caf42984 by Steven Moreland · 6 years ago
  64. 766e318 NDK Backend: read/write result first. am: 7c78d5def5 by Steven Moreland · 6 years ago
  65. 67caf42 NDK Backend: simplify type conversion logic by Steven Moreland · 6 years ago
  66. 7c78d5d NDK Backend: read/write result first. by Steven Moreland · 6 years ago
  67. 5197790 The three binder backends are enabled independently am: de141b0ca9 by Jiyong Park · 6 years ago
  68. de141b0 The three binder backends are enabled independently by Jiyong Park · 6 years ago
  69. 575660c NDK Backend: different header locations am: 7c93337add by Steven Moreland · 6 years ago
  70. 7c93337 NDK Backend: different header locations by Steven Moreland · 6 years ago
  71. dc18285 Throw earlier error for duplicate argument names. am: b3cd3c7e3a by Steven Moreland · 6 years ago
  72. b3cd3c7 Throw earlier error for duplicate argument names. by Steven Moreland · 6 years ago
  73. 383d0c0 --structured: test for no unstructured parcelables am: 1eac5fa876 by Steven Moreland · 6 years ago
  74. 1eac5fa --structured: test for no unstructured parcelables by Steven Moreland · 6 years ago
  75. 25df86a NDK Backend: use ref for BpTest::associate. am: 1c4b4057a1 by Steven Moreland · 6 years ago
  76. 1c4b405 NDK Backend: use ref for BpTest::associate. by Steven Moreland · 6 years ago
  77. e34479c Remove @utf8 support am: 8807af4b74 by Jiyong Park · 6 years ago
  78. 6533ace ParcelFileDescriptor is now a built-in type of AIDL am: e05195eb11 by Jiyong Park · 6 years ago
  79. 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
  80. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  81. 8117ee1 AIDL: Add CtsNdkBinderTestCases to presubmit am: 0944c2bb3c by Andreas Gampe · 6 years ago
  82. 0944c2b AIDL: Add CtsNdkBinderTestCases to presubmit by Andreas Gampe · 6 years ago
  83. 2088ffd Fix a walk-through warning am: 35b7bb6c45 by Wei Wang · 6 years ago
  84. 35b7bb6 Fix a walk-through warning by Wei Wang · 6 years ago
  85. ab0ef8c NDK Backend: rename things according to convention am: 63404536ce by Steven Moreland · 6 years ago
  86. 6340453 NDK Backend: rename things according to convention by Steven Moreland · 6 years ago
  87. 0ccf333 AIDL: Add TEST_MAPPING am: 76a6a46c45 by Andreas Gampe · 6 years ago
  88. 76a6a46 AIDL: Add TEST_MAPPING by Andreas Gampe · 6 years ago
  89. d8363b2 Allow no package for CPP/NDK backends. am: f3da08934b by Steven Moreland · 6 years ago
  90. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  91. 3f17a6c aidl_interface: allow globbed sources am: c2ac35cd22 by Steven Moreland · 6 years ago
  92. c2ac35c aidl_interface: allow globbed sources by Steven Moreland · 6 years ago
  93. 93aac9b NDK Backend: parcelables am: bb8f46c71f by Steven Moreland · 6 years ago
  94. fd5f7ae NDK Backend: constant declarations am: ac8fe7f3c1 by Steven Moreland · 6 years ago
  95. 7d06f16 NDK Backend: support String am: 3113582cee by Steven Moreland · 6 years ago
  96. 82a3bde NDK Backend: send/receive interfaces am: 2bea13b1ab by Steven Moreland · 6 years ago
  97. 033f3f6 NDK Backend: methods am: aada342ad9 by Steven Moreland · 6 years ago
  98. 8c9531e NDK Backend: Convert AIDL types -> C++ NDK types. am: e8a3a19c9c by Steven Moreland · 6 years ago
  99. 8ea6123 NDK Backend: Create AIBinder_Class am: 0cf3f0880a by Steven Moreland · 6 years ago
  100. db2256b Move 'BuildVarName' to common code. am: 3b1325f27e by Steven Moreland · 6 years ago