From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0DC521F406 for ; Sat, 26 Aug 2023 06:13:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1693030398; bh=f3UcfP+WuKmZmodJh5cAsQUm/IPnWASprP2SfNfNEEQ=; h=From:To:Subject:Date:From; b=lg/La4U7U+0eVNOLWpff7KfDDcYUoNw6bGGXxBrZ7ztphb9RuuBtLBJQxZg8EUwt/ YP6QZjdCoTnb7ydn62WjaxBC5lUL8FCscaGMKAgQ+JH3jXfaFymwqCnA4NvbYm3Q/n liVHvP1Yz1Ml2GEDzy4uYRyy7304Pb1eOjT5KuSI= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/4] minor cindex-related build stuff Date: Sat, 26 Aug 2023 06:13:13 +0000 Message-Id: <20230826061317.780676-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: The first one is a minor test improvement I had lying around on a VM I nearly forgot about. The rest are small improvements related to -cindex. Allowing stuff to work on non-Linux w/o Inline::C nor Socket::MsgHdr still needs doing... Eric Wong (4): t/psgi_scan_all: reduce use_ok statements makefile: add targets for ASan and valgrind cindex: document pipelines created for prune xap_helper: fix C++-specific warnings Makefile.PL | 9 +++++++++ lib/PublicInbox/CodeSearchIdx.pm | 9 ++++++++- lib/PublicInbox/xap_helper.h | 12 +++++++----- t/psgi_scan_all.t | 16 +++++++--------- 4 files changed, 31 insertions(+), 15 deletions(-)