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