summaryrefslogtreecommitdiff
path: root/test_main.cpp
AgeCommit message (Expand)Author
2017-11-07Move preload test to libhidl_test.Steven Moreland
2017-10-06Remove flaky test and clarify documentation.Steven Moreland
2017-09-29Add size constructor to hidl_vec.Steven Moreland
2017-08-22Fix clang-tidy performance-* warnings in system/libhidl.Chih-Hung Hsieh
2017-08-02libhidl_test: remove flakeSteven Moreland
2017-07-19Add range constructor to hidl_vec.Tomasz Wasilczyk
2017-04-28libhidl: add withDefaultSteven Moreland
2017-04-12Implicit const char* cast removed, operator<< added to hidl_string.Scott Randolph
2017-03-24std::string from const hidl_string testSteven Moreland
2017-03-22TaskRunner starts the background thread only when neededYifan Hong
2017-03-20Move TaskRunner and SynchronizedQueue to detailsYifan Hong
2017-03-10Status.h: remove service specific error codes.Steven Moreland
2017-03-03Return<T>::description() provide more descriptive text than numbersandroid-o-preview-1o-previewYifan Hong
2017-03-03return_status::checkStatus => assertOkYifan Hong
2017-02-28Make operator= and constructor behavior consistent.Steven Moreland
2017-02-16hidl_string: allow null cstrSteven Moreland
2017-02-13hidl_string: relational operatorsSteven Moreland
2017-01-20hidl_string: add operator<Steven Moreland
2017-01-12hidl_string: Add cstr + length constructorSteven Moreland
2017-01-05Permit assignment from a null hidl_memoryJeff Tinker
2016-12-22operator== and != for hidl_vec.Yifan Hong
2016-12-15hidl_version: Add comparison operatorsEino-Ville Talvala
2016-12-12fix and expand hidl_vec::iterator; add const_iterator.Yifan Hong
2016-12-03Convert (by copying) hidl_array from and to std::array.Yifan Hong
2016-11-21Add hidl_vec iterator and hidl_string ==Scott Randolph
2016-11-20Libhidl: Add a constructor to hidl_array.Sasha Levitskiy
2016-11-18Split libhidl into base and transport.Yifan Hong