1. b5ff1a2 Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 3 months ago
  2. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 5 months ago
  3. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 5 months ago
  4. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 5 months ago
  5. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 5 months ago
  6. 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 5 months ago
  7. 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 4 years, 6 months ago
  8. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 8 months ago
  9. 9ca5c7e No java output for parcelable declaration by Jiyong Park · 4 years, 8 months ago
  10. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  11. df20212 Don't emit output file name in dep file for parcelable delcaration by Jiyong Park · 4 years, 8 months ago
  12. 37d43dd Adds NDK support for Enums. by Daniel Norman · 4 years, 9 months ago
  13. 716d311 Adds Java support for Enums. by Daniel Norman · 4 years, 9 months ago
  14. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 4 years, 10 months ago
  15. da8c693 Allow multiple declarations of unstructured parcelables in a file by Jiyong Park · 4 years, 10 months ago
  16. ce638bf aidl: Remove unused variable by Greg Kaiser · 4 years, 10 months ago
  17. 047c5ee Remove TypeNamespace by Jeongik Cha · 4 years, 10 months ago
  18. ec6f469 Fix kMaxUserSetMethodId assert. by Steven Moreland · 4 years, 10 months ago
  19. a57d0a6 Add stability options. by Steven Moreland · 4 years, 10 months ago
  20. 0e42601 Disallow multiple types declared in the same file by Jeongik Cha · 4 years, 10 months ago
  21. 1a7ab64 Remove typenamespace in generate_cpp by Jeongik Cha · 4 years, 10 months ago
  22. f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 4 years, 10 months ago
  23. a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
  24. ce58bc6 Ignore ParcelFileDescriptor in framework.aidl by Jeongik Cha · 5 years ago
  25. 3633b72 fix: can't assign method IDs when built with --version by Jiyong Park · 5 years ago
  26. 5b7e532 Revert "Revert "Don't force prepend I to header file names"" by Jiyong Park · 5 years ago
  27. cc14a58 Revert "Don't force prepend I to header file names" by Neil Fuller · 5 years ago
  28. 7df2c34 Don't force prepend I to header file names by Jiyong Park · 5 years ago
  29. 8714b02 Add api mapping dump feature to AIDL files by Andrei Onea · 5 years ago
  30. 82317dd Allow parcelable defined from framework in stable aidl by Jeongik Cha · 5 years ago
  31. 54fa1e0 Don't printout absolute path to the original source by Jiyong Park · 5 years ago
  32. 2a9a7d6 Allow 'building' parcelable files. by Steven Moreland · 5 years ago
  33. 3c126b5 Remove unused using decls. by Chih-Hung Hsieh · 5 years ago
  34. 965c5b9 Version query mechanism and default impl for NDK backend by Jiyong Park · 6 years ago
  35. 640981b Return type of getInterfaceVersion() is resolved. by Jiyong Park · 6 years ago
  36. 3717958 register_type returns error when it fails by Jeongik Cha · 6 years ago
  37. a6605ab Add @UnsupportedAppUsage annotation by Jiyong Park · 6 years ago
  38. 4d12f9a Allow utf8InCpp constants (std::string). by Steven Moreland · 6 years ago
  39. db0f59e clean up aidl validation logic by Jeongik Cha · 6 years ago
  40. e51a5ea Revert "Make AIDL Validation logic independent from language" by Jeongik Cha · 6 years ago
  41. 17f7fd4 Make AIDL Validation logic independent from language by Jeongik Cha · 6 years ago
  42. b3cd3c7 Throw earlier error for duplicate argument names. by Steven Moreland · 6 years ago
  43. 1eac5fa --structured: test for no unstructured parcelables by Steven Moreland · 6 years ago
  44. 8807af4 Remove @utf8 support by Jiyong Park · 6 years ago
  45. e05195e ParcelFileDescriptor is now a built-in type of AIDL by Jiyong Park · 6 years ago
  46. f3da089 Allow no package for CPP/NDK backends. by Steven Moreland · 6 years ago
  47. c26d814 Add 'name-ndk' output lib linking against NDK. by Steven Moreland · 6 years ago
  48. ec0531d API Dump: support empty package. by Steven Moreland · 6 years ago
  49. e2c64b4 Unstructured parcelables: behavior for many files. by Steven Moreland · 6 years ago
  50. e59c368 API dump for an AIDL interface consists of multiple AIDL files by Jiyong Park · 6 years ago
  51. 8c38053 Reject ambiguous imports by Jiyong Park · 6 years ago
  52. 3c35e39 Compile from API dump by Jiyong Park · 6 years ago
  53. 96c16a9 Don't resolve symbols for --checkapi by Jiyong Park · 6 years ago
  54. 0546373 --header_out directory is automatically created if not exist by Jiyong Park · 6 years ago
  55. 64e29be Parser: make a single use object by Steven Moreland · 6 years ago
  56. 3656c3c Add --apicheck that tells whether two API dumps are incompatible or not by Jiyong Park · 6 years ago
  57. b03551f C++ source files are generated at <out_dir>/pkg/to/IFoo.cpp by Jiyong Park · 6 years ago
  58. 02e012e Better default error. by Steven Moreland · 6 years ago
  59. c5da94d Remove unused local variable by Jiyong Park · 6 years ago
  60. b034bf0 Support multiple types in an AIDL file / multiple AIDL files by Jiyong Park · 6 years ago
  61. 309668e add --version option to specify version to AIDL interface by Jiyong Park · 6 years ago
  62. 92c55f1 Remove GetLine. by Steven Moreland · 6 years ago
  63. 46e9da8 First class errors in the compiler. by Steven Moreland · 6 years ago
  64. fbbfa93 Options is passed over during the code generation by Jiyong Park · 6 years ago
  65. 6cee348 add --structured flag by Steven Moreland · 6 years ago
  66. 1d2df7d Separate AIDL types and target language types by Jiyong Park · 6 years ago
  67. 74595c1 Refactor Options to support multiple inputs by Jiyong Park · 6 years ago
  68. 9ea10e3 Structured Parcelables: int/string default values. by Steven Moreland · 6 years ago
  69. 822d0aa Retain imported AidlDocuments even after parsing. by Jiyong Park · 6 years ago
  70. 693640b Refactor constant declarations. by Steven Moreland · 6 years ago
  71. 02da742 add dumpapi option by Jiyong Park · 6 years ago
  72. 1deecc3 Resolve AIDL types without using Java or C++ types by Jiyong Park · 6 years ago
  73. ed83a28 Support preprocessing structured_parcelable. by Steven Moreland · 6 years ago
  74. 4b37e26 Support preprocessed files for CPP. by Steven Moreland · 6 years ago
  75. c258abc Parse interfaces and parcelables simultaneously. by Steven Moreland · 6 years ago
  76. 5557f1c Structured parcelables. by Steven Moreland · 6 years ago
  77. 6ddc37f Remove 'interface' from check_filename error msg. by Steven Moreland · 6 years ago
  78. f1b5078 Add option for tracing AIDL calls. by Martijn Coenen · 6 years ago
  79. e9c816e AIDL: Add outline filtering by Andreas Gampe · 6 years ago
  80. 93298ee Add ninja mode to aidl and aidl-cpp by Dan Willemsen · 8 years ago
  81. f05cc26 Fix clang-tidy performance warnings. by Chih-Hung Hsieh · 8 years ago
  82. 3b2203d aidl-cpp: Add support for hex values in const int by Roshan Pius · 8 years ago
  83. bc2df69 Always build absolute paths the same way by Christopher Wiley · 8 years ago
  84. 69b44cf Generate code for AIDL defined string constants by Christopher Wiley · 8 years ago
  85. b1bbdf8 Generate a trivial dep file for parcelables by Christopher Wiley · 8 years ago
  86. f813619 Output correct dependency file with only output dir by Christopher Wiley · 8 years ago
  87. c5afb40 Propagate interface annotations to methods by Casey Dahlin · 8 years ago
  88. 934a82d Make TypeNamespace take AidlNode subclass arguments by Christopher Wiley · 8 years ago
  89. e22b41a Consolidate logic to retreive language specific type by Christopher Wiley · 8 years ago
  90. 3a9911c Write C++ and Java specific dependency files by Christopher Wiley · 8 years ago
  91. 57dbe24 Add support for @nullable annotation by Casey Dahlin · 9 years ago
  92. a2f77c4 Make array types their own type object by Casey Dahlin · 9 years ago
  93. 0a62067 Track base/ -> android-base/ change. by Elliott Hughes · 9 years ago
  94. d40e2fe Introduce integer constants by Casey Dahlin · 9 years ago
  95. c1f39b4 Refactor top-level AST nodes v2 by Casey Dahlin · 9 years ago
  96. eedb29f Revert "Refactor top-level AST nodes" by Bart Sears · 9 years ago
  97. b696437 Refactor top-level AST nodes by Casey Dahlin · 9 years ago
  98. 8aa4d9f Add C++ header to AidlParcelable by Christopher Wiley · 9 years ago
  99. e60d99c Fix up logging on parcelable in .aidl file by Christopher Wiley · 9 years ago
  100. 632801d Respect aidl's -b flag again by Christopher Wiley · 9 years ago