{"id":248,"url":"https://patchwork.libcamera.org/api/1.1/patches/248/?format=json","web_url":"https://patchwork.libcamera.org/patch/248/","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":"<20190116003304.1837-1-laurent.pinchart@ideasonboard.com>","date":"2019-01-16T00:33:04","name":"[libcamera-devel] Documentation: coding_style: Allow C++11 variadic templates","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"eccc23a0b176cb8b594e15846169cbd3ce9d3a7c","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/1.1/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/248/mbox/","series":[{"id":84,"url":"https://patchwork.libcamera.org/api/1.1/series/84/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=84","date":"2019-01-16T00:33:04","name":"[libcamera-devel] Documentation: coding_style: Allow C++11 variadic templates","version":1,"mbox":"https://patchwork.libcamera.org/series/84/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/248/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/248/checks/","tags":{},"headers":{"Return-Path":"<laurent.pinchart@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 7D99760C6A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 16 Jan 2019 01:33:08 +0100 (CET)","from pendragon.bb.dnainternet.fi\n\t(dfj612yhrgyx302h3jwwy-3.rev.dnainternet.fi\n\t[IPv6:2001:14ba:21f5:5b00:ce28:277f:58d7:3ca4])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 0CCC54F8\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 16 Jan 2019 01:33:07 +0100 (CET)"],"DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1547598788;\n\tbh=TDVDfN8qOlqnSppY5puPFamdqr7SZACtY1HatQcfRCk=;\n\th=From:To:Subject:Date:From;\n\tb=r2Rj8Oxz1pneuUKe8zB1vjOLpjDZrsEngsAusfxdlwRrP7N8nE9p62AZdmVFPKl/5\n\tMpaHiAAt7Yzgf6Xb92dGFVN2SfXxBVDceUY1q3Bu3+ZiMxul1u+QEcWSiYL4AthN7k\n\tIlavjUyZTBjbelhXah0Ab1QWGKkN8zTP5IACzMFQ=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Date":"Wed, 16 Jan 2019 02:33:04 +0200","Message-Id":"<20190116003304.1837-1-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.19.2","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","Subject":"[libcamera-devel] [PATCH] Documentation: coding_style: Allow C++11\n\tvariadic templates","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, 16 Jan 2019 00:33:08 -0000"},"content":"We make use of the C++11 variadic templates feature in the signal&slot\nimplementation, mark it as allowed in the coding style documentation.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/coding-style.rst | 1 +\n 1 file changed, 1 insertion(+)","diff":"diff --git a/Documentation/coding-style.rst b/Documentation/coding-style.rst\nindex 55e195cfc368..8dde5df04254 100644\n--- a/Documentation/coding-style.rst\n+++ b/Documentation/coding-style.rst\n@@ -79,6 +79,7 @@ C++-11-specific features:\n * General-purpose smart pointers (std::unique_ptr), deprecating std::auto_ptr.\n   Smart pointers, as well as shared pointers and weak pointers, shall not be\n   overused.\n+* Variadic templates\n \n \n Tools\n","prefixes":["libcamera-devel"]}