1. 0693f31 Update for service registration notifications. by Steven Moreland · 8 years ago
  2. 01bcb77 Add tests for listing service names. by Steven Moreland · 8 years ago
  3. d5419bd Support genrules with multiple tools by Colin Cross · 8 years ago
  4. be627b3 hidl-gen: some error recovery. by Yifan Hong · 8 years ago
  5. 0752ad5 Add hidl_test_java dependencies in build system. by Steven Moreland · 8 years ago
  6. c46e984 Break ::android::hardware namespace assumption. by Steven Moreland · 8 years ago
  7. 19d5c17 Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  8. a65bb2c Add test for null native_handle_t*. by Yifan Hong · 8 years ago
  9. e163823 Allow nullptr interfaces to be passed. by Martijn Coenen · 8 years ago
  10. 9ec25fc Merge "Update hidl-gen to generate full name for vts attributes." by Treehugger Robot · 8 years ago
  11. 8c48ad7 Test for vec<handle> and embedded handle support. by Yifan Hong · 8 years ago
  12. 1e81c53 Add test for binder inheritence. by Yifan Hong · 8 years ago
  13. bf828c8 Update hidl-gen to generate full name for vts attributes. by Zhuoyao Zhang · 8 years ago
  14. 07941da Merge "Adds support for specifying the version of a service to register/lookup." by Andreas Huber · 8 years ago
  15. 2bb6e1e Adds support for specifying the version of a service to register/lookup. by Andreas Huber · 8 years ago
  16. 48562fd hidl_test: disabled some tests that are fixed right away. by Yifan Hong · 8 years ago
  17. 40a4723 Merge "hidl_test: require -impl." by Treehugger Robot · 8 years ago
  18. 969d2af Merge "Cleanup hidl-gen to use HidlInstrumentor." by Zhuoyao Zhang · 8 years ago
  19. 964f72f Cleanup hidl-gen to use HidlInstrumentor. by Zhuoyao Zhang · 8 years ago
  20. 40d131b hidl_test: require -impl. by Steven Moreland · 8 years ago
  21. 398e6fb hidl_test: move duplicated code to shared lib by Yifan Hong · 8 years ago
  22. 24bfddd Removed call to overloaded function in hidl_test. by Steven Moreland · 8 years ago
  23. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  24. b054e8c Merge "Vectors are now exposed as ArrayList<T> in the Java backend even for arguments" by Andreas Huber · 8 years ago
  25. 35d6600 hidl_test: kill servers more gracefully. by Yifan Hong · 8 years ago
  26. d12398d hidl_test: Add -p/-b option. by Yifan Hong · 8 years ago
  27. 3cccc0f hidl_test: Fix validationPointerInterface. by Yifan Hong · 8 years ago
  28. ca89052 hidl_test: Move getService to environment setup by Yifan Hong · 8 years ago
  29. c70f0d8 hidl_test: add back binderized mode by Yifan Hong · 8 years ago
  30. 031a61e hidl_test: passthru; move foo/bar/pointer's impl by Yifan Hong · 8 years ago
  31. 3eac8a3 hidl_test: cleanup by Yifan Hong · 8 years ago
  32. fa4b3c6 Merge "Revert "Removed test for overloaded function."" by Steven Moreland · 8 years ago
  33. 45fa6eb Revert "Removed test for overloaded function." by Steven Moreland · 8 years ago
  34. c54dab9 Merge "Removed test for overloaded function." by Treehugger Robot · 8 years ago
  35. 1b6822b Vectors are now exposed as ArrayList<T> in the Java backend even for arguments by Andreas Huber · 8 years ago
  36. 251ed10 Removed test for overloaded function. by Steven Moreland · 8 years ago
  37. 5eac2de Update vts files for nfc hidl file style change. by Zhuoyao Zhang · 8 years ago
  38. ef1a9fe Get rid of call enum. by Steven Moreland · 8 years ago
  39. b725d67 hidl_test: add test for null native handle. by Yifan Hong · 8 years ago
  40. 7a82772 hidl_test: abort test gracefully if service not found by Yifan Hong · 8 years ago
  41. c5ea9f5 Update hidl-gen support for vts. by Zhuoyao Zhang · 8 years ago
  42. cc59f65 Merge "Add instrumentation code on proxy side." by Zhuoyao Zhang · 8 years ago
  43. 7bc2da6 Merge "Revert "Revert "Revert "Regenerate test nfc vts files."""" by Steven Moreland · 8 years ago
  44. 89e74b4 Revert "Revert "Revert "Regenerate test nfc vts files.""" by Steven Moreland · 8 years ago
  45. 8f49294 Add instrumentation code on proxy side. by Zhuoyao Zhang · 8 years ago
  46. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  47. 803764f Revert "Revert "Regenerate test nfc vts files."" by Steven Moreland · 8 years ago
  48. 67f67b4 Disallow null callbacks. by Steven Moreland · 8 years ago
  49. 386d6cb Merge "Revert "Regenerate test nfc vts files."" by Martijn Coenen · 8 years ago
  50. 7d3f4e3 Merge "Fix compiler warnings in hidl_test." by Andreas Huber · 8 years ago
  51. 8696243 Revert "Regenerate test nfc vts files." by Steven Moreland · 8 years ago
  52. 1452b4f Merge "Regenerate test nfc vts files." by Steven Moreland · 8 years ago
  53. e8047bf Fix compiler warnings in hidl_test. by Andreas Huber · 8 years ago
  54. 4046647 Regenerate test nfc vts files. by Steven Moreland · 8 years ago
  55. 676abdc Generate Android.bp files; Convert to Android.bp by Dan Willemsen · 8 years ago
  56. 8446590 Add test for parcel # references cap. by Yifan Hong · 8 years ago
  57. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  58. b1c976d Merge "Adds a test to verify new hidl_array<T, SIZE1, SIZE...>::size() API(s)" by Treehugger Robot · 8 years ago
  59. b15f248 Merge "Add missing liblog dependency" by Dimitry Ivanov · 8 years ago
  60. 5d03477 Adds a test to verify new hidl_array<T, SIZE1, SIZE...>::size() API(s) by Andreas Huber · 8 years ago
  61. 5e44a29 Avoid name conflicts in the generated C++ proxy code when arguments and results by Andreas Huber · 8 years ago
  62. f1abc2a HIDL vectors are now exposed as ArrayLists rather than Vectors in Java. by Andreas Huber · 8 years ago
  63. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  64. 4724055 Add missing liblog dependency by Dimitry Ivanov · 8 years ago
  65. c94ccaf test: Wait on the correct Pid by Myles Watson · 8 years ago
  66. 1858dba Merge "Arrays of arrays are now coalesced into a single multi-dimensional array type." by Treehugger Robot · 8 years ago
  67. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  68. de57800 Support generating instrumentation code for C++ backend in hidl-gen. by Zhuoyao Zhang · 8 years ago
  69. ec085bc Merge "hidl_test: fixed EXPECT_OK and EXPECT_ARRAYEQ" by Steven Moreland · 8 years ago
  70. 4c865b7 [Java hidl-gen] Fix multi-dimensional arrays (used within structures, not by Andreas Huber · 8 years ago
  71. e70455b hidl_test: fixed EXPECT_OK and EXPECT_ARRAYEQ by Steven Moreland · 8 years ago
  72. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  73. 8dd2981 Merge "Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods." by Treehugger Robot · 8 years ago
  74. 4bcf97d MQDescriptor is now a predefined type. by Andreas Huber · 8 years ago
  75. f630bc8 Java support for passing vec<STRUCT-TYPE> and STRUCT-TYPE[] to and from methods. by Andreas Huber · 8 years ago
  76. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  77. 4ff971c Remove String16 dependency. by Martijn Coenen · 8 years ago
  78. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  79. 60bce22 Reduce unnecesary waiting in hidl_test. by Steven Moreland · 8 years ago
  80. 34c302c Disable hidl_gen_test. by Zhuoyao Zhang · 8 years ago
  81. 097526f Stop hard coding gtest crap. by Dan Albert · 8 years ago
  82. 5c78afc hidl-gen: update test data by Iliyan Malchev · 8 years ago
  83. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  84. 0b3b411 Merge changes from topic 'java_makefiles' by TreeHugger Robot · 8 years ago
  85. 19ca75a Emit eval result of constant expressions for Java. by Yifan Hong · 8 years ago
  86. 0fa9e39 Auto-generate java libraries for compatible packages. by Andreas Huber · 8 years ago
  87. 03866f5 Some minor fixes to hidl_test output. by Andreas Huber · 8 years ago
  88. 93d0ebb hidl-gen: fix build-time constexpr tests by Iliyan Malchev · 8 years ago
  89. 5788697 Evaluate constant expressions. by Yifan Hong · 8 years ago
  90. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  91. d07494f Merge "A few fix of hidl-gen for vts generator." by Zhuoyao Zhang · 8 years ago
  92. 1993352 A few fix of hidl-gen for vts generator. by Zhuoyao Zhang · 8 years ago
  93. 401cd16 Adds a test verifying that the Java backend is compatible with the C++ backend. by Andreas Huber · 8 years ago
  94. 3684913 Support typedef for vts generator. by Zhuoyao Zhang · 8 years ago
  95. 0acf419 hidl_test: add server-timing tests by Iliyan Malchev · 8 years ago
  96. 1dc8793 hidl_test: apply gtest. by Yifan Hong · 8 years ago
  97. 864c771 Enhanced hidl-gen support for generating vts files. by Zhuoyao Zhang · 8 years ago
  98. 2b6591b Rename SimpleReturn --> Return by Iliyan Malchev · 8 years ago
  99. 7473fab Generated makefiles link against libhidl. by Martijn Coenen · 8 years ago
  100. d856b05 hidl_test: update to use elided callbacks by Iliyan Malchev · 8 years ago