2024-04-20 18:02:44 +02:00
Release Notes for Cppcheck 2.15
2021-10-05 01:28:19 -05:00
2023-06-22 13:53:40 +02:00
New checks:
2024-07-17 11:42:12 +02:00
- suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision
2024-08-31 11:40:57 +02:00
-
2023-06-22 13:53:40 +02:00
Improved checking:
2024-04-20 18:02:44 +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:
2024-05-03 14:53:20 +02:00
- Support for Python 2.7 has been deprecated (it went EOL in January 2020) and will be removed in Cppcheck 2.16 - please use Python 3.x instead.
2024-08-31 11:40:57 +02:00
- The already deprecated support for qmake will be removed in Cppcheck 2.16 - please use CMake instead.
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-05-23 20:18:59 +02:00
- Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics.
2024-06-03 09:59:55 +02:00
- Added command-line option `--cpp-header-probe` (and `--no-cpp-header-probe`) to probe headers and extension-less files for Emacs marker (see https://trac.cppcheck.net/ticket/10692 for more details)
- Add "remark comments" that can be used to generate reports with justifications for warnings
2024-07-04 11:06:54 +02:00
- The whole program analysis is now being executed when "--project" is being used.
2024-08-31 11:40:57 +02:00
-