47
I Use This!
High Activity

News

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Posted about 15 years ago by [email protected] (Daniel Marjamäki)
This release has many fixes and enhancements.We deprecated the inconclusive checks. The "possible error" and "possible style" are not available anymore. From now on we will only work on fully conclusive checks.Command line: * Since we removed all ... [More] inconclusive results, the "--all", "-a" and "--auto-dealloc" are deprecated. These flags can still be given but they don't have any effect.Improved checks: * Array index out of bounds * Buffer overflow * Unused variables * Variable is assigned a value that is never used * uninitialized variables * dereferencing null pointers * memory leaks * division by zero * function that can be const * operator=: assignment to self * redundant conditionNew checks: * Performance: Warning when checking if string is empty with strlen * Using fflush on stdin * passing invalid values to standard math functionsCore improvements: * Better handling of pointer aliasing * preprocessor fixes * handle calling conventions, register and inline better * better variable handling [Less]
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
Another hotfix release. This is more properly made than 1.41-2. With proper tagging and updating of all version numbers. But it has the same hotfix as 1.41-2
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
A hotfix release
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
This release has many bug fixes and minor improvements.Command line: * You can now specify files to check through a file instead of through command lineNew checks: * simple checking of function constness * readded check for unused variable * ... [More] duplicate typedefs * STL: suspicious condition when checking result of findCore improvements: * rewrote a few error messages, to make them easier to understand * better handling of pointer aliasing * improved handling of templates * various improvements in the leaks checking * many improvements in the enum handling * improved handling of typedefs * more checking for suspicious pointer arithmeticBug fixes: * Fixed crashes * Fixed many false positives [Less]
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
Cppcheck-1.40 was released todayNew checks: * new style check: assignment operator does not return *this * new style check: passing negative size to memset, etc * new performance check: use empty() instead of checking size() against zeroRewritten ... [More] checks: * rewrote the checking for null pointers * rewrote the checking for uninitialized variablesImproved checks: * improved the checking for invalid usage of auto variables * improved the checking for leaks * fixed a few checks so they don't bail out when finding an error - the checking continues and more errors may be detected. * rewrote various error messages to make them easier to understandOther improvements: * improved and refactored preprocessor * better handling of typedefs * support for inline suppressions [Less]
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
Cppcheck-1.40 will not be released tomorrow as planned.It will probably be released next weekend instead, on January 17th.The reason for the delay is to allow us to make more improvements.
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
Cppcheck 1.39 was released today.Many fixes, refactorings and improvements.New features: * new flag --enable that you'll use to enable various checks. The --all and --style are deprecated * check for uninitialized variable * check for exception safety problems * more checking of STL iterators (0 comments)
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
Cppcheck 1.39 was released today.Many fixes, refactorings and improvements.New features: * new flag --enable that you'll use to enable various checks. The --all and --style are deprecated * check for uninitialized variable * check for exception safety problems * more checking of STL iterators (0 comments)
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
cppcheck-1.39 was planned to be released today.But it is delayed. It will instead be released on december 6th. (0 comments)
Posted over 15 years ago by [email protected] (Daniel Marjamäki)
cppcheck-1.39 was planned to be released today.But it is delayed. It will instead be released on december 6th. (0 comments)