Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 424814 - dev-utils/cppcheck-1.55 version bump
Summary: dev-utils/cppcheck-1.55 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Michael Weber (RETIRED)
URL: http://sourceforge.net/news/?group_id...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 22:54 UTC by David J Cozatt
Modified: 2012-07-05 12:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David J Cozatt 2012-07-04 22:54:18 UTC
http://sourceforge.net/apps/trac/cppcheck/milestone/1.55



Cppcheck can now analyse source files that are UTF-16 encoded

Faster checking. Some projects, for instance sqlite, is much quicker now. The difference when checking other projects is not big.

Removed deprecated command line options -s, --style, -a, --all, --auto-dealloc, --test-2-pass.

Improved C code analysis. Better analysis of unknown types etc.

New check: comparison of modulo results that are always true/false. For instance: if (x % 5 == 5)

Improved checks to detect more bugs: * improved array index out of bounds (#3893, #3907) * improved double deallocation (#3895) * delete non-dynamic memory (#1773) * missing break in switch (#3794) * member variable not initialized (#3801) * improved checking of format string parameters * improved 64-bit portability when returning pointer/int
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-07-05 12:50:38 UTC
+*cppcheck-1.55 (05 Jul 2012)
+
+  05 Jul 2012; Michael Weber <xmw@gentoo.org> +cppcheck-1.55.ebuild:
+  Version bump (thanks David J Cozatt, bug 424814)
+