| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README | 2024-10-27 | 743 Bytes | |
| cppcheck-2.16.0-x64-Setup.msi | 2024-10-27 | 20.6 MB | |
| cppcheck-2.16.0.zip | 2024-10-27 | 4.3 MB | |
| cppcheck-2.16.0.tar.gz | 2024-10-27 | 3.8 MB | |
| cppcheck-2.16.0.tar.bz2 | 2024-10-27 | 3.1 MB | |
| Totals: 5 Items | 31.8 MB | 46 | |
Release Notes for Cppcheck 2.16.0 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=<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.