summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-12-24test: Drop pipeline testLaurent Pinchart
2022-12-24test: py: Fix test failure when ASan is enabledLaurent Pinchart
2022-12-24test: v4l2_compat: Enable test with ASanLaurent Pinchart
2022-12-24test: v4l2_compat: Reduce indentationLaurent Pinchart
2022-12-16test: controls: control_info: Test default def() valuesLaurent Pinchart
2022-11-24libcamera: Test sensor's ability to discover ancillary devicesYunke Cao
2022-11-08test: camera_reconfigure: Qualify move() with std:: namespaceLaurent Pinchart
2022-10-18ipa: vimc: Add Flags to parametersPaul Elder
2022-10-18ipa: vimc: Add IPAOperationCode to init() parameter listPaul Elder
2022-10-18test: generated_serializer: Test Flags that is struct memberPaul Elder
2022-10-18test: generated_serializer: Test enum that is struct memberPaul Elder
2022-10-10libcamera: base: utils: Drop defoptLaurent Pinchart
2022-10-07libcamera: pipeline_handler: Implement factories through class templatesLaurent Pinchart
2022-10-07libcamera: pipeline_handler: Return unique_ptr from createInstanceLaurent Pinchart
2022-10-07test: meson: Use dictionaries instead of arrays to store test informationLaurent Pinchart
2022-10-07test: Rename 't' to 'test' in meson.buildLaurent Pinchart
2022-10-05test: threads: Fix link failure due to missing dependencyLaurent Pinchart
2022-10-04test: threads: Test thread cleanup upon abnormal terminationLaurent Pinchart
2022-10-04test: v4l2_m2mdevice: Test control enumerationLaurent Pinchart
2022-09-12test: gstreamer: gstreamer_test: Remove redundant wordRishikesh Donadkar
2022-09-12test: gstreamer: Fix failure of gstreamer_multistream_testVedant Paranjape
2022-09-12libcamera: controls: initialise control info to ControlTypeNone by defaultChristian Rauch
2022-09-01tests: stream: Add a colorspace adjustment testUmang Jain
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