1. a2ada0c prevent inheritance of writeToParcel, readFromParcel by Jeongik Cha · 6 years ago
  2. 47fb0d6 Don't explicitly initialize the non-final field sDefaultImpl by Jiyong Park · 6 years ago
  3. c10ed46 NDK Backend: nullable primitive arrays by Steven Moreland · 6 years ago
  4. 18ed978 NDK Backend: support nullable String([]) by Steven Moreland · 6 years ago
  5. 63492e6 NDK Backend: use c++17 by Steven Moreland · 6 years ago
  6. 055d879 NDK Backend: support nullable types. by Steven Moreland · 6 years ago
  7. d53fdbe Fix: not buildable with pre-23 SDK when with ParcelFileDescriptor by Jiyong Park · 6 years ago
  8. 3717958 register_type returns error when it fails by Jeongik Cha · 6 years ago
  9. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  10. 0fcb766 NDK Backend: read/write string array by Steven Moreland · 6 years ago
  11. 8533bd0 Don't use default arguments on virtual or override methods by Jiyong Park · 6 years ago
  12. b064cbb fix broken aidl_unittests by Jiyong Park · 6 years ago
  13. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  14. ce50e26 Automatic logging of interface method calls by Jiyong Park · 6 years ago
  15. db0f59e clean up aidl validation logic by Jeongik Cha · 6 years ago
  16. a23b576 NDK Backend: read/write ParcelFileDescriptor by Steven Moreland · 6 years ago
  17. e51a5ea Revert "Make AIDL Validation logic independent from language" by Jeongik Cha · 6 years ago
  18. 17f7fd4 Make AIDL Validation logic independent from language by Jeongik Cha · 6 years ago
  19. 3167bed Fix defaulted-function-deleted warning by Yi Kong · 6 years ago
  20. 7e0ebbb NDK Backend: vector templates -> overloading by Steven Moreland · 6 years ago
  21. 6950903 Merge pie-platform-release to aosp-master - DO NOT MERGE by Bill Yi · 6 years ago
  22. a63702f Merge pi-dr1-dev to aosp-master by Bill Yi · 6 years ago
  23. 1cb099e NDK Backend: complete checks for types by Steven Moreland · 6 years ago
  24. 85cb72d NDK Backend: read/write primitive arrays am: eb38ee70d8 by Steven Moreland · 6 years ago
  25. eb38ee7 NDK Backend: read/write primitive arrays by Steven Moreland · 6 years ago
  26. 550546a NDK Backend: simplify type conversion logic am: 67caf42984 by Steven Moreland · 6 years ago
  27. 766e318 NDK Backend: read/write result first. am: 7c78d5def5 by Steven Moreland · 6 years ago
  28. 67caf42 NDK Backend: simplify type conversion logic by Steven Moreland · 6 years ago
  29. 7c78d5d NDK Backend: read/write result first. by Steven Moreland · 6 years ago
  30. 5197790 The three binder backends are enabled independently am: de141b0ca9 by Jiyong Park · 6 years ago
  31. de141b0 The three binder backends are enabled independently by Jiyong Park · 6 years ago
  32. 575660c NDK Backend: different header locations am: 7c93337add by Steven Moreland · 6 years ago
  33. 7c93337 NDK Backend: different header locations by Steven Moreland · 6 years ago
  34. dc18285 Throw earlier error for duplicate argument names. am: b3cd3c7e3a by Steven Moreland · 6 years ago
  35. b3cd3c7 Throw earlier error for duplicate argument names. by Steven Moreland · 6 years ago
  36. 383d0c0 --structured: test for no unstructured parcelables am: 1eac5fa876 by Steven Moreland · 6 years ago
  37. 1eac5fa --structured: test for no unstructured parcelables by Steven Moreland · 6 years ago
  38. 25df86a NDK Backend: use ref for BpTest::associate. am: 1c4b4057a1 by Steven Moreland · 6 years ago
  39. 1c4b405 NDK Backend: use ref for BpTest::associate. by Steven Moreland · 6 years ago
  40. e34479c Remove @utf8 support am: 8807af4b74 by Jiyong Park · 6 years ago
  41. 6533ace ParcelFileDescriptor is now a built-in type of AIDL am: e05195eb11 by Jiyong Park · 6 years ago
  42. 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
  43. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  44. 8117ee1 AIDL: Add CtsNdkBinderTestCases to presubmit am: 0944c2bb3c by Andreas Gampe · 6 years ago
  45. 0944c2b AIDL: Add CtsNdkBinderTestCases to presubmit by Andreas Gampe · 6 years ago
  46. 2088ffd Fix a walk-through warning am: 35b7bb6c45 by Wei Wang · 6 years ago
  47. 35b7bb6 Fix a walk-through warning by Wei Wang · 6 years ago
  48. ab0ef8c NDK Backend: rename things according to convention am: 63404536ce by Steven Moreland · 6 years ago
  49. 6340453 NDK Backend: rename things according to convention by Steven Moreland · 6 years ago
  50. 0ccf333 AIDL: Add TEST_MAPPING am: 76a6a46c45 by Andreas Gampe · 6 years ago
  51. 76a6a46 AIDL: Add TEST_MAPPING by Andreas Gampe · 6 years ago
  52. d8363b2 Allow no package for CPP/NDK backends. am: f3da08934b by Steven Moreland · 6 years ago
  53. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  54. 3f17a6c aidl_interface: allow globbed sources am: c2ac35cd22 by Steven Moreland · 6 years ago
  55. c2ac35c aidl_interface: allow globbed sources by Steven Moreland · 6 years ago
  56. 93aac9b NDK Backend: parcelables am: bb8f46c71f by Steven Moreland · 6 years ago
  57. fd5f7ae NDK Backend: constant declarations am: ac8fe7f3c1 by Steven Moreland · 6 years ago
  58. 7d06f16 NDK Backend: support String am: 3113582cee by Steven Moreland · 6 years ago
  59. 82a3bde NDK Backend: send/receive interfaces am: 2bea13b1ab by Steven Moreland · 6 years ago
  60. 033f3f6 NDK Backend: methods am: aada342ad9 by Steven Moreland · 6 years ago
  61. 8c9531e NDK Backend: Convert AIDL types -> C++ NDK types. am: e8a3a19c9c by Steven Moreland · 6 years ago
  62. 8ea6123 NDK Backend: Create AIBinder_Class am: 0cf3f0880a by Steven Moreland · 6 years ago
  63. db2256b Move 'BuildVarName' to common code. am: 3b1325f27e by Steven Moreland · 6 years ago
  64. 108e8af NDK Backend: Files and empty classes. am: b0057e7506 by Steven Moreland · 6 years ago
  65. 6f31ddc Add 'name-ndk' output lib linking against NDK. am: c26d814065 by Steven Moreland · 6 years ago
  66. bb8f46c NDK Backend: parcelables by Steven Moreland · 6 years ago
  67. ac8fe7f NDK Backend: constant declarations by Steven Moreland · 6 years ago
  68. 3113582 NDK Backend: support String by Steven Moreland · 6 years ago
  69. 2bea13b NDK Backend: send/receive interfaces by Steven Moreland · 6 years ago
  70. aada342 NDK Backend: methods by Steven Moreland · 6 years ago
  71. e8a3a19 NDK Backend: Convert AIDL types -> C++ NDK types. by Steven Moreland · 6 years ago
  72. 0cf3f08 NDK Backend: Create AIBinder_Class by Steven Moreland · 6 years ago
  73. 3b1325f Move 'BuildVarName' to common code. by Steven Moreland · 6 years ago
  74. b0057e7 NDK Backend: Files and empty classes. by Steven Moreland · 6 years ago
  75. c26d814 Add 'name-ndk' output lib linking against NDK. by Steven Moreland · 6 years ago
  76. 4df164b Revert "The java lib for aidl_interface is built with Java 1.8" am: 0bdc7cd9be by Jiyong Park · 6 years ago
  77. 0bdc7cd Revert "The java lib for aidl_interface is built with Java 1.8" by Jiyong Park · 6 years ago
  78. 7df59cf Add noexcept to move constructors and assignment operators. am: f5cbb6880b by Chih-Hung Hsieh · 6 years ago
  79. f5cbb68 Add noexcept to move constructors and assignment operators. by Chih-Hung Hsieh · 6 years ago
  80. f1c7273 The java lib for aidl_interface is built with Java 1.8 am: 561f83159a by Jiyong Park · 6 years ago
  81. 561f831 The java lib for aidl_interface is built with Java 1.8 by Jiyong Park · 6 years ago
  82. 7120e93 Fix circular dependency when aidl_interface is used by framework.jar by Jiyong Park · 6 years ago
  83. 9435341 Fix circular dependency when aidl_interface is used by framework.jar by Jiyong Park · 6 years ago
  84. d8e8a84 Add versions property to aidl_interface am: fce159b652 by Jiyong Park · 6 years ago
  85. fce159b Add versions property to aidl_interface by Jiyong Park · 6 years ago
  86. 0326d1b API Dump: support empty package. am: ec0531da68 by Steven Moreland · 6 years ago
  87. ec0531d API Dump: support empty package. by Steven Moreland · 6 years ago
  88. 49c37a5 Remove warning for unused package_decl. am: 632c2c1017 by Steven Moreland · 6 years ago
  89. f3f6f97 Clarify unqualitifed comment in AIDL test iface. am: 8dee14dab4 by Steven Moreland · 6 years ago
  90. 632c2c1 Remove warning for unused package_decl. by Steven Moreland · 6 years ago
  91. 8dee14d Clarify unqualitifed comment in AIDL test iface. by Steven Moreland · 6 years ago
  92. 4ce88f3 Unstructured parcelables: behavior for many files. am: e2c64b4722 by Steven Moreland · 6 years ago
  93. e2c64b4 Unstructured parcelables: behavior for many files. by Steven Moreland · 6 years ago
  94. abcde6a Make a parcelable implement Parcelable am: b77f7a55d9 by Jiyong Park · 6 years ago
  95. b77f7a5 Make a parcelable implement Parcelable by Jiyong Park · 6 years ago
  96. f47d25d API dump for an AIDL interface consists of multiple AIDL files am: e59c368159 by Jiyong Park · 6 years ago
  97. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  98. 94bf8b7 Allow Stable AIDL to have manually assigned IDs am: ed65bf4ff0 by Jiyong Park · 6 years ago
  99. ed65bf4 Allow Stable AIDL to have manually assigned IDs by Jiyong Park · 6 years ago
  100. 1bbaa07 Reject ambiguous imports am: 8c38053bd4 by Jiyong Park · 6 years ago