Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions releasenotes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Release Notes for Cppcheck 2.20
Release Notes for Cppcheck 2.21

Major bug fixes & crashes:
-
Expand All @@ -14,14 +14,10 @@ GUI:
-

Changed interface:
- removed CMake option "DISABLE_CRTDBG_MAP_ALLOC"
- CMake option "BUILD_TESTS" has been deprecated and will be removed in Cppcheck 2.22 - use "BUILD_TESTING" instead
-

Infrastructure & dependencies:
-

Other:
- The built-in "win*" and "unix*" platforms will now default to signed char type instead of unknown signedness. If you require unsigned chars please specify "--funsigned-char"
- bumped minimum required CMake version to 3.22
-