1. 115d428 Add (un)linkToDeath to generated interfaces. by Martijn Coenen · 8 years ago
  2. 5749b2c Test for echoed interfaces. by Yifan Hong · 8 years ago
  3. def2cfb Add test for constructor of HidlInstrumentor. by Yifan Hong · 8 years ago
  4. 6ec2f0b BnFoo class cleanup. by Martijn Coenen · 8 years ago
  5. 4b0214d hidl_test: fix test names. by Yifan Hong · 8 years ago
  6. c893404 Hidlize IBase; use IBase instead of IBinder. by Yifan Hong · 8 years ago
  7. 99e6beb memory -> hidl_memory and pointer -> hidl_pointer by Martijn Coenen · 8 years ago
  8. 2ae5bca Revert "Use get instead of implicit cast of Return<*>." by Steven Moreland · 8 years ago
  9. ccd782b hidl_test: Fix server names get out of bounds. by Yifan Hong · 8 years ago
  10. c7167ca hidl_test: fail if service registration fails. by Steven Moreland · 8 years ago
  11. 90e50cd Use get instead of implicit cast of Return<*>. by Steven Moreland · 8 years ago
  12. 2f69a5b Map handle to hidl_handle in all cases. by Martijn Coenen · 8 years ago
  13. b48a7da Include pure types in hidl_test. by Steven Moreland · 8 years ago
  14. d39133b IFoo::descriptor String16 -> const char* by Steven Moreland · 8 years ago
  15. 0693f31 Update for service registration notifications. by Steven Moreland · 8 years ago
  16. 01bcb77 Add tests for listing service names. by Steven Moreland · 8 years ago
  17. 19d5c17 Update for hidlized hwservicemanager. by Steven Moreland · 8 years ago
  18. a65bb2c Add test for null native_handle_t*. by Yifan Hong · 8 years ago
  19. e163823 Allow nullptr interfaces to be passed. by Martijn Coenen · 8 years ago
  20. 8c48ad7 Test for vec<handle> and embedded handle support. by Yifan Hong · 8 years ago
  21. 1e81c53 Add test for binder inheritence. by Yifan Hong · 8 years ago
  22. 48562fd hidl_test: disabled some tests that are fixed right away. by Yifan Hong · 8 years ago
  23. 398e6fb hidl_test: move duplicated code to shared lib by Yifan Hong · 8 years ago
  24. 24bfddd Removed call to overloaded function in hidl_test. by Steven Moreland · 8 years ago
  25. 86a112b Special consideration for passing vec<interface> or vec<IFoo> to and from by Andreas Huber · 8 years ago
  26. 35d6600 hidl_test: kill servers more gracefully. by Yifan Hong · 8 years ago
  27. d12398d hidl_test: Add -p/-b option. by Yifan Hong · 8 years ago
  28. 3cccc0f hidl_test: Fix validationPointerInterface. by Yifan Hong · 8 years ago
  29. ca89052 hidl_test: Move getService to environment setup by Yifan Hong · 8 years ago
  30. c70f0d8 hidl_test: add back binderized mode by Yifan Hong · 8 years ago
  31. 031a61e hidl_test: passthru; move foo/bar/pointer's impl by Yifan Hong · 8 years ago
  32. 3eac8a3 hidl_test: cleanup by Yifan Hong · 8 years ago
  33. 45fa6eb Revert "Removed test for overloaded function." by Steven Moreland · 8 years ago
  34. 251ed10 Removed test for overloaded function. by Steven Moreland · 8 years ago
  35. ef1a9fe Get rid of call enum. by Steven Moreland · 8 years ago
  36. b725d67 hidl_test: add test for null native handle. by Yifan Hong · 8 years ago
  37. 7a82772 hidl_test: abort test gracefully if service not found by Yifan Hong · 8 years ago
  38. be2a373 hidl-gen: add sanitizedName to emitReaderWriterEmbedded. by Yifan Hong · 8 years ago
  39. 67f67b4 Disallow null callbacks. by Steven Moreland · 8 years ago
  40. e8047bf Fix compiler warnings in hidl_test. by Andreas Huber · 8 years ago
  41. 8446590 Add test for parcel # references cap. by Yifan Hong · 8 years ago
  42. bf459bc Pointer support and embedded types in HIDL. by Yifan Hong · 8 years ago
  43. 5d03477 Adds a test to verify new hidl_array<T, SIZE1, SIZE...>::size() API(s) by Andreas Huber · 8 years ago
  44. 5e44a29 Avoid name conflicts in the generated C++ proxy code when arguments and results by Andreas Huber · 8 years ago
  45. f03332a Arrays in .hal files are now exposed to C++ as hidl_array<T, SIZE ...> by Andreas Huber · 8 years ago
  46. c94ccaf test: Wait on the correct Pid by Myles Watson · 8 years ago
  47. 709b62d Arrays of arrays are now coalesced into a single multi-dimensional array type. by Andreas Huber · 8 years ago
  48. e70455b hidl_test: fixed EXPECT_OK and EXPECT_ARRAYEQ by Steven Moreland · 8 years ago
  49. f9d49f1 [C++ hidl-gen] Fix multi-dimensional arrays, vectors of arrays. by Andreas Huber · 8 years ago
  50. a21f149 Encode hidl_version in each generated interface. by Martijn Coenen · 8 years ago
  51. 4ff971c Remove String16 dependency. by Martijn Coenen · 8 years ago
  52. d57066f hidl-gen: use Return<void> by Iliyan Malchev · 8 years ago
  53. 60bce22 Reduce unnecesary waiting in hidl_test. by Steven Moreland · 8 years ago
  54. 9391510 Move Status to libhidl. by Martijn Coenen · 8 years ago
  55. 03866f5 Some minor fixes to hidl_test output. by Andreas Huber · 8 years ago
  56. 4078631 Split 'IFoo' into 'IFoo' and 'IHwFoo' by Steven Moreland · 8 years ago
  57. 0acf419 hidl_test: add server-timing tests by Iliyan Malchev · 8 years ago
  58. 1dc8793 hidl_test: apply gtest. by Yifan Hong · 8 years ago
  59. 2b6591b Rename SimpleReturn --> Return by Iliyan Malchev · 8 years ago
  60. 7473fab Generated makefiles link against libhidl. by Martijn Coenen · 8 years ago
  61. d856b05 hidl_test: update to use elided callbacks by Iliyan Malchev · 8 years ago
  62. 9add9fd hidl_test: use booleans by Iliyan Malchev · 8 years ago
  63. b31e10c hidl_test: clean up by Iliyan Malchev · 8 years ago
  64. 899b063 fix hidl_test to use proper hidl_vec<> allocation. by Andreas Huber · 8 years ago
  65. 88ca451 Updated hidl_test to reflect changes in hidl-gen. by Steven Moreland · 8 years ago
  66. 8a82ff7 hidl::{Parcel,Binder & friends} => hardware::\1 by Andreas Huber · 8 years ago
  67. 6cb08cf Support for inheritance of interfaces. by Andreas Huber · 8 years ago
  68. 9cd48d0 Simple test cmdline app. by Andreas Huber · 8 years ago