2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message:
*: recursive bump for icu 76 shlib major version bump
|
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message:
*: revbump for icu downgrade
|
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message:
*: recursive bump for icu 76.1 shlib bump
|
2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575) |
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
|
2024-07-06 17:49:47 by Adam Ciarcinski | Files touched by this commit (2) |  |
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!)
|
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) |  |
Log message:
revbump after icu and protobuf updates
|
2024-04-22 09:48:47 by Adam Ciarcinski | Files touched by this commit (3) |  |
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
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-06 21:25:48 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
include-what-you-use: updated to 0.20
IWYU 0.20
[iwyu] Support IWYU pragma: export for forward-declarations
[iwyu] Silently break cycles in mappings instead of crashing
[iwyu] Require full type inside typeid()
[iwyu] Improve template reporting and resugaring
[iwyu] Improve reporting of explicit template instantiations
[iwyu] Fix a few crashers
[iwyu] Improve logging (many small fixes)
Abandon python2 for scripts in favor of python3
|
2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247) |
Log message:
*: recursive bump for Python 3.11 as new default
|