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