diff --git a/cppcheck-1.65.tar.bz2 b/cppcheck-1.65.tar.bz2 deleted file mode 100644 index 6769743..0000000 --- a/cppcheck-1.65.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16577a2423ad6cbb7506e1b4032172b0b27d65b8a4174fb0c671472f37b65d67 -size 1227353 diff --git a/cppcheck-1.66.tar.bz2 b/cppcheck-1.66.tar.bz2 new file mode 100644 index 0000000..a4118e5 --- /dev/null +++ b/cppcheck-1.66.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9469c23d39df5f03301fb0f9c29d75e9d63ed80d486cc6633145e3c95293c1b7 +size 1064369 diff --git a/cppcheck.changes b/cppcheck.changes index ecae400..06c5355 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Sep 1 21:03:35 UTC 2014 - danny.al-gaaf@bisect.de + +- update to 1.66: + * new checks added: + - Compare pointer with '\0' + - Assigning boolean expression to floating point variables + * Improvements: + - Much improved AST + - Much improved ValueFlow analysis + - ValueFlow and AST now used by much more checks, improving + checking accuracy and performance + - Checking for self assignment now supports more complex + expressions + - Returning references to literals or references to calculation + results is detected + - Enhanced support for commutative operators in duplicate + expression checking + - Improved template/enum parsing + - Much improved htmlreport + - Definition of POD types in .cfg files + - Definition of minsize for buffer arguments in .cfg files + for buffer overflow checking + - Fixed handling of #error: Do not report them if -f and -D + are used together + - New .cfg file for AVR platform + - Generate xml dump of AST/ValueFlow/SymbolDatabase/TokenList + if --dump is given + - Improved performance in several cases + ------------------------------------------------------------------- Sun May 11 20:56:06 UTC 2014 - danny.al-gaaf@bisect.de diff --git a/cppcheck.spec b/cppcheck.spec index 94d42cc..4f91ed6 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -16,7 +16,7 @@ # Name: cppcheck -Version: 1.65 +Version: 1.66 Release: 0 License: GPL-3.0+ Summary: A tool for static C/C++ code analysis