1. b640cfb getParcelableDescriptor is String16 am: 9cc3a2ca4e by Steven Moreland · 3 years, 10 months ago
  2. 9cc3a2c getParcelableDescriptor is String16 by Steven Moreland · 3 years, 11 months ago
  3. 7846b8c cleanup: remove comments field from ConstantRef am: d0c8af0912 by Jooyung Han · 3 years, 10 months ago
  4. d0c8af0 cleanup: remove comments field from ConstantRef by Jooyung Han · 3 years, 11 months ago
  5. f282bee Finish removing old 'golden' output. am: 8a05d65a2e by Steven Moreland · 3 years, 11 months ago
  6. 8a05d65 Finish removing old 'golden' output. by Steven Moreland · 3 years, 11 months ago
  7. a45cf10 Skip clang-format on golden_output files am: 426b48ec3f by Devin Moore · 3 years, 11 months ago
  8. 73616a5 Support annotations for 'const' am: 633eab645d by Jooyung Han · 3 years, 11 months ago
  9. 426b48e Skip clang-format on golden_output files by Devin Moore · 3 years, 11 months ago
  10. 633eab6 Support annotations for 'const' by Jooyung Han · 3 years, 11 months ago
  11. 0c1d325 Emit "deprecated" am: 720253dc96 by Jooyung Han · 3 years, 11 months ago
  12. 720253d Emit "deprecated" by Jooyung Han · 3 years, 11 months ago
  13. 6539a67 Fix nullderef when ConstantReference::Resolve fails am: e9f5b27426 by Jooyung Han · 3 years, 11 months ago
  14. e9f5b27 Fix nullderef when ConstantReference::Resolve fails by Jooyung Han · 3 years, 11 months ago
  15. f217072 rename LanguageToString to to_string am: 9435e9a7cc by Jooyung Han · 3 years, 11 months ago
  16. 9435e9a rename LanguageToString to to_string by Jooyung Han · 3 years, 11 months ago
  17. 2ad6348 ParcelableHolder.(set|get)Parcelable returns status am: be83186452 by Jeongik Cha · 3 years, 11 months ago
  18. ab8d34d Make AidlNode visitable am: c5688f7670 by Jooyung Han · 3 years, 11 months ago
  19. 898d6b8 refactor: remove AidlConstantReference::SetRefType am: 9d3cbe2954 by Jooyung Han · 3 years, 11 months ago
  20. 3ffd981 Fix output file path when package is not set am: b3cd63f831 by Jooyung Han · 3 years, 11 months ago
  21. d4bd9a4 add -Wfile-descriptor am: 377795fadb by Jooyung Han · 3 years, 11 months ago
  22. be83186 ParcelableHolder.(set|get)Parcelable returns status by Jeongik Cha · 3 years, 11 months ago
  23. c5688f7 Make AidlNode visitable by Jooyung Han · 3 years, 11 months ago
  24. 9d3cbe2 refactor: remove AidlConstantReference::SetRefType by Jooyung Han · 3 years, 11 months ago
  25. b3cd63f Fix output file path when package is not set by Jooyung Han · 3 years, 11 months ago
  26. 377795f add -Wfile-descriptor by Jooyung Han · 3 years, 11 months ago
  27. cf1a06e Use vndk.private: true for VNDK-private libs am: e8c4e2ccfa by Justin Yun · 3 years, 11 months ago
  28. e8c4e2c Use vndk.private: true for VNDK-private libs by Justin Yun · 3 years, 11 months ago
  29. 2731f6c Meta transactions and user transactions in separate switch-case clauses am: a7ea8bf31c by Jiyong Park · 3 years, 11 months ago
  30. 54ef3b7 Test case for ParcealbleHolder comparison am: 73cd9ce118 by Jeongik Cha · 3 years, 11 months ago
  31. a7ea8bf Meta transactions and user transactions in separate switch-case clauses by Jiyong Park · 3 years, 11 months ago
  32. 73cd9ce Test case for ParcealbleHolder comparison by Jeongik Cha · 4 years ago
  33. c39fe3d make AidlTypeSpecifier visit-able am: 865da49bd1 by Jooyung Han · 3 years, 11 months ago
  34. 865da49 make AidlTypeSpecifier visit-able by Jooyung Han · 3 years, 11 months ago
  35. 4766614 Add "flags:" property to aidl_interface module am: a4e1c47e5a by Jooyung Han · 3 years, 11 months ago
  36. a4e1c47 Add "flags:" property to aidl_interface module by Jooyung Han · 3 years, 11 months ago
  37. 4b48ab9 add -Wout-array am: c9b0c80559 by Jooyung Han · 3 years, 11 months ago
  38. 71bfdd1 Add -Wmixed-oneway am: 209c2866f4 by Jooyung Han · 3 years, 11 months ago
  39. df8c563 add -Wexplicit-default am: d25527a4f8 by Jooyung Han · 3 years, 11 months ago
  40. 24a6eb4 Visit() doesn't return bool am: 4585445f32 by Jiyong Park · 3 years, 11 months ago
  41. c9b0c80 add -Wout-array by Jooyung Han · 3 years, 11 months ago
  42. 209c286 Add -Wmixed-oneway by Jooyung Han · 3 years, 11 months ago
  43. d25527a add -Wexplicit-default by Jooyung Han · 3 years, 11 months ago
  44. 4585445 Visit() doesn't return bool by Jiyong Park · 3 years, 11 months ago
  45. 4df8cac Support @SuppressWarnings am: d911332007 by Jiyong Park · 3 years, 11 months ago
  46. 47aa266 Refactor AidlVisitor so that it no longer responsible for traversing am: 512ed85c1d by Jiyong Park · 3 years, 11 months ago
  47. d911332 Support @SuppressWarnings by Jiyong Park · 3 years, 11 months ago
  48. 512ed85 Refactor AidlVisitor so that it no longer responsible for traversing by Jiyong Park · 3 years, 11 months ago
  49. 1bf0cfa add -Wconst-name for CONSTANT_NAME am: fe298dff63 by Jooyung Han · 3 years, 11 months ago
  50. fe298df add -Wconst-name for CONSTANT_NAME by Jooyung Han · 3 years, 11 months ago
  51. e7df107 AidlConstantValue::EvaluatedValue<T>() in the header am: 535c5e8fb7 by Jooyung Han · 3 years, 11 months ago
  52. 38c166b Add to_string(DiagnosticId) for error messages. am: 7be5579094 by Jooyung Han · 3 years, 11 months ago
  53. 535c5e8 AidlConstantValue::EvaluatedValue<T>() in the header by Jooyung Han · 3 years, 11 months ago
  54. 7be5579 Add to_string(DiagnosticId) for error messages. by Jooyung Han · 3 years, 11 months ago
  55. 5933be8 Run diagnostics in a separate visitor am: 808a2a0d08 by Jooyung Han · 3 years, 11 months ago
  56. 808a2a0 Run diagnostics in a separate visitor by Jooyung Han · 3 years, 11 months ago
  57. 4fa820c Update golden script - fix dep issue am: 77ecaa1535 by Steven Moreland · 3 years, 11 months ago
  58. 77ecaa1 Update golden script - fix dep issue by Steven Moreland · 3 years, 11 months ago
  59. a419259 Add @SuppressWarnings annotation am: f8dbbcc392 by Jooyung Han · 3 years, 11 months ago
  60. 8d3df76 AidlAnnotation::ParamValue() to retrieve param's value am: b3c77ed522 by Jooyung Han · 3 years, 11 months ago
  61. cd6e0f6 AidlConstantValue::Cast returns typed value am: 71a1b58f43 by Jooyung Han · 3 years, 11 months ago
  62. 9dac8b9 define annotation schemas using AidlTypeSpecifier am: 5c2fcae010 by Jooyung Han · 3 years, 11 months ago
  63. 353c4b0 add -Winout-parameter to avoid inout parameter am: 3557e48f1d by Jooyung Han · 3 years, 11 months ago
  64. f8dbbcc Add @SuppressWarnings annotation by Jooyung Han · 3 years, 11 months ago
  65. b3c77ed AidlAnnotation::ParamValue() to retrieve param's value by Jooyung Han · 3 years, 11 months ago
  66. 71a1b58 AidlConstantValue::Cast returns typed value by Jooyung Han · 3 years, 11 months ago
  67. 5c2fcae define annotation schemas using AidlTypeSpecifier by Jooyung Han · 3 years, 11 months ago
  68. 3557e48 add -Winout-parameter to avoid inout parameter by Jooyung Han · 4 years ago
  69. d0042b9 Update API preamble (talk about 'current' case) am: 348fcddc12 by Steven Moreland · 3 years, 11 months ago
  70. 2eed6b5 API preamble, even if no package. am: 3a95776013 by Steven Moreland · 3 years, 11 months ago
  71. 348fcdd Update API preamble (talk about 'current' case) by Steven Moreland · 4 years ago
  72. 3a95776 API preamble, even if no package. by Steven Moreland · 4 years ago
  73. 142801c refactor: make "Autofill" explicit am: 672557b779 by Jooyung Han · 3 years, 11 months ago
  74. 83a0809 Add "required_parameters" to Annotation params am: 5721a23745 by Jooyung Han · 3 years, 11 months ago
  75. 672557b refactor: make "Autofill" explicit by Jooyung Han · 4 years ago
  76. 5721a23 Add "required_parameters" to Annotation params by Jooyung Han · 4 years ago
  77. da50c50 non-zero enumerator lint error crash am: 263185317d by Steven Moreland · 4 years ago
  78. 2631853 non-zero enumerator lint error crash by Steven Moreland · 4 years ago
  79. 15b4b98 add -Wenum-zero warning. am: 3b99018e82 by Jooyung Han · 4 years ago
  80. 0cd2c5c add -W<warning>/-Werror CLI options am: 888c5bc348 by Jooyung Han · 4 years ago
  81. 3b99018 add -Wenum-zero warning. by Jooyung Han · 4 years ago
  82. 888c5bc add -W<warning>/-Werror CLI options by Jooyung Han · 4 years ago
  83. b038dd4 Track const reference evaluate results am: 1f0360db76 by Devin Moore · 4 years ago
  84. 1f0360d Track const reference evaluate results by Devin Moore · 4 years ago
  85. f23fb91 Reland "AIDL: golden tests" am: bc219358f9 by Steven Moreland · 4 years ago
  86. bc21935 Reland "AIDL: golden tests" by Steven Moreland · 4 years ago
  87. 28b527f Revert "AIDL: golden tests" am: c52c71a814 by Steven Moreland · 4 years ago
  88. c52c71a Revert "AIDL: golden tests" by Steven Moreland · 4 years ago
  89. 3b3eac3 Prevent panic: Remove false dependency assumption. am: 803788201a by Bob Badour · 4 years ago
  90. 6f75248 AIDL: golden tests am: ff9159aa0e by Steven Moreland · 4 years ago
  91. 8037882 Prevent panic: Remove false dependency assumption. by Bob Badour · 4 years ago
  92. ff9159a AIDL: golden tests by Steven Moreland · 4 years ago
  93. 580fe13 union requires first member's default value am: 53fb424e04 by Jooyung Han · 4 years ago
  94. 53fb424 union requires first member's default value by Jooyung Han · 4 years ago
  95. 3142b09 fix: rust-module uses 'glued' source am: b06c563515 by Jooyung Han · 4 years ago
  96. b06c563 fix: rust-module uses 'glued' source by Jooyung Han · 4 years ago
  97. 4d446db fix: fully-qualified enumerators for Java backend am: 2d833617bb by Jooyung Han · 4 years ago
  98. 2d83361 fix: fully-qualified enumerators for Java backend by Jooyung Han · 4 years ago
  99. 61f7ad3 fix: checkDuplicatedVersions with -source am: cbf61d0ff2 by Jooyung Han · 4 years ago
  100. cbf61d0 fix: checkDuplicatedVersions with -source by Jooyung Han · 4 years ago