summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-07-11libcamera: buffer: Rename buffer.h to framebuffer.hLaurent Pinchart
2021-07-11test: message: Test recursive Thread::dispatchMessages() callsLaurent Pinchart
2021-07-06libcamera: camera: Make stop() idempotentNícolas F. R. A. Prado
2021-06-25test: Ensure LIBCAMERA_BASE_PRIVATE isn't publicKieran Bingham
2021-06-25libcamera: rename public libcamera dependencyKieran Bingham
2021-06-25libcamera/base: Validate internal headers as privateKieran Bingham
2021-06-25libcamera/base: Move span to base libraryKieran Bingham
2021-06-25libcamera/base: Move event_notifier to baseKieran Bingham
2021-06-25libcamera/base: Move File to base libraryKieran Bingham
2021-06-25libcamera/base: Move extended base functionalityKieran Bingham
2021-06-25libcamera/base: Move utils to the base libraryKieran Bingham
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