summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-06-08libcamera: utils: Add helper class for std::chrono::durationNaushir Patuck
2021-05-26test: v4l2_videodevice: controls: Test 64-bit controlsLaurent Pinchart
2021-05-26test: byte-stream-buffer: Initialize data arrayNiklas Söderlund
2021-05-18libcamera: utils: Add enumerate view for range-based for loopsLaurent Pinchart
2021-05-06test: control_list: Test ControlList::merge()Jacopo Mondi
2021-05-06test: control_list: Check for Brightness presenceJacopo Mondi
2021-05-05test: bayer-format: Rectify internal header's #include pathUmang Jain
2021-04-15test: span: Add tests for begin() and rbegin()Laurent Pinchart
2021-04-12test: threads: Fix memory leakLaurent Pinchart
2021-03-28meson: Summarize which applications and adaptation layers are builtLaurent Pinchart
2021-03-23ipa: Add sensor model string to IPASettingsNaushir Patuck
2021-03-12test: delayed_controls: Rename delayed_contols.cpp to delayed_controls.cppNaushir Patuck
2021-03-12test: delayed_controls: Fixup tests after recent DelayedControls changesNaushir Patuck
2021-03-12libcamera: delayed_controls: Add notion of priority writeNaushir Patuck
2021-03-02tests: Test IPA serializer generationPaul Elder
2021-03-02tests: Add test for IPCPipeUnixSocketPaul Elder
2021-03-02tests: Add IPADataSerializer testPaul Elder
2021-02-16libcamera: IPAInterface: Replace C API with the new C++-only APIPaul Elder
2021-02-16tests: Remove IPA wrappers testPaul Elder
2021-02-11meson: Fix coding style when declaring arraysLaurent Pinchart
2021-02-05libcamera: camera_sensor: Add frame length limits to CameraSensorInfoNaushir Patuck
2021-02-04test: Add unit tests for the BayerFormat classSebastian Fricke
2021-02-04test: buffer-import: Fix false-positive failureKieran Bingham
2021-01-29test: delayed_controls: Add test case for DelayedControlsNiklas Söderlund
2020-12-30meson: test: Simplify top level mesonKieran Bingham
2020-12-30test: file: Check that directories are not treated as filesKieran Bingham
2020-12-14libcamera: Replace ARRAY_SIZE() with std::size()Laurent Pinchart
2020-12-09libcamera: v4l2_device: Return a unique pointer from fromEntityName()Laurent Pinchart
2020-12-08libcamera: ipa: Pass a set of controls and return results from ipa::start()Naushir Patuck
2020-11-15libcamera: Move EventDispatcher to internal APILaurent Pinchart
2020-11-15test: Get event dispatcher from current threadLaurent Pinchart
2020-10-27test: geometry: Add unit tests for new geometry helper functionsDavid Plowman
2020-10-23libcamera: Drop unneeded empty default constructors and destructorsLaurent Pinchart
2020-10-21test: v4l2_videodevice: Prevent variable shadowing of formatKieran Bingham
2020-10-20ipa: Rename ipa_vimc.h to vimc.hLaurent Pinchart
2020-10-20test: Omit extra semicolonsHirokazu Honda
2020-10-12libcamera, android, cam, gstreamer, qcam, v4l2: Reuse RequestPaul Elder
2020-10-09test: span: Fix typo describing the dynamic span testPaul Elder
2020-10-07libcamera: ProcessManager: make ProcessManager lifetime explicitly managedPaul Elder
2020-09-21test: Include specific headers instead of libcamera.hLaurent Pinchart
2020-08-25meson: Remove -Wno-unused-parameterLaurent Pinchart
2020-08-14libcamera: request: Make Stream pointer constNiklas Söderlund
2020-08-14libcamera: request: Declare a using directive for map of buffersNiklas Söderlund
2020-08-13test: ipc: unixsocket: Close open fds on error pathsUmang Jain
2020-08-06test: mapped-buffers: Provide MappedBuffer testKieran Bingham
2020-08-05libcamera: camera: Rename name() to id()Niklas Söderlund
2020-08-05libcamera: pipelines: Use sensor ID as camera nameNiklas Söderlund
2020-08-03libcamera: geometry: Add isNull() function to Rectangle classJacopo Mondi
2020-08-03libcamera: utils: Add alignUp and alignDown functionsJacopo Mondi
2020-07-31tests: Add a test case for the Object::deleteLater() API, to verifyUmang Jain