From 0a4c14d371110f8e3da325a2ce7538fc41bae0b51e0bf615c2a12450fb66867f Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 2 Sep 2014 11:38:52 +0000 Subject: [PATCH] Accepting request 247200 from home:dalgaaf:branches:devel:tools OBS-URL: https://build.opensuse.org/request/show/247200 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=39 --- cppcheck-1.65.tar.bz2 | 3 --- cppcheck-1.66.tar.bz2 | 3 +++ cppcheck.changes | 30 ++++++++++++++++++++++++++++++ cppcheck.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-1.65.tar.bz2 create mode 100644 cppcheck-1.66.tar.bz2 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