Patch Detail
Show a patch.
GET /api/patches/388/?format=api
{ "id": 388, "url": "https://patchwork.libcamera.org/api/patches/388/?format=api", "web_url": "https://patchwork.libcamera.org/patch/388/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20190125170400.24821-2-jacopo@jmondi.org>", "date": "2019-01-25T17:03:56", "name": "[libcamera-devel,1/5] libcamera: pipeline: Fix operator= declaration", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "508a95f7b860ea201f77e7d4efb30ed4a36494d7", "submitter": { "id": 3, "url": "https://patchwork.libcamera.org/api/people/3/?format=api", "name": "Jacopo Mondi", "email": "jacopo@jmondi.org" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/388/mbox/", "series": [ { "id": 133, "url": "https://patchwork.libcamera.org/api/series/133/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=133", "date": "2019-01-25T17:03:55", "name": "libcamera: camera data: Address review comments", "version": 1, "mbox": "https://patchwork.libcamera.org/series/133/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/388/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/388/checks/", "tags": {}, "headers": { "Return-Path": "<jacopo@jmondi.org>", "Received": [ "from relay12.mail.gandi.net (relay12.mail.gandi.net\n\t[217.70.178.232])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 0550960C65\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tFri, 25 Jan 2019 18:04:11 +0100 (CET)", "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay12.mail.gandi.net (Postfix) with ESMTPSA id 8D2E5200007;\n\tFri, 25 Jan 2019 17:04:10 +0000 (UTC)" ], "From": "Jacopo Mondi <jacopo@jmondi.org>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Fri, 25 Jan 2019 18:03:56 +0100", "Message-Id": "<20190125170400.24821-2-jacopo@jmondi.org>", "X-Mailer": "git-send-email 2.20.1", "In-Reply-To": "<20190125170400.24821-1-jacopo@jmondi.org>", "References": "<20190125170400.24821-1-jacopo@jmondi.org>", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH 1/5] libcamera: pipeline: Fix operator=\n\tdeclaration", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.23", "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": "Fri, 25 Jan 2019 17:04:11 -0000" }, "content": "Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n src/libcamera/include/pipeline_handler.h | 2 +-\n 1 file changed, 1 insertion(+), 1 deletion(-)", "diff": "diff --git a/src/libcamera/include/pipeline_handler.h b/src/libcamera/include/pipeline_handler.h\nindex 0db8421..ca77a40 100644\n--- a/src/libcamera/include/pipeline_handler.h\n+++ b/src/libcamera/include/pipeline_handler.h\n@@ -29,7 +29,7 @@ protected:\n \n private:\n \tCameraData(const CameraData &) = delete;\n-\tvoid operator=(const CameraData &) = delete;\n+\tCameraData &operator=(const CameraData &) = delete;\n };\n \n class PipelineHandler : public std::enable_shared_from_this<PipelineHandler>\n", "prefixes": [ "libcamera-devel", "1/5" ] }