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