From patchwork Wed Aug 25 10:29:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 13483 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id D8575BD87D for ; Wed, 25 Aug 2021 10:29:43 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3A422688E4; Wed, 25 Aug 2021 12:29:43 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Et6uBsPN"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id BF19660259 for ; Wed, 25 Aug 2021 12:29:41 +0200 (CEST) Received: from Monstersaurus.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 524B724F; Wed, 25 Aug 2021 12:29:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1629887381; bh=DnNCoO6zs/3szGfqTHgY4U76L3d/lKDVs7QqoEsUtqs=; h=From:To:Cc:Subject:Date:From; b=Et6uBsPN6FDCPHMw5l7HW7/cNeM7ZADHaXsOKGz1ULUVy2iSmF5Xh0nzcc8RyQR12 rBqgTCBQ2mFnYXhqkZTwEEdphEJZEzjsw4gjFJvGbMaZm4d5tOEutwRNmyIsbZ4wp0 SGIp+P4jssC0gsNZQ6ctuiGjeXs0vo5zR9kPm3xs= From: Kieran Bingham To: libcamera devel Date: Wed, 25 Aug 2021 11:29:32 +0100 Message-Id: <20210825102937.3740405-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/5] application-developer: Clean up X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" As part of reworking the application guide to use libevent, these patches clean up the document before it undergoes heavier refactoring. I've split these out to deal with them first, as they are more or less trivial and self explanatory. Kieran Bingham (5): Documentation: application-developer: Remove irrelevant TODO Documentation: application-developer: Clean up build instructions Documentation: application-developer: Recommend unique_ptr for CameraManager Documentation: application-developer: Fix reference to cam BufferWriter Documentation: application-developer: Fix up spelling error .../guides/application-developer.rst | 25 +++++++++++-------- 1 file changed, 15 insertions(+), 10 deletions(-)