1. 25ddda3 Merge "Compound/EnumType: smaller toString" by Steven Moreland · 5 years ago
  2. dafe268 Merge "HIDL Lazy Test" by Treehugger Robot · 5 years ago
  3. d31fdf9 HIDL Lazy Test by Steven Moreland · 5 years ago
  4. feaee3b hidl_interface: remove need for 'types' by Steven Moreland · 5 years ago
  5. 78ab753 Compound/EnumType: smaller toString by Steven Moreland · 6 years ago
  6. fa333e7 Merge "Fix cert-dcl16-c clang-tidy warnings" by Chih-hung Hsieh · 6 years ago
  7. cbf9bf7 Fix cert-dcl16-c clang-tidy warnings by Chih-Hung Hsieh · 6 years ago
  8. 8cfa3ed Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  9. 650bc51 hidl_interface: workaround to inherit common props by Steven Moreland · 6 years ago
  10. c47bc66 Check invalid utf8 input to Java. by Steven Moreland · 6 years ago
  11. 2da3b4c hidl_test: cpp-specific safe_union by Steven Moreland · 6 years ago
  12. 12f0ab1 Implement constant expression tags. by Steven Moreland · 6 years ago
  13. dab3ff1 Generate hidl_enum_values instead of the range. by Steven Moreland · 6 years ago
  14. 58ad987 FQName/FqInstance: consistent getVersion by Steven Moreland · 6 years ago
  15. b1cc207 Test for 1.2 hwsm listManifestByInterface by Steven Moreland · 6 years ago
  16. 9b37ed1 safe_union: outside of android.hardware packages by Steven Moreland · 6 years ago
  17. e1850b8 hidl_test: fix flake by Steven Moreland · 6 years ago
  18. 5dec82f safe_union: disallow zero/single member unions. by Steven Moreland · 6 years ago
  19. 967c243 safe_union: remove hidl_no_init by Steven Moreland · 6 years ago
  20. 468d19b hidl_test: update for more complicated fmq struct by Steven Moreland · 6 years ago
  21. d0fbe75 IFoo: send struct with fmq. by Steven Moreland · 6 years ago
  22. 12c8b49 Merge "PointerType: disallow embedded" by Steven Moreland · 6 years ago
  23. 414f836 Merge "Remove file referenced by srcs and tool_files" by Treehugger Robot · 6 years ago
  24. e44a169 Remove file referenced by srcs and tool_files by Colin Cross · 6 years ago
  25. 1f57548 PointerType: disallow embedded by Steven Moreland · 6 years ago
  26. 1a77a4a Do not allow leading comma in argument list. by Yifan Hong · 6 years ago
  27. 2dafb92 Verify that Java supplied primitive arrays match the dimensions of the by Andreas Huber · 6 years ago
  28. 492bada Fix and test for enum/bitfield in safe_union. by Steven Moreland · 6 years ago
  29. 2ba8b04 Merge changes from topic "java_native_handles" by Steven Moreland · 6 years ago
  30. 3345fc5 Testing native handles with non-zero FDs by Nirav Atre · 6 years ago
  31. 97b7e9c Augmenting hidl-gen to support native handles in Java by Nirav Atre · 6 years ago
  32. e13e374 Fix hidl_error_test b/c ANDROID_BUILD_TOP removed. by Steven Moreland · 6 years ago
  33. 744eb32 Don't require Path in hidl_package_root. by Steven Moreland · 6 years ago
  34. ba140f4 Fix order of hidl unlinkToDeath. by Steven Moreland · 6 years ago
  35. d7f8ab3 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  36. 9fd2f4a Split libhidl-gen-utils to *-host-utils by Yifan Hong · 6 years ago
  37. 64868d3 Assignment operator and move semantics for HIDL safe_unions by Nirav Atre · 6 years ago
  38. 1d56562 Fix parcelling code for structs containing interfaces by Nirav Atre · 6 years ago
  39. a5c2421 GTest test-cases for HIDL safe unions in Java by Nirav Atre · 6 years ago
  40. 2763ed9 Test HIDL safe_union destructors (C++) by Nirav Atre · 6 years ago
  41. 8d4c694 GTest test-cases for interfaces in HIDL safe unions by Nirav Atre · 6 years ago
  42. c161b91 GTest test-cases for HIDL safe unions by Nirav Atre · 6 years ago
  43. e7cc033 Make hidl_test_java restricted to /data. by Steven Moreland · 6 years ago
  44. a421b31 Better error for doc_comment at the end of block. by Steven Moreland · 6 years ago
  45. b8ad7e7 Update hidl_test to use IServiceManager 1.2. by Steven Moreland · 6 years ago
  46. 7009222 Test for IServiceManager::debugDump by Steven Moreland · 6 years ago
  47. 42a4aae Remove VTS_CONFIG_SRC_DIR by Zhuoyao Zhang · 6 years ago
  48. 87e957d Replace hidl_enum_{iterator -> range}. by Steven Moreland · 6 years ago
  49. c7cf2de Additional test for SystemApi. by Steven Moreland · 6 years ago
  50. e5549e9 Merge "hidl_test(_java): specify deps w/ TARGET_2ND_ARCH" by Treehugger Robot · 6 years ago
  51. dfc79bd hidl_test(_java): specify deps w/ TARGET_2ND_ARCH by Steven Moreland · 6 years ago
  52. 1efff1a Fix 'ping' for Java. by Steven Moreland · 6 years ago
  53. d90e2fe Fix enum toString for inherited enums + test. by Steven Moreland · 6 years ago
  54. d40a576 FqInstance::setTo accepts more formats. by Yifan Hong · 6 years ago
  55. 7773089 Remove FQName::isValid by Steven Moreland · 6 years ago
  56. d5c53cc Add FqInstance class. by Yifan Hong · 6 years ago
  57. 255c9a1 Clean errors for missing package roots. by Steven Moreland · 6 years ago
  58. 71f0913 Import fails if parsing fails. by Steven Moreland · 6 years ago
  59. 99231b0 Enable experimental in hidl-gen. by Steven Moreland · 6 years ago
  60. 366fe77 hidl_test(_java) require dependency. by Steven Moreland · 6 years ago
  61. 6d3d3c8 Coordinator keeps track of output directory. by Steven Moreland · 6 years ago
  62. d623a9c Error and test for missing variable name. by Steven Moreland · 6 years ago
  63. 3822083 config change after VtsPythonVirtualenvPreparer change by Yuexi Ma · 7 years ago
  64. 06a81cf Get imported packages based on granular names. by Steven Moreland · 7 years ago
  65. e56a217 Merge changes Ia29c8ae4,I8ca07335 by Treehugger Robot · 7 years ago
  66. 1bf7b4f Merge "Make HIDL java to support a interfaces in structs" by Howard Chen · 7 years ago
  67. 36f8e68 Test for empty generates. by Steven Moreland · 7 years ago
  68. 4f20ed6 Automatic dependencies for error test. by Steven Moreland · 7 years ago
  69. af084db Make HIDL java to support a interfaces in structs by Howard Chen · 7 years ago
  70. 121a758 Add metadata to modules in system/tools/hidl by Hsin-Yi Chen · 7 years ago
  71. 3aa0d71 Union in vec in HIDL. by Steven Moreland · 7 years ago
  72. ebb9b24 Add missing check to java test. by Steven Moreland · 7 years ago
  73. 89a9ebb Module owner support in HIDL. by Steven Moreland · 7 years ago
  74. ecfb451 HIDL defined type to support a composed interface by Howard Chen · 7 years ago
  75. 6961d3f Add enum iteration to HIDL. by Steven Moreland · 7 years ago
  76. 3ba4df6 Update makefiles for hidl_interface. by Steven Moreland · 7 years ago
  77. d2af9ea Remove hidl-gen subdirs. by Steven Moreland · 7 years ago
  78. ba93480 Merge "Fix bug in enforceMinorVersionUprevs." by Treehugger Robot · 7 years ago
  79. 8775715 Fix bug in enforceMinorVersionUprevs. by Steven Moreland · 7 years ago
  80. cdfe2cf Move disabled test out. by Steven Moreland · 7 years ago
  81. 2354853 Install 32-bit hidl_test_java_native too by Dan Willemsen · 7 years ago
  82. f89e106 Allow equality checking and hash for HIDL interface proxies. by Yifan Hong · 7 years ago
  83. a23f1ae Optimize array marshaling to copy linear ranges of memory instead of by Andreas Huber · 7 years ago
  84. 9bf5a09 Reland "HIDL Java getService now the same as C++." by Steven Moreland · 7 years ago
  85. d5ba3da Remove module names from LOCAL_ADDITIONAL_DEPENDENCIES by Dan Willemsen · 7 years ago
  86. 5ed0a0b Make sure comments in current.txt files are tested. by Steven Moreland · 7 years ago
  87. 9180ecd Merge "Add fmq_test to hidl's run_all_device_tests script" by Treehugger Robot · 7 years ago
  88. 5e33b0c Merge "hidl_test using static passthrough libs" by Treehugger Robot · 7 years ago
  89. 05de21f Add fmq_test to hidl's run_all_device_tests script by Steven Moreland · 7 years ago
  90. b4a1a59 hidl_test using static passthrough libs by Steven Moreland · 7 years ago
  91. 87b26d7 Don't enforce minor ver restrictions if types-only by Steven Moreland · 7 years ago
  92. 887b84c hidl-gen generates Java with Soong. by Steven Moreland · 7 years ago
  93. 4eb9df1 Fix startup race during execution of hidl_test_java. by Andreas Huber · 7 years ago
  94. c4b8b6f Configure test timeout for hidlUnitTest by Zhuoyao Zhang · 7 years ago
  95. 768250f Add hidl-module-defaults to adapter modules. by Steven Moreland · 7 years ago
  96. bff4bd2 Use wrapPassthrough in getService. by Steven Moreland · 7 years ago
  97. b8361a2 Remove bad/flaky test from hidl_test. by Steven Moreland · 7 years ago
  98. b953206 Merge "Use -Werror in system/tools/hidl" by Treehugger Robot · 7 years ago
  99. 5880ba2 Merge changes from topic "no-L-makefile-prep" by Treehugger Robot · 7 years ago
  100. 489aa29 Merge "Clarify test cases which differentiate passthrough" by Treehugger Robot · 7 years ago