summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-07test: signal: Test connecting to non-void slotsLaurent Pinchart
2020-01-07test: object-invoke: Test invoking a non-void methodLaurent Pinchart
2020-01-07libcamera: bound_method: Rename Bound*Method to BoundMethod*Laurent Pinchart
2020-01-07libcamera: bound_method: Propagate method return valueLaurent Pinchart
2020-01-07libcamera: bound_method: Manage BoundMethodPack through std::shared_ptrLaurent Pinchart
2020-01-07libcamera: bound_method: Support bindings to non-void methodsLaurent Pinchart
2020-01-07libcamera: bound_method: Store method arguments in a classLaurent Pinchart
2020-01-07libcamera: bound_method: Move sequence and generator to BoundMethodBaseLaurent Pinchart
2020-01-07libcamera: bound_method: Drop unused BoundMethodBase::connectionType()Laurent Pinchart
2020-01-07libcamera: bound_method: Mark overriden methods with overrideLaurent Pinchart
2020-01-07libcamera: bound_method: Fix memory leak with direct connectionsLaurent Pinchart
2020-01-07libcamera: object: Use activate() in invokeMethod()Laurent Pinchart
2020-01-07test: object-invoke: Test direct invocationLaurent Pinchart
2020-01-07utils: checkstyle.py: Support single line hunksKieran Bingham
2020-01-07utils: checkstyle.py: Fix regex string literalKieran Bingham
2020-01-07libcamera: control_serializer: Initialize serial_Laurent Pinchart
2020-01-07libcamera: ipc_unixsocket: Don't send uninitialized bytes over the socketLaurent Pinchart
2020-01-04v4l2: Fix compilation of __open_2() and __openat_2() with gccLaurent Pinchart
2020-01-03v4l2: v4l2_compat: Add V4L2 compatibility layerPaul Elder
2020-01-03libcamera: pipeline_handler: uvcvideo: register all Cameras along with a devnumPaul Elder
2020-01-03libcamera: camera_manager, pipeline_handler: allow retrieving cameras by devi...Paul Elder
2020-01-03libcamera: v4l2_device, v4l2_videodevice: call open system call directlyPaul Elder
2020-01-03libcamera: utils: Add strlcpyPaul Elder
2020-01-03libcamera: object: Support reference arguments in invokeMethod()Laurent Pinchart
2020-01-03test: object-invoke: Test invocation of method taking a reference argumentLaurent Pinchart
2020-01-03libcamera: pipeline: uvcvideo: Fix crash when default entity is not foundLaurent Pinchart
2019-12-16libcamera: Remove buffer index from loggingNiklas Söderlund
2019-12-16libcamera: pipelines: Align bookkeeping in queueRequest()Niklas Söderlund
2019-12-09libcamera: object: Document danger of deleting object from other threadLaurent Pinchart
2019-12-08include: linux: Update Linux headers readme to v5.2Paul Elder
2019-11-27test: object-invoke: Delete InvokeObject after thread terminationLaurent Pinchart
2019-11-27libcamera: thread: Fix race condition when dispatching messagesLaurent Pinchart
2019-11-27test: message: Add slow receiver testLaurent Pinchart
2019-11-27test: message: Fix message handling in MessageReceiverLaurent Pinchart
2019-11-27libcamera: thread: Fix locking when moving objectLaurent Pinchart
2019-11-26libcamera: Print backtrace on fatal errorsLaurent Pinchart
2019-11-26cam: options: Fix unitialized variable warningLaurent Pinchart
2019-11-25test: controls: control_list: Add status checkJacopo Mondi
2019-11-21meson: Really define _FORTIFY_SOURCE for optimised buildsLaurent Pinchart
2019-11-20libcamera: Fix typo related to serializationLaurent Pinchart
2019-11-20test: ipa: Add IPA wrappers testLaurent Pinchart
2019-11-20ipa: Allow short-circuiting the ipa_context_opsLaurent Pinchart
2019-11-20ipa: Declare the ipaCreate() function prototypeLaurent Pinchart
2019-11-20ipa: Switch to the plain C APIJacopo Mondi
2019-11-20ipa: Define a plain C APILaurent Pinchart
2019-11-20ipa: Pass ControlInfoMap references to IPAInterface::configure()Laurent Pinchart
2019-11-20test: Add control serialization testJacopo Mondi
2019-11-20libcamera: Add controls serializerLaurent Pinchart
2019-11-20test: Add ByteStreamBuffer testLaurent Pinchart
2019-11-20libcamera: Add ByteStreamBufferJacopo Mondi