summaryrefslogtreecommitdiff
path: root/test_main.cpp
AgeCommit message (Expand)Author
2023-11-13Reapply "Skip the test that loads the android.hidl.memory library"Devin Moore
2023-11-13Revert "Skip the test that loads the android.hidl.memory library"Devin Moore
2023-11-08Skip the test that loads the android.hidl.memory libraryDevin Moore
2021-10-21HIDL Return withDefault constandroid-s-v2-preview-2android-s-v2-preview-1android-s-v2-beta-2android-s-v2-preview-1Steven Moreland
2021-03-29hidl_string: empty string opt always appliesSteven Moreland
2021-01-23libhidl_test: fatal -> error warningSteven Moreland
2020-04-03Fix hypothetical double-own in hidl_vec.Steven Moreland
2019-11-05Fix HidlReturnRestriction for operator= case.Steven Moreland
2019-09-20HIDL stuff on host.Steven Moreland
2019-09-06Tests & stronger guarantees for hidl_* pads.Steven Moreland
2019-07-24Merge "Implement hidl_vec::find and hidl_vec::contains"Treehugger Robot
2019-07-23Implement hidl_vec::find and hidl_vec::containsTomasz Wasilczyk
2019-07-16Tests for Return crashes.Steven Moreland
2019-06-20hidl_vec: move elements on resizeSteven Moreland
2019-02-08Allow hidl_vec = initializer listSiarhei Vishniakou
2018-11-27libhidl_test: doesn't require additional binariesSteven Moreland
2018-06-25hidl_version: add operator!=Steven Moreland
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