1. ae01675 Pull up IsUserDefined() by Jooyung Han · 2 years, 3 months ago
  2. 2a86ba8 Assign IDs for nested interfaces by Jooyung Han · 2 years, 6 months ago
  3. 2ca04f5 Remove typenames parameter from many functions by Jooyung Han · 2 years, 6 months ago
  4. 74406c5 Check the availability of types against SDK version by Jooyung Han · 2 years, 7 months ago
  5. a97b588 Reject unstructured parcelables in NDK/Rust by Jooyung Han · 2 years, 7 months ago
  6. cdf89ec Remove AidlImport by Jooyung Han · 2 years, 7 months ago
  7. b4997aa Support nullable types in Rust/NDK by Jooyung Han · 2 years, 8 months ago
  8. 2b3cd2a Make sure all nodes are visited. by Jooyung Han · 2 years, 8 months ago
  9. accd919 Use AidlTypenames::MakeResolvedType() for inline types by Jooyung Han · 2 years, 8 months ago
  10. a7560e8 AidlNode: delete copy constructor by Steven Moreland · 2 years, 8 months ago
  11. 9e3dae3 Support nested types in the Rust backend by Jooyung Han · 2 years, 8 months ago
  12. 9983413 Support nested types in the Java backend by Jooyung Han · 2 years, 8 months ago
  13. 7445d28 Remove Document from ast_java by Jooyung Han · 2 years, 8 months ago
  14. a265009 Support nested types in the NDK backend by Jooyung Han · 2 years, 8 months ago
  15. ad834a3 nested types: Add C++ backend support by Jooyung Han · 2 years, 8 months ago
  16. 2aedb11 Parsing nested types. by Jooyung Han · 2 years, 8 months ago
  17. 05a532a Fix --apimapping with unstructured parcelables by Jooyung Han · 2 years, 10 months ago
  18. f9b398b aidl: lift options.Ok into aidl_entry by Steven Moreland · 2 years, 10 months ago
  19. 4e05913 aidl: unify return type of sub-task functions by Steven Moreland · 2 years, 10 months ago
  20. b736f60 aidl: Options - avoid calling exit(3) by Steven Moreland · 2 years, 10 months ago
  21. 2cb8ecd Check cpp_header for C++/NDK by Jooyung Han · 2 years, 10 months ago
  22. 58d402b LanguageSpecificCheckValid for imports. by Steven Moreland · 2 years, 10 months ago
  23. 13f1fa5 Refactor: type resolution done in Scope by Jooyung Han · 3 years ago
  24. 6529b82 cleanup: remove unused parameter to ImportResolver by Jooyung Han · 3 years ago
  25. 61d7803 cleanup: removed unused -m option by Jooyung Han · 3 years ago
  26. 93f48f0 Preprocessed uses the same syntax of AIDL by Jooyung Han · 3 years ago
  27. 8e3b72c checkapi works with imports by Jooyung Han · 3 years ago
  28. ce6733e refactor: parser returns parsed document by Jooyung Han · 3 years ago
  29. 1f56b70 Extract DumpVisitor by Jooyung Han · 3 years, 4 months ago
  30. 8451a20 Lexer passes the list of comments to parser by Jooyung Han · 3 years, 5 months ago
  31. 132cf80 --dumpapi with copyright/license headers by Jooyung Han · 3 years, 5 months ago
  32. 2d6b5c4 Specify/validate annotation's target context by Jooyung Han · 3 years, 5 months ago
  33. b3cd63f Fix output file path when package is not set by Jooyung Han · 3 years, 5 months ago
  34. d25527a add -Wexplicit-default by Jooyung Han · 3 years, 5 months ago
  35. d911332 Support @SuppressWarnings by Jiyong Park · 3 years, 5 months ago
  36. 512ed85 Refactor AidlVisitor so that it no longer responsible for traversing by Jiyong Park · 3 years, 5 months ago
  37. fe298df add -Wconst-name for CONSTANT_NAME by Jooyung Han · 3 years, 5 months ago
  38. 7be5579 Add to_string(DiagnosticId) for error messages. by Jooyung Han · 3 years, 5 months ago
  39. 808a2a0 Run diagnostics in a separate visitor by Jooyung Han · 3 years, 5 months ago
  40. 3557e48 add -Winout-parameter to avoid inout parameter by Jooyung Han · 3 years, 5 months ago
  41. 3a95776 API preamble, even if no package. by Steven Moreland · 3 years, 5 months ago
  42. 672557b refactor: make "Autofill" explicit by Jooyung Han · 3 years, 5 months ago
  43. 888c5bc add -W<warning>/-Werror CLI options by Jooyung Han · 3 years, 5 months ago
  44. 30f64ad fix: verification of const/var decls by Jooyung Han · 3 years, 6 months ago
  45. e87cdd0 List<T> supported types by Jooyung Han · 3 years, 6 months ago
  46. 2981384 const-ref: support recursive references by Jooyung Han · 3 years, 6 months ago
  47. 690f584 using references in constant expressions by Jooyung Han · 3 years, 6 months ago
  48. cfe0800 fix: verify constants decls after loading by Jooyung Han · 3 years, 6 months ago
  49. 829ec7c refactor: move members into AidlDefinedType by Jooyung Han · 3 years, 6 months ago
  50. 3f347ca support const in parcelable/union by Jooyung Han · 3 years, 6 months ago
  51. ef44e62 Forbid untyped list/map in every parcelable by Jeongik Cha · 3 years, 7 months ago
  52. 2946afc union: java backend by Jooyung Han · 3 years, 8 months ago
  53. 31f2aa5 Rem 'continue' while processing parcelable decls by Steven Moreland · 3 years, 8 months ago
  54. ebc3c5d Generic validation of AidlDefinedType by Steven Moreland · 3 years, 8 months ago
  55. 2a08890 Use AIDL_ERROR instead of std::cout or std::cerr by Devin Moore · 3 years, 9 months ago
  56. 2178081 Use AIDL_* errors over libbase logging. by Steven Moreland · 3 years, 9 months ago
  57. 53fc99c Support templated structured parcelables by Devin Moore · 3 years, 10 months ago
  58. b62afd9 Implement Rust backend for AIDL compiler by Andrei Homescu · 4 years, 1 month ago
  59. 8e79b7f Change the ownership of AidlDefinedType objects by Jiyong Park · 3 years, 11 months ago
  60. 1813218 Remove AidlQualifiedName by Jiyong Park · 4 years ago
  61. 6251551 Introduce AidlDocument by Jiyong Park · 4 years ago
  62. e5c4529 move parser to its own source file by Jiyong Park · 4 years ago
  63. d59e317 Fix abort for nullable parcelable array. by Steven Moreland · 4 years, 1 month ago
  64. f8d5361 Untyped List or Map is prohibited for new interfaces by Jiyong Park · 4 years, 1 month ago
  65. cb1bcd7 Remove use of pair in AidlTypenames API by Steven Moreland · 4 years, 1 month ago
  66. 3a06039 Invalid input file is a hard error also for --apimapping by Jiyong Park · 4 years, 2 months ago
  67. 33efcf6 Clear 'sHadError' in entry point. by Steven Moreland · 4 years, 2 months ago
  68. 5de18ed Make all uses of AidlErrorLog include a location by Devin Moore · 4 years, 2 months ago
  69. 097a3ab Add stricter error checking to unittests by Devin Moore · 4 years, 3 months ago
  70. 3981d9e All of compiler in `aidl_entry`, for testing by Steven Moreland · 4 years, 2 months ago
  71. 0d0e3f6 Add error log for missing arguments when compiling @VintfStability by Devin Moore · 4 years, 2 months ago
  72. df93ebb Changing enum autofill to use aidl file location instead of cpp by Devin Moore · 4 years, 2 months ago
  73. b01451d Add build-time checks of AIDL API hashes by Paul Trautrim · 4 years, 3 months ago
  74. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 5 months ago
  75. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 4 months ago
  76. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 5 months ago
  77. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 5 months ago
  78. 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 5 months ago
  79. 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 4 years, 6 months ago
  80. b28684e Adds support for autofilling enums. by Daniel Norman · 4 years, 8 months ago
  81. 9ca5c7e No java output for parcelable declaration by Jiyong Park · 4 years, 8 months ago
  82. d7d18df Add support for AIDL constant expressions by Will McVicker · 4 years, 9 months ago
  83. df20212 Don't emit output file name in dep file for parcelable delcaration by Jiyong Park · 4 years, 8 months ago
  84. 37d43dd Adds NDK support for Enums. by Daniel Norman · 4 years, 9 months ago
  85. 716d311 Adds Java support for Enums. by Daniel Norman · 4 years, 9 months ago
  86. 85aed54 Adds the beginnings of Enum support to AIDL. by Daniel Norman · 4 years, 10 months ago
  87. da8c693 Allow multiple declarations of unstructured parcelables in a file by Jiyong Park · 4 years, 10 months ago
  88. ce638bf aidl: Remove unused variable by Greg Kaiser · 4 years, 10 months ago
  89. 047c5ee Remove TypeNamespace by Jeongik Cha · 4 years, 10 months ago
  90. ec6f469 Fix kMaxUserSetMethodId assert. by Steven Moreland · 4 years, 10 months ago
  91. a57d0a6 Add stability options. by Steven Moreland · 4 years, 10 months ago
  92. 0e42601 Disallow multiple types declared in the same file by Jeongik Cha · 4 years, 10 months ago
  93. 1a7ab64 Remove typenamespace in generate_cpp by Jeongik Cha · 4 years, 10 months ago
  94. f4c64df Re-order virally misplaced namespace comments. by Steven Moreland · 4 years, 10 months ago
  95. a2080bf Remove every dependency on type_java in java code generator by Jeongik Cha · 5 years ago
  96. ce58bc6 Ignore ParcelFileDescriptor in framework.aidl by Jeongik Cha · 5 years ago
  97. 3633b72 fix: can't assign method IDs when built with --version by Jiyong Park · 5 years ago
  98. 5b7e532 Revert "Revert "Don't force prepend I to header file names"" by Jiyong Park · 5 years ago
  99. cc14a58 Revert "Don't force prepend I to header file names" by Neil Fuller · 5 years ago
  100. 7df2c34 Don't force prepend I to header file names by Jiyong Park · 5 years ago