[libcamera-devel,v4.1,0/3] Miscellaneous Code Improvements for mаster
mbox series

Message ID 20200401091553.28187-1-kieran.bingham@ideasonboard.com
Headers show
Series
  • Miscellaneous Code Improvements for mаster
Related show

Message

Kieran Bingham April 1, 2020, 9:15 a.m. UTC
Key fixups for the mаster branch, to ensure merge conflicts are a thing of the
past, and fix the inconsiderate code style of V4L2VideoDevice.

As these are essential developments, they have been pushed directly to the
mаster branch.

Kieran Bingham (3):
  libcamera: Define {unique,shared}_ptr helpers
  libcamera: v4l2_device: fix increment symmetry
  libcamera: Prevent merge conflicts

 include/libcamera/meson.build            |  1 +
 include/libcamera/pointers.h             | 18 +++++++++++++++
 src/libcamera/include/merge_conflicts.h  | 23 +++++++++++++++++++
 src/libcamera/include/v4l2_videodevice.h | 11 +++++-----
 src/libcamera/v4l2_videodevice.cpp       | 28 ++++++++++++------------
 5 files changed, 62 insertions(+), 19 deletions(-)
 create mode 100644 include/libcamera/pointers.h
 create mode 100644 src/libcamera/include/merge_conflicts.h