1. 7eb988a Allow renaming of fields in parcelable by Chalard Jean · 4 years ago
  2. b5ff1a2 Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 3 months ago
  3. 00be5c7 Add @Hide support to *.aidl by Makoto Onuki · 4 years, 3 months ago
  4. cdd72a0 Revert "add '@SystemApi' in aidl" by Jiyong Park · 4 years, 3 months ago
  5. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 5 months ago
  6. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 5 months ago
  7. e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 4 years, 6 months ago
  8. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 5 months ago
  9. 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 4 years, 6 months ago
  10. e48d994 Support a generic map in java by Jeongik Cha · 4 years, 5 months ago
  11. 4958524 apicheck -> checkapi by Steven Moreland · 4 years, 6 months ago
  12. df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 4 years, 6 months ago
  13. adb7467 Include source position in generated annotations. by Mathew Inwood · 4 years, 6 months ago
  14. 08ca218 Supplement LanguageSpecificCheckValid, CheckValid by Jeongik Cha · 4 years, 7 months ago
  15. 633246c Don't import from other input files by Jiyong Park · 4 years, 7 months ago
  16. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 8 months ago
  17. 9ca5c7e No java output for parcelable declaration by Jiyong Park · 4 years, 8 months ago
  18. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  19. a4e5b13 Add aidl tests for corner cases by Will McVicker · 4 years, 8 months ago
  20. 48ae1a4 aidl_unittests dump stderr by Steven Moreland · 4 years, 8 months ago
  21. df20212 Don't emit output file name in dep file for parcelable delcaration by Jiyong Park · 4 years, 8 months ago
  22. 716d311 Adds Java support for Enums. by Daniel Norman · 4 years, 9 months ago
  23. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 4 years, 10 months ago
  24. da8c693 Allow multiple declarations of unstructured parcelables in a file by Jiyong Park · 4 years, 10 months ago
  25. 047c5ee Remove TypeNamespace by Jeongik Cha · 4 years, 10 months ago
  26. a57d0a6 Add stability options. by Steven Moreland · 4 years, 10 months ago
  27. 2a5b4d8 AddExpectedStderr for test convenience by Jeongik Cha · 4 years, 10 months ago
  28. 91fe871 Allow annotations on oneway methods. by Artur Satayev · 4 years, 10 months ago
  29. 0e42601 Disallow multiple types declared in the same file by Jeongik Cha · 4 years, 10 months ago
  30. d4e73c8 Handle ParcelFileDescriptor in structured parcelables by Jiyong Park · 4 years, 11 months ago
  31. 9c2988f Allow files ending in single line comment w/o \n by Steven Moreland · 5 years ago
  32. 07fa3e0 Add support for multiline strings in aidl by Andrei Onea · 5 years ago
  33. 9445fc6 Extend aidl parser annotation support by Andrei Onea · 5 years ago
  34. 660a41e Remove C++ Map type. by Steven Moreland · 5 years ago
  35. c681625 Allow duplicated import paths by Jiyong Park · 5 years ago
  36. a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
  37. 64783ed Forbid @JavaOnlyStableParcelable without Java. by Jeongik Cha · 5 years ago
  38. 56f73d7 fix: incorrect output path by Jiyong Park · 5 years ago
  39. 21dc8a5 Change UnsupportedAppUsage annotation's namespace by Andrei Onea · 5 years ago
  40. 3633b72 fix: can't assign method IDs when built with --version by Jiyong Park · 5 years ago
  41. 54fa1e0 Don't printout absolute path to the original source by Jiyong Park · 5 years ago
  42. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  43. 372a8c8 add newline in describeContent() by Jeongik Cha · 5 years ago
  44. a755c2a add unittest for java paracelable by Jeongik Cha · 5 years ago
  45. 3271ffa write annotations when dumping structured parcelable by Jeongik Cha · 6 years ago
  46. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  47. b3cd3c7 Throw earlier error for duplicate argument names. by Steven Moreland · 6 years ago
  48. 1eac5fa --structured: test for no unstructured parcelables by Steven Moreland · 6 years ago
  49. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  50. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  51. e2c64b4 Unstructured parcelables: behavior for many files. by Steven Moreland · 6 years ago
  52. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  53. ed65bf4 Allow Stable AIDL to have manually assigned IDs by Jiyong Park · 6 years ago
  54. 8c38053 Reject ambiguous imports by Jiyong Park · 6 years ago
  55. 3c35e39 Compile from API dump by Jiyong Park · 6 years ago
  56. a428d21 Constant value declarations are part of API dump by Jiyong Park · 6 years ago
  57. a468e2a API dump includes default values for parcelable fields by Jiyong Park · 6 years ago
  58. 860b194 Defaults for List in structured parcelables. by Steven Moreland · 6 years ago
  59. 2529432 Support all discrete primitives as defaults. by Steven Moreland · 6 years ago
  60. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  61. b03551f C++ source files are generated at <out_dir>/pkg/to/IFoo.cpp by Jiyong Park · 6 years ago
  62. 02e012e Better default error. by Steven Moreland · 6 years ago
  63. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  64. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  65. 46e9da8 First class errors in the compiler. by Steven Moreland · 6 years ago
  66. fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
  67. 6f77e0c unittests are no longer friend of Options by Jiyong Park · 6 years ago
  68. 6cee348 add --structured flag by Steven Moreland · 6 years ago
  69. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  70. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  71. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  72. 02da742 add dumpapi option by Jiyong Park · 6 years ago
  73. 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
  74. d59a10d Rename AidlType to AidlTypeSpecifier by Jiyong Park · 6 years ago
  75. ccf00f8 Type parameters are parsed by yacc. by Jiyong Park · 6 years ago
  76. c258abc Parse interfaces and parcelables simultaneously. by Steven Moreland · 6 years ago
  77. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  78. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  79. 93298ee Add ninja mode to aidl and aidl-cpp by Dan Willemsen · 8 years ago
  80. d17c58b Fix nested parcelable class name by Ningyuan Wang · 8 years ago
  81. 3b2203d aidl-cpp: Add support for hex values in const int by Roshan Pius · 8 years ago
  82. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  83. b1bbdf8 Generate a trivial dep file for parcelables by Christopher Wiley · 8 years ago
  84. f813619 Output correct dependency file with only output dir by Christopher Wiley · 8 years ago
  85. b7e0117 Add support for C++ @utf8InCpp strings by Christopher Wiley · 8 years ago
  86. 9f40372 Remap String to alternate types when @utf8 or @utf8InCpp by Christopher Wiley · 8 years ago
  87. d21bfee Fully separate AIDL and Java type namespaces by Christopher Wiley · 8 years ago
  88. 12e894a Remove last using directives from global header scope by Christopher Wiley · 8 years ago
  89. 9ab0623 Make string matching the last resort way to look up types by Christopher Wiley · 8 years ago
  90. ec31a05 Correctly parse @utf8 and @utf8InCpp annotations by Christopher Wiley · 8 years ago
  91. cd63921 Rename 'from' token to 'cpp_header' by Casey Dahlin · 8 years ago
  92. 57dbe24 Add support for @nullable annotation by Casey Dahlin · 9 years ago
  93. a2f77c4 Make array types their own type object by Casey Dahlin · 9 years ago
  94. 8cfb588 Convert parcelable package names to C++ namespaces correctly by Casey Dahlin · 9 years ago
  95. c1f39b4 Refactor top-level AST nodes v2 by Casey Dahlin · 9 years ago
  96. 9078d72 Add support for C++ Parcelables by Christopher Wiley · 9 years ago
  97. eedb29f Revert "Refactor top-level AST nodes" by Bart Sears · 9 years ago
  98. b696437 Refactor top-level AST nodes by Casey Dahlin · 9 years ago
  99. 632801d Respect aidl's -b flag again by Christopher Wiley · 9 years ago
  100. 63bce2a Confirm that require outer class for parcelables by Christopher Wiley · 9 years ago