Patch Detail
Show a patch.
GET /api/patches/418/?format=api
{ "id": 418, "url": "https://patchwork.libcamera.org/api/patches/418/?format=api", "web_url": "https://patchwork.libcamera.org/patch/418/", "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": "<20190127005534.21744-1-niklas.soderlund@ragnatech.se>", "date": "2019-01-27T00:55:34", "name": "[libcamera-devel] libcamera: pipeline: sort forward declarations of classes", "commit_ref": "825bee2d112217c39f1bf4782a1f5fe359a83a28", "pull_url": null, "state": "accepted", "archived": false, "hash": "1a75023afb6b7ebe16d75f2c68fe1e699f027472", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/418/mbox/", "series": [ { "id": 146, "url": "https://patchwork.libcamera.org/api/series/146/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=146", "date": "2019-01-27T00:55:34", "name": "[libcamera-devel] libcamera: pipeline: sort forward declarations of classes", "version": 1, "mbox": "https://patchwork.libcamera.org/series/146/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/418/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/418/checks/", "tags": {}, "headers": { "Return-Path": "<niklas.soderlund@ragnatech.se>", "Received": [ "from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net\n\t[195.74.38.227])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id CD06260B1B\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tSun, 27 Jan 2019 01:55:42 +0100 (CET)", "from bismarck.berto.se (unknown [89.233.230.99])\n\tby bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA\n\tid 34e11060-21ce-11e9-911a-0050569116f7;\n\tSun, 27 Jan 2019 01:55:18 +0100 (CET)" ], "X-Halon-ID": "34e11060-21ce-11e9-911a-0050569116f7", "Authorized-sender": "niklas@soderlund.pp.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Sun, 27 Jan 2019 01:55:34 +0100", "Message-Id": "<20190127005534.21744-1-niklas.soderlund@ragnatech.se>", "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] [PATCH] libcamera: pipeline: sort forward\n\tdeclarations of classes", "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": "Sun, 27 Jan 2019 00:55:43 -0000" }, "content": "Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>\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 ca77a40b96e69b66..080997e22e545e01 100644\n--- a/src/libcamera/include/pipeline_handler.h\n+++ b/src/libcamera/include/pipeline_handler.h\n@@ -14,11 +14,11 @@\n \n namespace libcamera {\n \n+class Camera;\n class CameraManager;\n class DeviceEnumerator;\n class MediaDevice;\n \n-class Camera;\n class CameraData\n {\n public:\n", "prefixes": [ "libcamera-devel" ] }