{"id":3364,"url":"https://patchwork.libcamera.org/api/1.1/covers/3364/?format=json","web_url":"https://patchwork.libcamera.org/cover/3364/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/1.1/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20200401091553.28187-1-kieran.bingham@ideasonboard.com>","date":"2020-04-01T09:15:50","name":"[libcamera-devel,v4.1,0/3] Miscellaneous Code Improvements for mаster","submitter":{"id":4,"url":"https://patchwork.libcamera.org/api/1.1/people/4/?format=json","name":"Kieran Bingham","email":"kieran.bingham@ideasonboard.com"},"mbox":"https://patchwork.libcamera.org/cover/3364/mbox/","series":[{"id":791,"url":"https://patchwork.libcamera.org/api/1.1/series/791/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=791","date":"2020-04-01T09:15:50","name":"Miscellaneous Code Improvements for mаster","version":1,"mbox":"https://patchwork.libcamera.org/series/791/mbox/"}],"comments":"https://patchwork.libcamera.org/api/covers/3364/comments/","headers":{"Return-Path":"<kieran.bingham@ideasonboard.com>","Received":["from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id CD31860104\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  1 Apr 2020 11:16:00 +0200 (CEST)","from localhost.localdomain\n\t(cpc89242-aztw30-2-0-cust488.18-1.cable.virginm.net [86.31.129.233])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 3BE31A2A;\n\tWed,  1 Apr 2020 11:16:00 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key; \n\tunprotected) header.d=ideasonboard.com\n\theader.i=@ideasonboard.com\n\theader.b=\"BO665cuR\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1585732560;\n\tbh=8PmZjMFbyMjRWwmZg07cdbmU5W/g6/s5bluhRgDYwow=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=BO665cuRCRTLzWkMIdvNA7Ig/zgRLupXO5Wu7t+q/VwWxM06EU7v4bck7jSpqKxqK\n\tsMd2U9Xh4J8n6z/aUIZWUjdD2Bgc+FFl0YyF4TQjkZvFvZhIxIGSwjlolTKMZ8NkNU\n\tM9LMEn34KdQPopBoHK0PUJWGnqmHsQYRfhJpz3Cw=","From":"Kieran Bingham <kieran.bingham@ideasonboard.com>","To":"libcamera devel <libcamera-devel@lists.libcamera.org>","Date":"Wed,  1 Apr 2020 10:15:50 +0100","Message-Id":"<20200401091553.28187-1-kieran.bingham@ideasonboard.com>","X-Mailer":"git-send-email 2.20.1","MIME-Version":"1.0","Content-Type":"text/plain; charset=UTF-8","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] =?utf-8?q?=5BPATCH_v4=2E1_0/3=5D_Miscellaneous_?=\n\t=?utf-8?q?Code_Improvements_for_m=D0=B0ster?=","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","X-List-Received-Date":"Wed, 01 Apr 2020 09:16:01 -0000"},"content":"Key fixups for the mаster branch, to ensure merge conflicts are a thing of the\npast, and fix the inconsiderate code style of V4L2VideoDevice.\n\nAs these are essential developments, they have been pushed directly to the\nmаster branch.\n\nKieran Bingham (3):\n  libcamera: Define {unique,shared}_ptr helpers\n  libcamera: v4l2_device: fix increment symmetry\n  libcamera: Prevent merge conflicts\n\n include/libcamera/meson.build            |  1 +\n include/libcamera/pointers.h             | 18 +++++++++++++++\n src/libcamera/include/merge_conflicts.h  | 23 +++++++++++++++++++\n src/libcamera/include/v4l2_videodevice.h | 11 +++++-----\n src/libcamera/v4l2_videodevice.cpp       | 28 ++++++++++++------------\n 5 files changed, 62 insertions(+), 19 deletions(-)\n create mode 100644 include/libcamera/pointers.h\n create mode 100644 src/libcamera/include/merge_conflicts.h"}