1. 9ce2b88 Merge "Suppress misc-macro-parentheses warnings in system/libhidl." by Chih-Hung Hsieh · 7 years ago
  2. 22673d2 Merge "Suppress misc-macro-parentheses warnings in system/libhidl." by Treehugger Robot · 7 years ago
  3. 8916d3a Merge "Add support for coverage flushing." am: ae0e2fc891 by Ryan Campbell · 7 years ago
  4. ae0e2fc Merge "Add support for coverage flushing." by Ryan Campbell · 7 years ago
  5. b30feca Suppress misc-macro-parentheses warnings in system/libhidl. by Chih-Hung Hsieh · 7 years ago
  6. f910a6e Fix typo in BsFoo tag comment. am: 396f195c52 by Steven Moreland · 7 years ago
  7. 69aff75 Add support for coverage flushing. by Ryan Campbell · 7 years ago
  8. 396f195 Fix typo in BsFoo tag comment. by Steven Moreland · 7 years ago
  9. 41a206a Merge "Add tags for hidl interfaces." am: 1b8051072b by Steven Moreland · 7 years ago
  10. 5f82d3e Add tags for hidl interfaces. by Steven Moreland · 7 years ago
  11. 2801531 Add range constructor to hidl_vec. am: a9f6073068 by Tomasz Wasilczyk · 7 years ago
  12. a9f6073 Add range constructor to hidl_vec. by Tomasz Wasilczyk · 7 years ago
  13. 019fa8d isDeadObject conditionally sets mCheckedStatus. am: 13f7f62af6 am: cdde11fc29 by Steven Moreland · 7 years ago
  14. 13f7f62 isDeadObject conditionally sets mCheckedStatus. by Steven Moreland · 7 years ago
  15. 93fa30e Initialize all HidlInstrumentor fields. am: 384792b1ed by Steven Moreland · 7 years ago
  16. 384792b Initialize all HidlInstrumentor fields. by Steven Moreland · 7 years ago
  17. 91950f1 Merge "Mark move constructor/assignment noexcept." into oc-dev am: ba8b925011 by Martijn Coenen · 7 years ago
  18. e8c36e1 Mark move constructor/assignment noexcept. by Martijn Coenen · 7 years ago
  19. f28c4d8 Merge "TaskRunner: move implementation to cpp" am: 13732d54ff am: 5eb37088c5 by Steven Moreland · 7 years ago
  20. 0540d28 TaskRunner: move implementation to cpp by Steven Moreland · 7 years ago
  21. bbf3d92 Merge "Include failure reasons in FATAL logging." am: 57c78074bd am: fd72194b3a by Elliott Hughes · 7 years ago
  22. 57c7807 Merge "Include failure reasons in FATAL logging." by Elliott Hughes · 7 years ago
  23. ea6fb39 Merge "libhidlbase: don't export libbase" am: fe003b3cfe am: 1ab6d60c8d by Steven Moreland · 7 years ago
  24. 0e55b45 Include failure reasons in FATAL logging. by Elliott Hughes · 7 years ago
  25. 141a4d3 libhidlbase: don't export libbase by Steven Moreland · 7 years ago
  26. 48458cb Merge "libhidl: add withDefault" am: 114d71cae7 am: 766030761a am: c7488fab36 by Steven Moreland · 7 years ago
  27. 4917296 libhidl: add withDefault by Steven Moreland · 7 years ago
  28. 686f611 libhidl: export cutils headers by Steven Moreland · 7 years ago
  29. 647c0af Mark as vendor_available by Steven Moreland · 7 years ago
  30. e038a71 libhidl: export cutils headers by Steven Moreland · 7 years ago
  31. eb0c337 Implicit const char* cast removed, operator<< added to hidl_string. by Scott Randolph · 7 years ago
  32. 6ae1f61 Mark as vendor_available by Steven Moreland · 7 years ago
  33. 89308d0 Merge "Remove unused include in MQDescriptor.h of utils/Log.h." by Treehugger Robot · 7 years ago
  34. da8e617 Remove dependency on libhidl-gen-utils. by Steven Moreland · 7 years ago
  35. 28ee5d9 Merge "Remove dependency on libhidl-gen-utils." into oc-dev by Steven Moreland · 7 years ago
  36. 3d17632 Merge "Remove unused include in MQDescriptor.h of utils/Log.h." into oc-dev by TreeHugger Robot · 7 years ago
  37. f022e5b Remove unused include in MQDescriptor.h of utils/Log.h. by Dan Willemsen · 7 years ago
  38. 8a9b8ab Merge "libhidl: remove libvintf dependency" by Steven Moreland · 7 years ago
  39. 819c05d Remove dependency on libhidl-gen-utils. by Steven Moreland · 7 years ago
  40. 40ccc88 Merge "Implicit const char* cast removed, operator<< added to hidl_string." into oc-dev by Scott Randolph · 7 years ago
  41. 330e3e2 libhidl: remove libvintf dependency by Steven Moreland · 7 years ago
  42. c601c5f libhidl: remove libvintf dependency by Steven Moreland · 7 years ago
  43. cccef01 Remove unused include in MQDescriptor.h of utils/Log.h. by Dan Willemsen · 7 years ago
  44. 8476eb8 Merge "Fix getService should retry on DEAD_OBJECT" by Yifan Hong · 7 years ago
  45. a7b2bb7 Fix getService should retry on DEAD_OBJECT by Yifan Hong · 7 years ago
  46. 6cd7d98 Fix getService should retry on DEAD_OBJECT by Yifan Hong · 7 years ago
  47. 0c84ab4 Implicit const char* cast removed, operator<< added to hidl_string. by Scott Randolph · 7 years ago
  48. 2c046f8 Merge "Check if alignment to word boundary would cause an overflow" into oc-dev by TreeHugger Robot · 7 years ago
  49. b088500 Check if alignment to word boundary would cause an overflow by Hridya Valsaraju · 7 years ago
  50. 2143e74 Check if alignment to word boundary would cause an overflow by Hridya Valsaraju · 7 years ago
  51. 6688d60 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 7 years ago
  52. 6b9cc69 Ensure proper alignment of hidl_handle's fields. by Andreas Huber · 7 years ago
  53. cd1bd11 Merge changes from topic 'taskrunner_details' am: f11ca98fa0 am: aac2688822 by Yifan Hong · 8 years ago
  54. 6f66754 TaskRunner starts the background thread only when needed by Yifan Hong · 8 years ago
  55. 8184c12 Simplify the implementation of TaskRunner. by Yifan Hong · 8 years ago
  56. 0a35139 Move TaskRunner and SynchronizedQueue to details by Yifan Hong · 8 years ago
  57. 4cf81d7 Merge "Remove liblog usage in MQDescriptor.h" am: 6fedcae8cf am: 80bde02a06 by Hridya Valsaraju · 8 years ago
  58. 6fedcae Merge "Remove liblog usage in MQDescriptor.h" by Treehugger Robot · 8 years ago
  59. b737030 Remove liblog usage in MQDescriptor.h by Hridya Valsaraju · 8 years ago
  60. ab52e55 Merge "Move toString() methods to android::hardware" am: f021e9166a am: 620e5fa0e6 by Hridya Valsaraju · 8 years ago
  61. f021e91 Merge "Move toString() methods to android::hardware" by Treehugger Robot · 8 years ago
  62. 4ff88a3 Move toString() methods to android::hardware by Hridya Valsaraju · 8 years ago
  63. f2250c7 Merge "getTransport checks both manifests." am: 1957f7a07f am: d05118a3c0 by Yifan Hong · 8 years ago
  64. 1152a2a getTransport checks both manifests. by Yifan Hong · 8 years ago
  65. 20f367f Status.h: remove service specific error codes. am: 72db40f4a6 am: e6db8c28ee by Steven Moreland · 8 years ago
  66. 72db40f Status.h: remove service specific error codes. by Steven Moreland · 8 years ago
  67. 67091d1 Merge "Change size_t member of hidl_memory type to uint64_t" am: 1658ce92e3 am: 8a405ea301 by Hridya Valsaraju · 8 years ago
  68. 6d4acb1 Change size_t member of hidl_memory type to uint64_t by Hridya Valsaraju · 8 years ago
  69. c2c91e6 Disable getDebugInfo address leak for production builds. am: 24332ef104 am: 3dfc848cc7 by Yifan Hong · 8 years ago
  70. 24332ef Disable getDebugInfo address leak for production builds. by Yifan Hong · 8 years ago
  71. a8aefce Return<T>::description() provide more descriptive text than numbers am: 2be9418963 am: 9f020ac106 by Yifan Hong · 8 years ago
  72. cf04f50 return_status::checkStatus => assertOk am: af4e43cc5b am: d367c32a86 by Yifan Hong · 8 years ago
  73. 2be9418 Return<T>::description() provide more descriptive text than numbers by Yifan Hong · 8 years ago
  74. af4e43c return_status::checkStatus => assertOk by Yifan Hong · 8 years ago
  75. e6e5055 Merge "Update for providing architecture info" am: 6558c77eb1 am: d5daea0b99 by Yifan Hong · 8 years ago
  76. 705e5da Update for providing architecture info by Yifan Hong · 8 years ago
  77. 59bd078 getTransport checks interface and instance names. am: 37b3620ce1 am: 40256807d6 by Yifan Hong · 8 years ago
  78. 37b3620 getTransport checks interface and instance names. by Yifan Hong · 8 years ago
  79. 1fad64f Add move constructor/assignment operator to hidl_memory am: 0126889103 am: eef47bd374 by Hridya Valsaraju · 8 years ago
  80. 0126889 Add move constructor/assignment operator to hidl_memory by Hridya Valsaraju · 8 years ago
  81. 4367031 getTransport respects system/manifest.xml am: 64a41d5877 am: dfdf0a76b8 by Yifan Hong · 8 years ago
  82. 64a41d5 getTransport respects system/manifest.xml by Yifan Hong · 8 years ago
  83. 20eb9dd Merge "Make operator= and constructor behavior consistent." am: ecfdacd86c am: 7e7e4a3860 by Steven Moreland · 8 years ago
  84. 153f87a Make operator= and constructor behavior consistent. by Steven Moreland · 8 years ago
  85. 7d39cc3 Merge "Remove getNativeHandle() and getGrantors()" am: 5b177d1ec9 am: 6ad84b4d81 by Hridya Valsaraju · 8 years ago
  86. ed4e714 Remove getNativeHandle() and getGrantors() by Hridya Valsaraju · 8 years ago
  87. 359b777 Merge "Updating warning messages for getTransport." am: b7b89dbc02 am: 1d83fed7e3 by Steven Moreland · 8 years ago
  88. b7b89db Merge "Updating warning messages for getTransport." by Treehugger Robot · 8 years ago
  89. 6dbb469 Merge "make Return<T> non-copyable." am: 7118883c6a am: 4fdc3b31a7 by Yifan Hong · 8 years ago
  90. 7118883 Merge "make Return<T> non-copyable." by Treehugger Robot · 8 years ago
  91. 6d8960d Updating warning messages for getTransport. by Steven Moreland · 8 years ago
  92. 603cde9 make Return<T> non-copyable. by Yifan Hong · 8 years ago
  93. 9972cf6 Fix unused variable warnings. am: ead33e2b4c am: b91052bef7 am: e324ec3599 by Steven Moreland · 8 years ago
  94. ead33e2 Fix unused variable warnings. by Steven Moreland · 8 years ago
  95. 35820d3 Build with -Wall and -Werror. am: 8dd6574328 am: 3c7fc56678 am: d675f6ad6f by Steven Moreland · 8 years ago
  96. 8dd6574 Build with -Wall and -Werror. by Steven Moreland · 8 years ago
  97. 99ab54b Merge "split android.hidl.memory" by Treehugger Robot · 8 years ago
  98. 8527df7 Merge "Add move constructor and move operator= to Return<T>." am: 182e0db08c am: e8972d5683 by Yifan Hong · 8 years ago
  99. 182e0db Merge "Add move constructor and move operator= to Return<T>." by Treehugger Robot · 8 years ago
  100. 9904749 Merge "split android.hidl.memory" by TreeHugger Robot · 8 years ago