Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/578/?format=api
{ "id": 578, "url": "https://patchwork.libcamera.org/api/1.1/covers/578/?format=api", "web_url": "https://patchwork.libcamera.org/cover/578/", "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": "<20190213171453.13852-1-kieran.bingham@ideasonboard.com>", "date": "2019-02-13T17:14:50", "name": "[libcamera-devel,v3,0/3] libcamera: test: buffer_sharing", "submitter": { "id": 4, "url": "https://patchwork.libcamera.org/api/1.1/people/4/?format=api", "name": "Kieran Bingham", "email": "kieran.bingham@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/578/mbox/", "series": [ { "id": 182, "url": "https://patchwork.libcamera.org/api/1.1/series/182/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=182", "date": "2019-02-13T17:14:50", "name": "libcamera: test: buffer_sharing", "version": 3, "mbox": "https://patchwork.libcamera.org/series/182/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/578/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 A26B5610AE\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 13 Feb 2019 18:14:57 +0100 (CET)", "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 166DA304;\n\tWed, 13 Feb 2019 18:14:57 +0100 (CET)" ], "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1550078097;\n\tbh=RVayuXcZneURC/kRtmPMIfPrdPptFwu3GAHRpMMjEq4=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=iOr6rMB9bRg4jZBPvG5UUw5unBpoTAdNtvbNhfmjx8B/sVz+QbCq1yjwRCSiXo62s\n\t4eTc0lOpEoi9eg87pM+SCdUY/eEpiI9iolS71oP8PdMek02LIEMT43evawUOwryYYI\n\tEb2B8zNzbqDunuupK8PLoS9p0+xSGGkYVLLvCGLM=", "From": "Kieran Bingham <kieran.bingham@ideasonboard.com>", "To": "LibCamera Devel <libcamera-devel@lists.libcamera.org>", "Date": "Wed, 13 Feb 2019 17:14:50 +0000", "Message-Id": "<20190213171453.13852-1-kieran.bingham@ideasonboard.com>", "X-Mailer": "git-send-email 2.19.1", "MIME-Version": "1.0", "Content-Transfer-Encoding": "8bit", "Subject": "[libcamera-devel] [PATCH v3 0/3] libcamera: test: buffer_sharing", "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": "Wed, 13 Feb 2019 17:14:57 -0000" }, "content": "A v3 of *only* the buffer sharing test along with two preceding patches to\nclean up the base V4L2DeviceTest class. \n\nKieran Bingham (3):\n test: v4l2_device: Rename dev_ to capture_\n test: v4l2_device: release capture device resources\n test: v4l2_device: Provide buffer sharing test\n\n test/v4l2_device/buffer_sharing.cpp | 187 ++++++++++++++++++++++++++\n test/v4l2_device/capture_async.cpp | 12 +-\n test/v4l2_device/double_open.cpp | 4 +-\n test/v4l2_device/meson.build | 1 +\n test/v4l2_device/request_buffers.cpp | 2 +-\n test/v4l2_device/stream_on_off.cpp | 6 +-\n test/v4l2_device/v4l2_device_test.cpp | 12 +-\n test/v4l2_device/v4l2_device_test.h | 7 +-\n 8 files changed, 213 insertions(+), 18 deletions(-)\n create mode 100644 test/v4l2_device/buffer_sharing.cpp" }