[libcamera-devel] [PATCH 0/4] libcamera: mixed updated

Jacopo Mondi jacopo at jmondi.org
Tue Feb 12 23:20:17 CET 2019


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



More information about the libcamera-devel mailing list