1. d85fcd1 Fix HidlReturnRestriction for operator= case. by Steven Moreland · 4 years, 7 months ago
  2. 2056cf3 HIDL stuff on host. by Steven Moreland · 4 years, 8 months ago
  3. f0dd160 Tests & stronger guarantees for hidl_* pads. by Steven Moreland · 5 years ago
  4. 0d2a0da Merge "Implement hidl_vec::find and hidl_vec::contains" by Treehugger Robot · 4 years, 10 months ago
  5. 93f7592 Implement hidl_vec::find and hidl_vec::contains by Tomasz Wasilczyk · 4 years, 10 months ago
  6. 9cafed5 Tests for Return crashes. by Steven Moreland · 4 years, 10 months ago
  7. dfbedb8 hidl_vec: move elements on resize by Steven Moreland · 5 years ago
  8. c48d4f6 Allow hidl_vec = initializer list by Siarhei Vishniakou · 5 years ago
  9. 138c350 libhidl_test: doesn't require additional binaries by Steven Moreland · 5 years ago
  10. b328f01 hidl_version: add operator!= by Steven Moreland · 6 years ago
  11. 951fb13 Move preload test to libhidl_test. by Steven Moreland · 7 years ago
  12. aa661fc Remove flaky test and clarify documentation. by Steven Moreland · 7 years ago
  13. 96e9de0 Add size constructor to hidl_vec. by Steven Moreland · 7 years ago
  14. 41649d5 Fix clang-tidy performance-* warnings in system/libhidl. by Chih-Hung Hsieh · 7 years ago
  15. 86fd2e1 libhidl_test: remove flake by Steven Moreland · 7 years ago
  16. a9f6073 Add range constructor to hidl_vec. by Tomasz Wasilczyk · 7 years ago
  17. 4917296 libhidl: add withDefault by Steven Moreland · 7 years ago
  18. eb0c337 Implicit const char* cast removed, operator<< added to hidl_string. by Scott Randolph · 7 years ago
  19. 727e3dd std::string from const hidl_string test by Steven Moreland · 7 years ago
  20. 6f66754 TaskRunner starts the background thread only when needed by Yifan Hong · 7 years ago
  21. 0a35139 Move TaskRunner and SynchronizedQueue to details by Yifan Hong · 7 years ago
  22. 72db40f Status.h: remove service specific error codes. by Steven Moreland · 7 years ago
  23. 2be9418 Return<T>::description() provide more descriptive text than numbers by Yifan Hong · 7 years ago
  24. af4e43c return_status::checkStatus => assertOk by Yifan Hong · 7 years ago
  25. 153f87a Make operator= and constructor behavior consistent. by Steven Moreland · 7 years ago
  26. a21d84f hidl_string: allow null cstr by Steven Moreland · 7 years ago
  27. 551396a hidl_string: relational operators by Steven Moreland · 7 years ago
  28. a2a8184 hidl_string: add operator< by Steven Moreland · 7 years ago
  29. 53120f7 hidl_string: Add cstr + length constructor by Steven Moreland · 7 years ago
  30. 0f3461d Permit assignment from a null hidl_memory by Jeff Tinker · 7 years ago
  31. 9fcbb36 operator== and != for hidl_vec. by Yifan Hong · 7 years ago
  32. 19f4db5 hidl_version: Add comparison operators by Eino-Ville Talvala · 7 years ago
  33. 64fdf4d fix and expand hidl_vec::iterator; add const_iterator. by Yifan Hong · 7 years ago
  34. 44ab623 Convert (by copying) hidl_array from and to std::array. by Yifan Hong · 8 years ago
  35. bb840f7 Add hidl_vec iterator and hidl_string == by Scott Randolph · 8 years ago
  36. 3da6848 Libhidl: Add a constructor to hidl_array. by Sasha Levitskiy · 8 years ago
  37. 00f4a39 Split libhidl into base and transport. by Yifan Hong · 8 years ago