1. aa2401c Allow comments preceding imports. by Steven Moreland · 5 years ago
  2. 4d89ee2 Parse '/*' comments as well. by Steven Moreland · 6 years ago
  3. 73f9474 Removes _hidl_is_oneway checks from hidl-gen. by Daniel Norman · 5 years ago
  4. 3d0334e Merge "Remove ref<>." by Steven Moreland · 5 years ago
  5. 5fc94e8 Merge "Grabs hidl_test_java_java.jar from a wildcard path." by Treehugger Robot · 5 years ago
  6. 8249f0a Remove ref<>. by Steven Moreland · 5 years ago
  7. f2bd954 Grabs hidl_test_java_java.jar from a wildcard path. by Daniel Norman · 5 years ago
  8. a59ebe2 Add hidl-lint infrastructure and oneway methods lint by Neel Mehta · 5 years ago
  9. 698840c Parse some common options in Coordinator by Neel Mehta · 5 years ago
  10. f71ab22 Add license to java-impl-test by Neel Mehta · 5 years ago
  11. 6374075 Merge "Remove nice error for null _hidl_cb." by Steven Moreland · 5 years ago
  12. 8f8d5d1 Remove nice error for null _hidl_cb. by Steven Moreland · 5 years ago
  13. 4b6f439 Add -Ljava-impl for HIDL by Neel Mehta · 6 years ago
  14. a3e6d5f hidl_error_test: add failure code by Steven Moreland · 6 years ago
  15. c0306b4 hidl_test*: working around breaking build changes. by Steven Moreland · 6 years ago
  16. 57d3b7f Merge "Revert "Compound/EnumType: smaller toString"" by Treehugger Robot · 6 years ago
  17. 51d20e9 Revert "Compound/EnumType: smaller toString" by Steven Moreland · 6 years ago
  18. c8c053e Modernize code to use override keyword by Yi Kong · 6 years ago
  19. 25ddda3 Merge "Compound/EnumType: smaller toString" by Steven Moreland · 6 years ago
  20. dafe268 Merge "HIDL Lazy Test" by Treehugger Robot · 6 years ago
  21. d31fdf9 HIDL Lazy Test by Steven Moreland · 6 years ago
  22. feaee3b hidl_interface: remove need for 'types' by Steven Moreland · 6 years ago
  23. 78ab753 Compound/EnumType: smaller toString by Steven Moreland · 6 years ago
  24. fa333e7 Merge "Fix cert-dcl16-c clang-tidy warnings" by Chih-hung Hsieh · 6 years ago
  25. cbf9bf7 Fix cert-dcl16-c clang-tidy warnings by Chih-Hung Hsieh · 6 years ago
  26. 8cfa3ed Fix performance-for-range-copy warnings by Chih-Hung Hsieh · 6 years ago
  27. 650bc51 hidl_interface: workaround to inherit common props by Steven Moreland · 6 years ago
  28. c47bc66 Check invalid utf8 input to Java. by Steven Moreland · 6 years ago
  29. 2da3b4c hidl_test: cpp-specific safe_union by Steven Moreland · 6 years ago
  30. 12f0ab1 Implement constant expression tags. by Steven Moreland · 6 years ago
  31. dab3ff1 Generate hidl_enum_values instead of the range. by Steven Moreland · 6 years ago
  32. 58ad987 FQName/FqInstance: consistent getVersion by Steven Moreland · 6 years ago
  33. b1cc207 Test for 1.2 hwsm listManifestByInterface by Steven Moreland · 6 years ago
  34. 9b37ed1 safe_union: outside of android.hardware packages by Steven Moreland · 6 years ago
  35. e1850b8 hidl_test: fix flake by Steven Moreland · 6 years ago
  36. 5dec82f safe_union: disallow zero/single member unions. by Steven Moreland · 6 years ago
  37. 967c243 safe_union: remove hidl_no_init by Steven Moreland · 6 years ago
  38. 468d19b hidl_test: update for more complicated fmq struct by Steven Moreland · 6 years ago
  39. d0fbe75 IFoo: send struct with fmq. by Steven Moreland · 6 years ago
  40. 12c8b49 Merge "PointerType: disallow embedded" by Steven Moreland · 6 years ago
  41. 414f836 Merge "Remove file referenced by srcs and tool_files" by Treehugger Robot · 6 years ago
  42. e44a169 Remove file referenced by srcs and tool_files by Colin Cross · 6 years ago
  43. 1f57548 PointerType: disallow embedded by Steven Moreland · 6 years ago
  44. 1a77a4a Do not allow leading comma in argument list. by Yifan Hong · 6 years ago
  45. 2dafb92 Verify that Java supplied primitive arrays match the dimensions of the by Andreas Huber · 6 years ago
  46. 492bada Fix and test for enum/bitfield in safe_union. by Steven Moreland · 6 years ago
  47. 2ba8b04 Merge changes from topic "java_native_handles" by Steven Moreland · 6 years ago
  48. 3345fc5 Testing native handles with non-zero FDs by Nirav Atre · 6 years ago
  49. 97b7e9c Augmenting hidl-gen to support native handles in Java by Nirav Atre · 6 years ago
  50. e13e374 Fix hidl_error_test b/c ANDROID_BUILD_TOP removed. by Steven Moreland · 6 years ago
  51. 744eb32 Don't require Path in hidl_package_root. by Steven Moreland · 6 years ago
  52. ba140f4 Fix order of hidl unlinkToDeath. by Steven Moreland · 6 years ago
  53. d7f8ab3 Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  54. 9fd2f4a Split libhidl-gen-utils to *-host-utils by Yifan Hong · 6 years ago
  55. 64868d3 Assignment operator and move semantics for HIDL safe_unions by Nirav Atre · 6 years ago
  56. 1d56562 Fix parcelling code for structs containing interfaces by Nirav Atre · 6 years ago
  57. a5c2421 GTest test-cases for HIDL safe unions in Java by Nirav Atre · 6 years ago
  58. 2763ed9 Test HIDL safe_union destructors (C++) by Nirav Atre · 6 years ago
  59. 8d4c694 GTest test-cases for interfaces in HIDL safe unions by Nirav Atre · 6 years ago
  60. c161b91 GTest test-cases for HIDL safe unions by Nirav Atre · 6 years ago
  61. e7cc033 Make hidl_test_java restricted to /data. by Steven Moreland · 6 years ago
  62. a421b31 Better error for doc_comment at the end of block. by Steven Moreland · 6 years ago
  63. b8ad7e7 Update hidl_test to use IServiceManager 1.2. by Steven Moreland · 6 years ago
  64. 7009222 Test for IServiceManager::debugDump by Steven Moreland · 7 years ago
  65. 42a4aae Remove VTS_CONFIG_SRC_DIR by Zhuoyao Zhang · 7 years ago
  66. 87e957d Replace hidl_enum_{iterator -> range}. by Steven Moreland · 7 years ago
  67. c7cf2de Additional test for SystemApi. by Steven Moreland · 7 years ago
  68. e5549e9 Merge "hidl_test(_java): specify deps w/ TARGET_2ND_ARCH" by Treehugger Robot · 7 years ago
  69. dfc79bd hidl_test(_java): specify deps w/ TARGET_2ND_ARCH by Steven Moreland · 7 years ago
  70. 1efff1a Fix 'ping' for Java. by Steven Moreland · 7 years ago
  71. d90e2fe Fix enum toString for inherited enums + test. by Steven Moreland · 7 years ago
  72. d40a576 FqInstance::setTo accepts more formats. by Yifan Hong · 7 years ago
  73. 7773089 Remove FQName::isValid by Steven Moreland · 7 years ago
  74. d5c53cc Add FqInstance class. by Yifan Hong · 7 years ago
  75. 255c9a1 Clean errors for missing package roots. by Steven Moreland · 7 years ago
  76. 71f0913 Import fails if parsing fails. by Steven Moreland · 7 years ago
  77. 99231b0 Enable experimental in hidl-gen. by Steven Moreland · 7 years ago
  78. 366fe77 hidl_test(_java) require dependency. by Steven Moreland · 7 years ago
  79. 6d3d3c8 Coordinator keeps track of output directory. by Steven Moreland · 7 years ago
  80. d623a9c Error and test for missing variable name. by Steven Moreland · 7 years ago
  81. 3822083 config change after VtsPythonVirtualenvPreparer change by Yuexi Ma · 7 years ago
  82. 06a81cf Get imported packages based on granular names. by Steven Moreland · 7 years ago
  83. e56a217 Merge changes Ia29c8ae4,I8ca07335 by Treehugger Robot · 7 years ago
  84. 1bf7b4f Merge "Make HIDL java to support a interfaces in structs" by Howard Chen · 7 years ago
  85. 36f8e68 Test for empty generates. by Steven Moreland · 7 years ago
  86. 4f20ed6 Automatic dependencies for error test. by Steven Moreland · 7 years ago
  87. af084db Make HIDL java to support a interfaces in structs by Howard Chen · 7 years ago
  88. 121a758 Add metadata to modules in system/tools/hidl by Hsin-Yi Chen · 7 years ago
  89. 3aa0d71 Union in vec in HIDL. by Steven Moreland · 7 years ago
  90. ebb9b24 Add missing check to java test. by Steven Moreland · 7 years ago
  91. 89a9ebb Module owner support in HIDL. by Steven Moreland · 7 years ago
  92. ecfb451 HIDL defined type to support a composed interface by Howard Chen · 7 years ago
  93. 6961d3f Add enum iteration to HIDL. by Steven Moreland · 7 years ago
  94. 3ba4df6 Update makefiles for hidl_interface. by Steven Moreland · 7 years ago
  95. d2af9ea Remove hidl-gen subdirs. by Steven Moreland · 7 years ago
  96. ba93480 Merge "Fix bug in enforceMinorVersionUprevs." by Treehugger Robot · 7 years ago
  97. 8775715 Fix bug in enforceMinorVersionUprevs. by Steven Moreland · 7 years ago
  98. cdfe2cf Move disabled test out. by Steven Moreland · 7 years ago
  99. 2354853 Install 32-bit hidl_test_java_native too by Dan Willemsen · 7 years ago
  100. f89e106 Allow equality checking and hash for HIDL interface proxies. by Yifan Hong · 7 years ago