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:           Sat Jul  6 15:49:47 UTC 2024

Modified Files:
        pkgsrc/devel/include-what-you-use: Makefile distinfo

Log Message:
include-what-you-use: updated to 0.22

0.22
Compatible with Clang 18.

Major changes:

[iwyu] Improve type analysis for typedefs, aliases and templates
[iwyu] Improve analysis of macros expanding macros
[iwyu] Improve IWYU driver for better validation and job handling
[iwyu] Reject IWYU invocations with precompiled headers (see FAQ)
[iwyu_tool] Better preserve failure exit codes
[mappings] Add mappings for libstdc++ <debug/...> headers
[mappings] Make mappings for POSIX and standard C headers stricter (more portable)
[doc] Add separate FAQ page for longer descriptions
[ci] IWYU now runs on itself in CI (finally!)


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.21 -r1.22 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.40 pkgsrc/devel/include-what-you-use/Makefile:1.41
--- pkgsrc/devel/include-what-you-use/Makefile:1.40     Wed May 29 16:32:03 2024
+++ pkgsrc/devel/include-what-you-use/Makefile  Sat Jul  6 15:49:47 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.40 2024/05/29 16:32:03 adam Exp $
+# $NetBSD: Makefile,v 1.41 2024/07/06 15:49:47 adam Exp $
 
-DISTNAME=      include-what-you-use-0.21
-PKGREVISION=   1
+DISTNAME=      include-what-you-use-0.22
 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.21 pkgsrc/devel/include-what-you-use/distinfo:1.22
--- pkgsrc/devel/include-what-you-use/distinfo:1.21     Mon Apr 22 07:48:47 2024
+++ pkgsrc/devel/include-what-you-use/distinfo  Sat Jul  6 15:49:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.21 2024/04/22 07:48:47 adam Exp $
+$NetBSD: distinfo,v 1.22 2024/07/06 15:49:47 adam Exp $
 
-BLAKE2s (include-what-you-use-0.21.tar.gz) = 33bbb9420ef1dc372186891144d16193611da3fb217dad7a6112bb0298262a2f
-SHA512 (include-what-you-use-0.21.tar.gz) = d6940fcde5f8212b7d6e1b3b8c9075157f831320279f5b7e57346c292c5b2cc52b53491a2c65b69dfcbd83ae2246c7c71555416e1faad9fd9a0aff9c12ddf1ba
-Size (include-what-you-use-0.21.tar.gz) = 776263 bytes
+BLAKE2s (include-what-you-use-0.22.tar.gz) = 7955b0aa80491be1433a0b5c26f228270c67a6882862ace81ff1de3c83539964
+SHA512 (include-what-you-use-0.22.tar.gz) = e95dc64372ed791441b0b92e113cbeee8aa76e8912776f776ffeb02d96f84fec18988527f46b1fbf7e174e11af043b4387ff47d9012cdd74ce38ec0bfc7ebad2
+Size (include-what-you-use-0.22.tar.gz) = 796681 bytes



Home | Main Index | Thread Index | Old Index