1. afc20c5 libaidlmetadata: include hashes by Steven Moreland · 4 years, 9 months ago
  2. f3a5cf4 Limit VNDK entries to latest frozen version. by Steven Moreland · 4 years, 9 months ago
  3. a11db15 Remove isCurrentVersion function. by Steven Moreland · 4 years, 9 months ago
  4. 9d7b9c8 Fix hashes for previously-frozen interfaces by Paul Trautrim · 4 years, 9 months ago
  5. 1c89443 AIDL: include platform SDK version by Steven Moreland · 4 years, 9 months ago
  6. a5d9c5c Annotations/@hide consistent across defined types. by Steven Moreland · 4 years, 9 months ago
  7. 2769911 Revert "Suppress bool-operation warning locally" by Yifan Hong · 4 years, 9 months ago
  8. f17e3a7 Suppress warnings for ~(bool). by Yifan Hong · 4 years, 9 months ago
  9. 7e4b950 Annotations for defined types in API dumps. by Steven Moreland · 4 years, 9 months ago
  10. 092802e AIDL: -freeze-api includes vintf stability by Steven Moreland · 4 years, 9 months ago
  11. 04db7ab Remove obsolete 'making-changes.md' doc. by Steven Moreland · 4 years, 9 months ago
  12. bf4d939 Remove 'constants.md' doc. by Steven Moreland · 4 years, 9 months ago
  13. dd31e9f Reuse NDK modules from cc/testing.go by Colin Cross · 4 years, 9 months ago
  14. 75a0775 Suppress bool-operation warning locally by Chih-Hung Hsieh · 4 years, 9 months ago
  15. c09d34c Use SharedRefBase::make to allocate. by Steven Moreland · 4 years, 9 months ago
  16. f6a0c44 fix variable naming s/host_supported/hostSupported/ by Steven Moreland · 4 years, 9 months ago
  17. c08a736 Disable "VintfStability + cpp + vendor" variant. by Steven Moreland · 4 years, 9 months ago
  18. 63dbe55 Support 'apex_available' field in AIDL by Jeongik Cha · 4 years, 9 months ago
  19. 6d02280 gofmt aidl_interface.go by Steven Moreland · 4 years, 9 months ago
  20. 74d3f55 AIDL metadata by Steven Moreland · 4 years, 10 months ago
  21. 3cce7cd Changes TODO to do a full copy to use the 'single validation phase' bug. by Daniel Norman · 4 years, 10 months ago
  22. 7953f55 Fix leak by Jooyung Han · 4 years, 10 months ago
  23. c76afc5 Revert^2 "Add aidl_lazy_test to general-tests" by Jon Spivack · 4 years, 10 months ago
  24. 6991d92 Remove redundant trailing space from arglist by Jooyung Han · 4 years, 10 months ago
  25. 7bee8e3 Move default impl class to header for C++ by Jooyung Han · 4 years, 10 months ago
  26. 22dbb97 Sort aidl file list before sha1sum by Jeongik Cha · 4 years, 10 months ago
  27. 997281d Preserve "@hide" comment during dump_api by Jeongik Cha · 4 years, 10 months ago
  28. b77048c Add getInterfaceHash() method by Paul Trautrim · 4 years, 10 months ago
  29. 1af5423 Revert "Add aidl_lazy_test to general-tests" by Jon Spivack · 4 years, 10 months ago
  30. d1039a9 Fix-leak in AddImport. by Steven Moreland · 4 years, 10 months ago
  31. 11cb945 Error for @utf8InCpp on non-String. by Steven Moreland · 4 years, 10 months ago
  32. f193df6 Add aidl_lazy_test to general-tests by Jon Spivack · 4 years, 10 months ago
  33. 8f6ec46 Imported type is preferred to preprocessed type by Jiyong Park · 4 years, 10 months ago
  34. 0d9c26e aidl_language.cpp: snake case by Steven Moreland · 4 years, 10 months ago
  35. 31f395d aidl_parser_fuzzer: run on all backends. by Steven Moreland · 4 years, 10 months ago
  36. c8a4ca8 Nice error for FileDescriptor in the NDK. by Steven Moreland · 4 years, 10 months ago
  37. 04b07e1 Nicer error for NDK non-generic list. by Steven Moreland · 4 years, 10 months ago
  38. d27568b Remove obsolete vendor_available TODO by Steven Moreland · 4 years, 10 months ago
  39. e7d358a AIDL: initialize serial in error cases by Steven Moreland · 4 years, 10 months ago
  40. e74c86d Allow primitive types in an user-defined generic type by Jeongik Cha · 5 years ago
  41. 88f95a8 Ignore @JavaOnlyStableParcelable in c++/ndk backend by Jeongik Cha · 4 years, 10 months ago
  42. b635ad1 Remove obsolete Local_includes from TODO. by Steven Moreland · 4 years, 10 months ago
  43. 2af9ad0 Remove NDK backend type support TODOs. by Steven Moreland · 4 years, 10 months ago
  44. a6a0b75 Remove obsolete generics NDK TODO. by Steven Moreland · 4 years, 10 months ago
  45. 55120a7 Use android.compat.annotation.UnsupportedAppUsage everywhere. by Artur Satayev · 5 years ago
  46. 609ba6d Updates for bison 3.5 by Dan Willemsen · 4 years, 11 months ago
  47. ffe43cd Add liblog as a dependency where libbase is used. by Tom Cherry · 4 years, 11 months ago
  48. b75a451 Fail early when CharSequence is used in c++ or ndk by Jeongik Cha · 4 years, 10 months ago
  49. fdb57cd assert no error output on success by Steven Moreland · 4 years, 11 months ago
  50. bb654e3 Combine main.cpp/main_cpp.cpp. by Steven Moreland · 4 years, 11 months ago
  51. bb55b5e Forbid Map type in cpp and ndk earlier by Jeongik Cha · 4 years, 11 months ago
  52. 1a42034 Add a test dynamic service by Jon Spivack · 4 years, 11 months ago
  53. f653980 cpp build: clean header dirs by Steven Moreland · 5 years ago
  54. e48d994 Support a generic map in java by Jeongik Cha · 4 years, 11 months ago
  55. 7d8470e Add owners of build/soong as additional owners for build directory by Colin Cross · 4 years, 11 months ago
  56. a8cfc5f Use LoadHookContext instead of BaseModuleContext by Colin Cross · 4 years, 11 months ago
  57. dc6253b Test dynamic services by Jon Spivack · 5 years ago
  58. 18f7526 Support for @nullable NDK parcelable by Steven Moreland · 5 years ago
  59. 91a5c41 Dedup cc build components registration by Paul Duffin · 5 years ago
  60. 9298c2f Dedup registration for cc default test config by Paul Duffin · 5 years ago
  61. 4958524 apicheck -> checkapi by Steven Moreland · 5 years ago
  62. 30df9d9 API dumps: fix preamble by Steven Moreland · 5 years ago
  63. 17fad88 Add type_param leak to corpus for aidl_parser_fuzzer. by Mitch Phillips · 5 years ago
  64. a7b764d Follow moving filesystem into Config by Colin Cross · 5 years ago
  65. d12e313 Remove type_param identifier leaks. by Steven Moreland · 5 years ago
  66. 4348f9a NDK Parcelable: don't assume non-null w/ write. by Steven Moreland · 5 years ago
  67. 4f3e8c0 unique_fd is passed by value in AIDL interfaces by Jiyong Park · 5 years ago
  68. 0e2a03c Add compiler pragma for enum_values specialization by Jooyung Han · 5 years ago
  69. 7a9aceb Revert submission by Jooyung Han · 5 years ago
  70. 45ebdae Revert submission by Jooyung Han · 5 years ago
  71. 362fcd9 Add enum_range<Enum> by Jooyung Han · 5 years ago
  72. 6c00d29 Remove unneeded empty std::string instantiation. by Steven Moreland · 5 years ago
  73. 595143f Follow empty string for core image variant by Colin Cross · 5 years ago
  74. 63a926a Add basic tests for build stuff by Jooyung Han · 5 years ago
  75. df76dc7 Allow to make generic unstructured parcelable in java by Jeongik Cha · 5 years ago
  76. d3721d6 Warning and fixup for user string as format. by Steven Moreland · 5 years ago
  77. b3f4d62 Update the generate_cpp to new binder macro. by Ivan Lozano · 5 years ago
  78. 54be7bd Disallow void declarations. by Steven Moreland · 5 years ago
  79. 2cd53e9 Remove restriction on VintfStability. by Steven Moreland · 5 years ago
  80. adb7467 Include source position in generated annotations. by Mathew Inwood · 5 years ago
  81. 5b98eb8 aidl_parser_fuzzer: limit input size am: 066dcd9a65 by Steven Moreland · 5 years ago
  82. 066dcd9 aidl_parser_fuzzer: limit input size by Steven Moreland · 5 years ago
  83. 981c1b6 ShallowIntegralCopy: non-fatal for !CheckValid am: cdedd9bbe0 by Steven Moreland · 5 years ago
  84. d1b5efb Avoid fatal error on ERROR type. am: 4ff04aa17a by Steven Moreland · 5 years ago
  85. cdedd9b ShallowIntegralCopy: non-fatal for !CheckValid by Steven Moreland · 5 years ago
  86. 4ff04aa Avoid fatal error on ERROR type. by Steven Moreland · 5 years ago
  87. bd8adee Remove some duplicated CheckValid code. am: 4bcb05c620 by Steven Moreland · 5 years ago
  88. 4bcb05c Remove some duplicated CheckValid code. by Steven Moreland · 5 years ago
  89. 9e1444b Java markVintfStability am: e2fcb8e980 by Steven Moreland · 5 years ago
  90. 0bfc074 aidl_interface: support platform_apis am: 31b3500555 by Steven Moreland · 5 years ago
  91. caa848e -1 AIDL_FATAL API am: fe52c9ff0e by Steven Moreland · 5 years ago
  92. e2fcb8e Java markVintfStability by Steven Moreland · 5 years ago
  93. 31b3500 aidl_interface: support platform_apis by Steven Moreland · 5 years ago
  94. fe52c9f -1 AIDL_FATAL API by Steven Moreland · 5 years ago
  95. 0c0b803 ShallowIntegralCopy: report user errors w/o crash am: 59e53e49b6 by Steven Moreland · 5 years ago
  96. 3353ac7 Missing toString entry for const expressions. am: a923a729a5 by Steven Moreland · 5 years ago
  97. 802df36 Also detect 'x%0' to avoid exception. am: 485a51a75f by Steven Moreland · 5 years ago
  98. 59e53e4 ShallowIntegralCopy: report user errors w/o crash by Steven Moreland · 5 years ago
  99. a923a72 Missing toString entry for const expressions. by Steven Moreland · 5 years ago
  100. 485a51a Also detect 'x%0' to avoid exception. by Steven Moreland · 5 years ago