- Freeware
- - Development
- - Other
- - Cppcheck
Cppcheck 2.16.0 freeware
... features, Cppcheck allows for easy integration into various development environments. Its open-source nature ensures continuous improvement and community support, ... ...
Author | Daniel Marjamäki |
Released | 2024-10-28 |
Filesize | 19.70 MB |
Downloads | 1979 |
OS | Windows 11, Windows 10 64 bit, Windows 8 64 bit, Windows 7 64 bit, Windows Vista |
Installation | Instal And Uninstall |
Keywords | check source code, source code analyzer, source code checker, analyzer, source code, syntax, check |
Users' rating (34 rating) |
Cppcheck Free Download - we do not host any Cppcheck torrent files or links of Cppcheck on rapidshare.com, depositfiles.com, megaupload.com etc. All Cppcheck download links are direct Cppcheck download from publisher site or their selected mirrors.
2.16.0 | Oct 28, 2024 | New Release | Improved checking: constVariable; checking multidimensional arrays constVariablePointer; nested array access deallocuse Changed interface: SARIF output. Use --output-format=sarif to activate this. Add option --output-format=. Allowed formats are sarif and xml. Deprecations: The previously deprecated support for Python 2.7 has been removed. please use Python 3 instead. The maximum value for --max-ctu-depth is currently capped at 10. This limitation will be removed in a future release. Other: "missingInclude" is no longer implicitly enabled with "information" - you need to enable it explicitly now. Fixed checkers report when --addon=misra.py or --addon=misra.json is used. |
2.15.0 | Aug 31, 2024 | New Release | 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). |
2.14.1 | May 26, 2024 | New Release |