2023-12-20 22:19:37 +01:00
Release Notes for Cppcheck 2.14
2021-10-05 01:28:19 -05:00
2023-06-22 13:53:40 +02:00
New checks:
2023-12-20 22:19:37 +01:00
-
2023-06-22 13:53:40 +02:00
Improved checking:
2023-09-10 17:08:14 +02:00
-
2023-06-22 13:53:40 +02:00
GUI:
2023-09-10 17:08:14 +02:00
-
2023-06-22 13:53:40 +02:00
Changed interface:
2023-12-20 22:19:37 +01:00
-
2023-08-09 22:40:15 +02:00
2023-10-05 19:04:06 +02:00
Deprecations:
2023-12-20 22:19:37 +01:00
-
2023-10-05 19:04:06 +02:00
2023-06-22 13:53:40 +02:00
Other:
2024-01-03 11:05:32 +01:00
- Added CMake option 'EXTERNALS_AS_SYSTEM' to treat external includes as 'SYSTEM' ones.
2024-01-04 21:31:08 +01:00
- The minimum required compiler versions have been bumped to GCC 5.1 / Clang 3.5 / Visual Studio 2015
- The minimum required CMake version has been bumped to 3.5
2024-01-05 11:07:16 +01:00
- Using Visual Studio with CMake now checks if the CMake version is at least 3.13. This was always required but was not checked explicitly.
2024-01-16 12:15:21 +01:00
- Added '--template=simple'. It is expands to '{file}:{line}:{column}: {severity}:{inconclusive:inconclusive:} {message} [{id}]' without any additional location details.
2024-01-22 10:28:29 +01:00
- Removed deprecated platform type 'Unspecified'. Please use 'unspecified' instead.
2024-01-22 11:54:15 +01:00
- Removed deprecated '--showtime=' value 'top5'. Please use 'top5_file' or 'top5_summary' instead.