summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-08-30test: camera: Remove redundant call of std::string::c_str()Marvin Schmidt
2022-08-26test: Add a ColorSpace testLaurent Pinchart
2022-08-26utils: Satisfy LegacyInputIterator with StringSplitter::iteratorLaurent Pinchart
2022-08-21libcamera: yaml_parser: Enable YamlObject::get() for int8_t and uint8_tLaurent Pinchart
2022-08-21test: yaml-parser: Test out-of-range checks on integer parsingLaurent Pinchart
2022-08-21test: yaml-parser: Centralize integer parse checksLaurent Pinchart
2022-08-21test: yaml-parser: Simplify code by centralizing parse error checksLaurent Pinchart
2022-08-21libcamera: Remove unused headersChristian Rauch
2022-08-19py: Switch to non-blocking eventfdTomi Valkeinen
2022-08-03libcamera: v4l2_videodevice: Reintroduce toV4L2PixelFormat()Jacopo Mondi
2022-08-01test: yaml-parser: Test YamlObject::get(const T &defaultValue)Laurent Pinchart
2022-07-28libcamera: base: utils: Provide defopt to simplify std::optional::value_or() ...Laurent Pinchart
2022-07-28libcamera: yaml_parser: Add getList() functionFlorian Sylvestre
2022-07-28test: yaml-parser: Test dictionary items orderingLaurent Pinchart
2022-07-28libcamera: yaml_parser: Replace ok flag to get() with std::optionalLaurent Pinchart
2022-07-24test: gstreamer: Check availability of cameras before runningUmang Jain
2022-07-24test: gstreamer: Drop internal header from base classUmang Jain
2022-07-20test: control_list: Use get() to test for control presenceLaurent Pinchart
2022-07-06test: delayed_controls: Remove sequenceOffsetJacopo Mondi
2022-06-20libcamera: yaml_parser: Remove memberNames() functionLaurent Pinchart
2022-06-20test: yaml_parser: Extend tests to cover the iterator APILaurent Pinchart
2022-06-16test: yaml-parser: Use write() instead of fwrite()Laurent Pinchart
2022-06-16libcamera: yaml_parser: Switch from FILE to FileLaurent Pinchart
2022-06-16libcamera: yaml_parser: Extend YamlObject::size() to dictionariesLaurent Pinchart
2022-06-04py: Merge read_event() and get_ready_requests()Tomi Valkeinen
2022-06-01py: unittests: Fix test_select()Tomi Valkeinen
2022-06-01py: unittests: Fix test_sleep()Tomi Valkeinen
2022-06-01libcamera: Use "..." instead of <...> consistently for internal headersLaurent Pinchart
2022-05-27py: Rename 'efd' to 'event_fd'Tomi Valkeinen
2022-05-27py: Add CameraManager.read_event()Tomi Valkeinen
2022-05-18py: unittests: Make typechecker happyTomi Valkeinen
2022-05-18py: unittests: Verify that cam and cm are freedTomi Valkeinen
2022-05-18py: unittests: Fix selector fd useTomi Valkeinen
2022-05-10py: Add unittests.pyTomi Valkeinen
2022-05-10meson: Use new project_*_root() functionsTomi Valkeinen
2022-05-10test: Add YamlParser testHan-Lin Chen
2022-05-04libcamera: Replace toString with operator<<() for format classesLaurent Pinchart
2022-05-04libcamera: Replace toString with operator<<() for geometry classesLaurent Pinchart
2022-04-07test: v4l2_videodevice: Fix format configuration in the vimc pipelineLaurent Pinchart
2022-04-07test: v4l2_videodevice: dequeue_watchdog: Check return value of streamOnLaurent Pinchart
2022-04-07test: v4l2_videodevice: dequeue_watchdog: Log message on failuresLaurent Pinchart
2022-04-06test: v4l2_videodevice: Verify the Dequeue WatchdogKieran Bingham
2022-03-28test: Test V4L2BufferCache::isEmpty() member functionNaushir Patuck
2022-03-25libcamera: base: timer: Drop start() overload with int argumentLaurent Pinchart
2022-02-04libcamera: base: object: Prevent the same signal being connected more than onceKieran Bingham
2022-01-19test: Ensure CameraTest tests are not run in parallelKieran Bingham
2022-01-17test: v4l2_compat: Add --verbose argumentLaurent Pinchart
2021-12-13test: fence: Signal fence onceJacopo Mondi
2021-12-13test: fence: Check write return valueJacopo Mondi
2021-12-11test: fence: Add test for the Fence classJacopo Mondi