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: Fri May 9 05:54:56 UTC 2025
Modified Files:
pkgsrc/devel/include-what-you-use: Makefile distinfo
Log Message:
include-what-you-use: updated to 0.23
iwyu 0.23 compatible with llvm+clang 19 is released. Major changes:
[iwyu] New policy for finding compiler built-in headers (breaking change)
[iwyu] Treat types from overridden method signatures as provided by base
[iwyu] Analyze associated headers more closely with their source file
[iwyu] Many improvements for template analysis
[iwyu] Accept -xc++-header
[iwyu] Improve reporting of binary operators in macros
[iwyu] Improve heuristics for reporting overloaded functions
[iwyu] Consider variable definitions uses of extern declarations
[mappings] Add mapping generator for GNU libstdc++
[mappings] Regenerate mappings for GNU libstdc++ version 11
[mappings] Improve dynamic @headername mappings
[mappings] Update public standard library header list for C++23
[mappings] Improve mappings for standard C library
[iwyu_tool] Add new 'clang-warning' formatter
[iwyu_tool] Default to system core count if -j is omitted
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.22 -r1.23 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.46 pkgsrc/devel/include-what-you-use/Makefile:1.47
--- pkgsrc/devel/include-what-you-use/Makefile:1.46 Thu Apr 17 21:50:21 2025
+++ pkgsrc/devel/include-what-you-use/Makefile Fri May 9 05:54:55 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2025/04/17 21:50:21 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2025/05/09 05:54:55 adam Exp $
-DISTNAME= include-what-you-use-0.22
-PKGREVISION= 4
+DISTNAME= include-what-you-use-0.23
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.22 pkgsrc/devel/include-what-you-use/distinfo:1.23
--- pkgsrc/devel/include-what-you-use/distinfo:1.22 Sat Jul 6 15:49:47 2024
+++ pkgsrc/devel/include-what-you-use/distinfo Fri May 9 05:54:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2024/07/06 15:49:47 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/05/09 05:54:55 adam Exp $
-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
+BLAKE2s (include-what-you-use-0.23.tar.gz) = 4059b9f4c71a5572a25a1607cb4249451c0479f75d5d5797f5d11d4a2418142c
+SHA512 (include-what-you-use-0.23.tar.gz) = 5c2bbda7dbc614089717d2a4f8b9a96111dc30efcdd331a21c548399d58b47229210d5f17eb48eeb56c44797068ebac634a5d68a5c50ff322753e5f7965b3d48
+Size (include-what-you-use-0.23.tar.gz) = 813726 bytes
Home |
Main Index |
Thread Index |
Old Index