Show a patch.

GET /api/1.1/patches/2414/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2414,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/2414/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/2414/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/1.1/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": "<20191209163446.32381-4-jacopo@jmondi.org>",
    "date": "2019-12-09T16:34:39",
    "name": "[libcamera-devel,v3,03/10] libcamera: properties: Generate libcamera properties",
    "commit_ref": null,
    "pull_url": null,
    "state": "superseded",
    "archived": false,
    "hash": "430f90443b4ed86ee8a0f531888359a8ac8c1535",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/1.1/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "delegate": {
        "id": 15,
        "url": "https://patchwork.libcamera.org/api/1.1/users/15/?format=api",
        "username": "jmondi",
        "first_name": "Jacopo",
        "last_name": "Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/patch/2414/mbox/",
    "series": [
        {
            "id": 586,
            "url": "https://patchwork.libcamera.org/api/1.1/series/586/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=586",
            "date": "2019-12-09T16:34:36",
            "name": "Introduce libcamera properties",
            "version": 3,
            "mbox": "https://patchwork.libcamera.org/series/586/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/2414/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/2414/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net\n\t[217.70.183.197])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 2AE2161D5A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon,  9 Dec 2019 17:32:42 +0100 (CET)",
            "from uno.lan (93-34-114-233.ip49.fastwebnet.it [93.34.114.233])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay5-d.mail.gandi.net (Postfix) with ESMTPSA id AC3091C0007;\n\tMon,  9 Dec 2019 16:32:41 +0000 (UTC)"
        ],
        "X-Originating-IP": "93.34.114.233",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Mon,  9 Dec 2019 17:34:39 +0100",
        "Message-Id": "<20191209163446.32381-4-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.24.0",
        "In-Reply-To": "<20191209163446.32381-1-jacopo@jmondi.org>",
        "References": "<20191209163446.32381-1-jacopo@jmondi.org>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v3 03/10] libcamera: properties: Generate\n\tlibcamera properties",
        "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": "Mon, 09 Dec 2019 16:32:43 -0000"
    },
    "content": "Re-use the Control generation infrastructure to generate libcamera properties.\n\nIntroduce three additional files:\n- include/libcamera/property_ids.h\n  Defines the properties ids\n\n- src/libcamera/property_ids.cpp\n  Defines the properties Control<> instances\n\n- src/libcamera/property_ids.yaml\n  Provide properties definitions\n\nSigned-off-by: Jacopo Mondi <jacopo@jmondi.org>\n---\n include/libcamera/meson.build       | 26 +++++++++++------\n include/libcamera/property_ids.h.in | 33 ++++++++++++++++++++++\n src/libcamera/meson.build           | 21 ++++++++------\n src/libcamera/property_ids.cpp.in   | 43 +++++++++++++++++++++++++++++\n src/libcamera/property_ids.yaml     | 34 +++++++++++++++++++++++\n 5 files changed, 140 insertions(+), 17 deletions(-)\n create mode 100644 include/libcamera/property_ids.h.in\n create mode 100644 src/libcamera/property_ids.cpp.in\n create mode 100644 src/libcamera/property_ids.yaml",
    "diff": "diff --git a/include/libcamera/meson.build b/include/libcamera/meson.build\nindex 99abf0609940..25f503660960 100644\n--- a/include/libcamera/meson.build\n+++ b/include/libcamera/meson.build\n@@ -23,15 +23,23 @@ install_headers(libcamera_api,\n \n gen_controls = files('../../src/libcamera/gen-controls.py')\n \n-control_ids_h = custom_target('control_ids_h',\n-                              input : files('../../src/libcamera/control_ids.yaml', 'control_ids.h.in'),\n-                              output : 'control_ids.h',\n-                              depend_files : gen_controls,\n-                              command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@'],\n-                              install : true,\n-                              install_dir : join_paths('include', include_dir))\n-\n-libcamera_api += control_ids_h\n+control_source_files = [\n+    'control_ids',\n+    'property_ids',\n+]\n+\n+control_headers = []\n+\n+foreach header : control_source_files\n+    input_files = files('../../src/libcamera/' + header +'.yaml', header + '.h.in')\n+    control_headers += custom_target(header + '_h',\n+                                     input : input_files,\n+                                     output : header + '.h',\n+                                     depend_files : gen_controls,\n+                                     command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@'],\n+                                     install : true,\n+                                     install_dir : join_paths('include', include_dir))\n+endforeach\n \n gen_header = files('gen-header.sh')\n \ndiff --git a/include/libcamera/property_ids.h.in b/include/libcamera/property_ids.h.in\nnew file mode 100644\nindex 000000000000..62799b3e8c54\n--- /dev/null\n+++ b/include/libcamera/property_ids.h.in\n@@ -0,0 +1,33 @@\n+/* SPDX-License-Identifier: LGPL-2.1-or-later */\n+/*\n+ * Copyright (C) 2019, Google Inc.\n+ *\n+ * property_ids.h : Property ID list\n+ *\n+ * This file is auto-generated. Do not edit.\n+ */\n+\n+#ifndef __LIBCAMERA_PROPERTY_IDS_H__\n+#define __LIBCAMERA_PROPERTY_IDS_H__\n+\n+#include <stdint.h>\n+\n+#include <libcamera/controls.h>\n+\n+namespace libcamera {\n+\n+namespace properties {\n+\n+enum {\n+${ids}\n+};\n+\n+${controls}\n+\n+extern const ControlIdMap properties;\n+\n+} /* namespace propertiess */\n+\n+} /* namespace libcamera */\n+\n+#endif // __LIBCAMERA_PROPERTY_IDS_H__\ndiff --git a/src/libcamera/meson.build b/src/libcamera/meson.build\nindex c4f965bd7413..14aff6e5fc13 100644\n--- a/src/libcamera/meson.build\n+++ b/src/libcamera/meson.build\n@@ -67,14 +67,19 @@ endif\n \n gen_controls = files('gen-controls.py')\n \n-control_ids_cpp = custom_target('control_ids_cpp',\n-                                input : files('control_ids.yaml', 'control_ids.cpp.in'),\n-                                output : 'control_ids.cpp',\n-                                depend_files : gen_controls,\n-                                command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@'])\n-\n-libcamera_sources += control_ids_cpp\n-libcamera_sources += control_ids_h\n+control_sources = []\n+\n+foreach source : control_source_files\n+    input_files = files(source +'.yaml', source + '.cpp.in')\n+    control_sources += custom_target(source + '_cpp',\n+                                     input : input_files,\n+                                     output : source + '.cpp',\n+                                     depend_files : gen_controls,\n+                                     command : [gen_controls, '-o', '@OUTPUT@', '@INPUT@'])\n+endforeach\n+\n+libcamera_sources += control_headers\n+libcamera_sources += control_sources\n \n gen_version = join_paths(meson.source_root(), 'utils', 'gen-version.sh')\n \ndiff --git a/src/libcamera/property_ids.cpp.in b/src/libcamera/property_ids.cpp.in\nnew file mode 100644\nindex 000000000000..bfdd823f63b0\n--- /dev/null\n+++ b/src/libcamera/property_ids.cpp.in\n@@ -0,0 +1,43 @@\n+/* SPDX-License-Identifier: LGPL-2.1-or-later */\n+/*\n+ * Copyright (C) 2019, Google Inc.\n+ *\n+ * property_ids.cpp : Property ID list\n+ *\n+ * This file is auto-generated. Do not edit.\n+ */\n+\n+#include <libcamera/property_ids.h>\n+\n+/**\n+ * \\file property_ids.h\n+ * \\brief Camera property identifiers\n+ */\n+\n+namespace libcamera {\n+\n+/**\n+ * \\brief Namespace for libcamera properties\n+ */\n+namespace properties {\n+\n+${controls_doc}\n+\n+#ifndef __DOXYGEN__\n+/*\n+ * Keep the properties definitions hidden from doxygen as it incorrectly parses\n+ * them as functions.\n+ */\n+${controls_def}\n+#endif\n+\n+/**\n+ * \\brief List of all supported libcamera properties\n+ */\n+extern const ControlIdMap properties {\n+${controls_map}\n+};\n+\n+} /* namespace properties */\n+\n+} /* namespace libcamera */\ndiff --git a/src/libcamera/property_ids.yaml b/src/libcamera/property_ids.yaml\nnew file mode 100644\nindex 000000000000..811c300c6b0a\n--- /dev/null\n+++ b/src/libcamera/property_ids.yaml\n@@ -0,0 +1,34 @@\n+# SPDX-License-Identifier: LGPL-2.1-or-later\n+#\n+# Copyright (C) 2019, Google Inc.\n+#\n+%YAML 1.2\n+---\n+controls:\n+  - Location:\n+      type: int32_t\n+      description: |\n+        Camera mounting location\n+      enum:\n+        - CameraLocationFront:\n+          value: 0\n+          description: |\n+            The camera is mounted on the front side of the device, facing the\n+            user\n+        - CameraLocationBack:\n+          value: 1\n+          description: |\n+            The camera is mounted on the back facing side of the device\n+        - CameraLocationExternal:\n+          value: 2\n+          description: |\n+            The camera is attached to the device in a way that allows it to\n+            move freely\n+\n+  - Rotation:\n+      type: int32_t\n+      description: |\n+        Camera mounting rotation expressed as counterclockwise rotation degrees\n+        towards the axis perpendicular to the sensor surface and directed away\n+        from it\n+...\n",
    "prefixes": [
        "libcamera-devel",
        "v3",
        "03/10"
    ]
}