Skip to content

Commit 18d4d9f

Browse files
authored
Clear release notes for 2.19 [ci skip] (danmar#7688)
1 parent 63317ba commit 18d4d9f

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

releasenotes.txt

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release Notes for Cppcheck 2.18
1+
Release Notes for Cppcheck 2.19
22

33
New checks:
44
-
@@ -10,25 +10,10 @@ GUI:
1010
-
1111

1212
Changed interface:
13-
- Updated path matching syntax for -i, --file-filter, suppressions, GUI excludes, and project file excludes.
14-
Old patterns that use a `*` may need to use `**` instead if it is intended to match path separators. More details can be seen in the manual.
1513
-
1614

1715
Deprecations:
18-
- Support for building with Qt 5 will be removed in Cppcheck 2.19.
19-
- The platform 'unix32-unsigned' has been deprecated and will be removed in Cppcheck 2.19. Please use '--platform=unix32 --funsigned-char' instead.
20-
- The platform 'unix64-unsigned' has been deprecated and will be removed in Cppcheck 2.19. Please use '--platform=unix64 --funsigned-char' instead.
2116
-
2217

2318
Other:
24-
- Updated Qt to 6.9.1 (official Windows release only).
25-
- added CMake target `run-clang-tidy-csa` to run Clang Static Analyzer
26-
- added CMake option `ENABLE_CSA_ALPHA` to enable the Clang Static Analyzer alpha checkers
27-
- Updated TinyXML-2 to v11.0.0
28-
- The minimum supported Python version has been bumped to 3.7.
29-
- CMake will now unconditionally use Boost.Containers if available. If CMake option `USE_BOOST` is specified it will now bail out when it is not found.
30-
- Fix checking a project that contains several project file entries for the same file.
31-
- Fixed --file-filter matching of looked up files in provided paths.
32-
- Split up cstyleCast checker; dangerous casts produce portability/warning reports, safe casts produce style reports.
33-
- Removed deprecated '--showtime=' value 'top5'. Please use 'top5_file' or 'top5_summary' instead.
3419
-

0 commit comments

Comments
 (0)