The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cppcheck-2.15.0-x64-Setup.msi | 2024-09-01 | 20.7 MB | |
| README | 2024-08-31 | 1.2 kB | |
| cppcheck-2.15.0.zip | 2024-08-31 | 4.2 MB | |
| cppcheck-2.15.0.tar.gz | 2024-08-31 | 3.8 MB | |
| cppcheck-2.15.0.tar.bz2 | 2024-08-31 | 3.0 MB | |
| Totals: 5 Items | 31.8 MB | 0 | |
Release Notes for Cppcheck 2.15 New checks: - suspiciousFloatingPointCast flags unnecessary floating point casts that cause loss of precision GUI: - Added misra/cert/autosar reports - Fixed "Recheck" - Add "inline suppressions" option in project file - Make it possible to define extra defines when importing a project Changed interface: - 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) Deprecations: - 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. - The already deprecated support for qmake will be removed in Cppcheck 2.16 - please use CMake instead. Other: - Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment variables to force/disable ANSI color output for diagnostics. - Add "remark comments" that can be used to generate reports with justifications for warnings - The whole program analysis is now being executed when "--project" is being used. - Improved import of Visual Studio projects, support shared items projects (*.vcxitems).