Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2013-08-03 | 1.1 kB | |
cppcheck-1.61-x86-Setup.msi | 2013-08-03 | 6.0 MB | |
cppcheck-1.61.zip | 2013-08-03 | 1.6 MB | |
cppcheck-1.61.tar.gz | 2013-08-03 | 1.4 MB | |
cppcheck-1.61.tar.bz2 | 2013-08-03 | 1.1 MB | |
Totals: 5 Items | 10.2 MB | 0 |
New checks: * arithmetical usage of inf/nan result * suspicious usage of comma in return statement * sizeof(void) Improved checking: * better simplification of strlen * improved handling of array member variables 'x[y].z..' * Specific improvements in checks for buffer overruns, format strings, uninitialized variables Command line: * Using both --max-configs and -D. Normally when -D is used, Cppcheck will only check the given configuration. By using --max-configs also, you can tell Cppcheck to check more configurations. * Added --library and --check-library. Graphical user interface: * Somewhat improved response when stopping checking Cppcheck core: * Extending checking with configuration files. Cppcheck has internal knowledge for standard C/C++ functions. Knowledge for libraries and environments can be specified using configuration files. * Rules: added <tokenlist> that allow you to check 'raw' code and 'normal' code. In the 'raw' code, the comments and #include are already taken care of, but the #define statements can be analysed.