From patchwork Fri May 3 02:52:01 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 19991 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 A1809C3220 for ; Fri, 3 May 2024 02:52:14 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 8CE0C62C9F; Fri, 3 May 2024 04:52:13 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="RRa93Goc"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 9AF8662C9F for ; Fri, 3 May 2024 04:52:12 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 6FECF3A3 for ; Fri, 3 May 2024 04:51:14 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1714704674; bh=KtLfxnvA1GiFpyYFJU0Nib0WQAWC3uW2wpgCTw1dehQ=; h=From:To:Subject:Date:From; b=RRa93GocLLUHTB0YOLY1DQbnTBQmZcx5e1h8OKEKaK7r7+QTJkDK/K4R02fdSrwW3 Ej/Isoq/0VuD+I0XdLj5QTSzOV7UuFEkaIq3eSSp2H1N8io6GDQN764rfSsOb3/geU JXNu8wSyEN7Cr0yiOSXi6JmkWV1gwEMVH79z73TU= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 0/4] libcamera: Assorted cleanups and fixes Date: Fri, 3 May 2024 05:52:01 +0300 Message-ID: <20240503025205.2814-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.43.2 MIME-Version: 1.0 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" Hello, This small patch series is a set of miscellaneous fixes and cleanups, addressing various small issues. Please see individual patches for details. The only thing worth mentioning here is that patch 3/4 has a side effect of fixing the only occurrence in libcamera of the warning enabled by 4/4. Laurent Pinchart (4): libcamera: utils: Avoid infinite recursion with strtod() libcamera: shared_mem_object: Fix compilation with uClibc apps: qcam: Use standard key sequence for quit action meson: Deprecate bitwise operations between different enumeration type meson.build | 13 +++++++++++++ src/apps/qcam/main_window.cpp | 2 +- src/libcamera/base/utils.cpp | 2 +- src/libcamera/shared_mem_object.cpp | 6 ++++++ 4 files changed, 21 insertions(+), 2 deletions(-) base-commit: fb74bb7df66b96dbe28702155cddfc96a1b30f78