From patchwork Tue Feb 12 22:20:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 553 Return-Path: Received: from relay11.mail.gandi.net (relay11.mail.gandi.net [217.70.178.231]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BDE1E60B21 for ; Tue, 12 Feb 2019 23:20:05 +0100 (CET) Received: from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay11.mail.gandi.net (Postfix) with ESMTPSA id E6C5B100004; Tue, 12 Feb 2019 22:20:04 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Tue, 12 Feb 2019 23:20:17 +0100 Message-Id: <20190212222021.28517-1-jacopo@jmondi.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/4] libcamera: mixed updated X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Feb 2019 22:20:05 -0000 Some mixed updates. The first two are trivial, one is actually a bug fix. The third removes non necessary std::move() calls that prevents use of RVO, with the documentation update suggested by Laurent. Thanks j Jacopo Mondi (4): libcamera: v4l2_subdevice: Forward-declare MediaEntity libcamera: device_enumerator: Break line longer than 80 columns libcamera: device_enumerator: Remove move() on search() return Documentation: coding-style: Discourage move on shared_ptr<> Documentation/coding-style.rst | 4 ++++ src/libcamera/device_enumerator.cpp | 5 +++-- src/libcamera/include/v4l2_subdevice.h | 1 + src/libcamera/pipeline/ipu3/ipu3.cpp | 4 ++-- src/libcamera/pipeline/uvcvideo.cpp | 2 +- src/libcamera/pipeline/vimc.cpp | 2 +- test/v4l2_device/v4l2_device_test.cpp | 2 +- 7 files changed, 13 insertions(+), 7 deletions(-) --- 2.20.1