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 Apr 22 07:48:47 UTC 2024
Modified Files:
pkgsrc/devel/include-what-you-use: Makefile PLIST distinfo
Log Message:
include-what-you-use: updated to 0.21
iwyu 0.21 compatible with llvm+clang 17 is released. Major changes:
[iwyu] Improve analysis of type aliases (typedef and using)
[iwyu] Improve analysis of namespace aliases (namespace xyz = foobar)
[iwyu] Improve support for elaborated forward declarations (typedef struct Foo Bar;)
[iwyu] Improve handling of "autocast" and function return types, particularly with complex template types.
[iwyu] Add new IWYU pragma: always_keep, which lets a header announce that it should always be kept wherever included
[iwyu] Automatically use builtin libc++ mappings if libc++ is the active standard library
[mappings] Improve mappings for libc++ and posix headers
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/include-what-you-use/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/include-what-you-use/PLIST
cvs rdiff -u -r1.20 -r1.21 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.38 pkgsrc/devel/include-what-you-use/Makefile:1.39
--- pkgsrc/devel/include-what-you-use/Makefile:1.38 Wed Nov 8 13:18:48 2023
+++ pkgsrc/devel/include-what-you-use/Makefile Mon Apr 22 07:48:47 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2023/11/08 13:18:48 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2024/04/22 07:48:47 adam Exp $
-DISTNAME= include-what-you-use-0.20
-PKGREVISION= 1
+DISTNAME= include-what-you-use-0.21
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=include-what-you-use/}
Index: pkgsrc/devel/include-what-you-use/PLIST
diff -u pkgsrc/devel/include-what-you-use/PLIST:1.7 pkgsrc/devel/include-what-you-use/PLIST:1.8
--- pkgsrc/devel/include-what-you-use/PLIST:1.7 Mon Jul 12 18:49:29 2021
+++ pkgsrc/devel/include-what-you-use/PLIST Mon Apr 22 07:48:47 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2021/07/12 18:49:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2024/04/22 07:48:47 adam Exp $
bin/fix_includes.py
bin/include-what-you-use
bin/iwyu_tool.py
@@ -22,3 +22,4 @@ share/include-what-you-use/qt4.imp
share/include-what-you-use/qt5_11.imp
share/include-what-you-use/qt5_4.imp
share/include-what-you-use/stl.c.headers.imp
+share/include-what-you-use/stl.public.imp
Index: pkgsrc/devel/include-what-you-use/distinfo
diff -u pkgsrc/devel/include-what-you-use/distinfo:1.20 pkgsrc/devel/include-what-you-use/distinfo:1.21
--- pkgsrc/devel/include-what-you-use/distinfo:1.20 Fri Oct 6 19:25:48 2023
+++ pkgsrc/devel/include-what-you-use/distinfo Mon Apr 22 07:48:47 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.20 2023/10/06 19:25:48 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/04/22 07:48:47 adam Exp $
-BLAKE2s (include-what-you-use-0.20.tar.gz) = e9b4ce706a4be37a2e78df9be04c2c94de1bedc622da27bcb7a4d93c82dcb46e
-SHA512 (include-what-you-use-0.20.tar.gz) = 77195dc36338a37d3397c78701d81e52fc1c6a3441979fa016f154b0fc860598959e6430e78a51bbf9049f6b2bb62956e50f5531ac5c94c6554e2383ace540f5
-Size (include-what-you-use-0.20.tar.gz) = 766208 bytes
+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
Home |
Main Index |
Thread Index |
Old Index