pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/include-what-you-use
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 14 18:53:25 UTC 2022
Modified Files:
pkgsrc/devel/include-what-you-use: Makefile distinfo
Log Message:
include-what-you-use: updated to 0.19
IWYU 0.19
Compatible with Clang 15.
[iwyu] New --comment_style option to control verbosity of 'why' comments
[iwyu] New --regex option to select regex dialect
[iwyu] Add support for regex replacement in mappings
[iwyu] Add begin_keep/end_keep pragmas for protecting ranges of includes or forward-declares
[iwyu] Fix several crasher bugs for unusual inputs
[iwyu] More exhaustive handling of type aliases and enums
[iwyu] Recognize IWYU pragmas in CRLF source files
[iwyu] Respect configured toolchain on macOS (and overrides via -nostdinc++ + -isystem)
[fix_includes] Recognize namespace alias declarations
[mappings] Improve mappings for POSIX and libc headers
[cmake] Build now requires a C++17 compiler (as does LLVM)
[cmake] Support LLVM external project build (see README)
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/include-what-you-use/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/include-what-you-use/Makefile
diff -u pkgsrc/devel/include-what-you-use/Makefile:1.31 pkgsrc/devel/include-what-you-use/Makefile:1.32
--- pkgsrc/devel/include-what-you-use/Makefile:1.31 Fri Aug 12 08:56:01 2022
+++ pkgsrc/devel/include-what-you-use/Makefile Mon Nov 14 18:53:25 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/08/12 08:56:01 pin Exp $
+# $NetBSD: Makefile,v 1.32 2022/11/14 18:53:25 adam Exp $
-DISTNAME= include-what-you-use-0.18
+DISTNAME= include-what-you-use-0.19
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=include-what-you-use/}
Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.18 pkgsrc/devel/include-what-you-use/distinfo:1.19
--- pkgsrc/devel/include-what-you-use/distinfo:1.18 Fri Aug 12 08:56:01 2022
+++ pkgsrc/devel/include-what-you-use/distinfo Mon Nov 14 18:53:25 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/08/12 08:56:01 pin Exp $
+$NetBSD: distinfo,v 1.19 2022/11/14 18:53:25 adam Exp $
-BLAKE2s (include-what-you-use-0.18.tar.gz) = a67b695f48d473a3955059655deeff6db4ea26795da89006baab929a59969bb5
-SHA512 (include-what-you-use-0.18.tar.gz) = bfce2ff00b572961dcba83519959cbedaf1c2ec4bd4e0a2b8b6d12f440887ee64a1c9970fa1a80c7517898ce936219436ab709893cfed92891c5c2aa5d76770e
-Size (include-what-you-use-0.18.tar.gz) = 750341 bytes
+BLAKE2s (include-what-you-use-0.19.tar.gz) = 3bf3b2d77d827c1e11d4ee5ed5eed39e2014be24b30620b4c32bfda1b36113be
+SHA512 (include-what-you-use-0.19.tar.gz) = 0847ae898696b51540ab9f5715e69bae67db42409d60205227d543ba6597b12cc2ea5bf68a3315c31f22e7186e05c06a86f5ae5b893c23bfe4cd9ef6f06ccddc
+Size (include-what-you-use-0.19.tar.gz) = 757761 bytes
Home |
Main Index |
Thread Index |
Old Index