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