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.10-x64-Setup.msi | 2023-01-28 | 19.2 MB | |
| README | 2023-01-28 | 840 Bytes | |
| cppcheck-2.10.zip | 2023-01-28 | 3.7 MB | |
| cppcheck-2.10.tar.gz | 2023-01-28 | 3.4 MB | |
| cppcheck-2.10.tar.bz2 | 2023-01-28 | 2.8 MB | |
| Totals: 5 Items | 29.2 MB | 0 | |
Analysis: - Many improvements and fixes in checkers. - Windows binaries currently default to the "win32A" and "win64" platform respectively. Starting with Cppcheck 2.13 they will default to 'native' instead. Please specify '--platform=win32A' or '--platform=win64' explicitly if you rely on this. - New check: use memset/memcpy instead of loop CLI: - if the file provided via "--file-list" cannot be opened it will now error out - add command-line option "--disable=<id>" to individually disable checks GUI: - Detect when installed version is old. There is setting in Edit/Preferences to turn this on. - Fix path issue with backslashes - Cleanup *.ctu-info files after analysis Build: - the deprecated Makefile option SRCDIR is no longer accepted - added CMake option BUILD_CORE_DLL to build lib as cppcheck-core.dll with Visual Studio