diff --git a/cppcheck-1.64.tar.bz2 b/cppcheck-1.64.tar.bz2 deleted file mode 100644 index f00e7e5..0000000 --- a/cppcheck-1.64.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ce455a49786c311ec74f5ad287e0231d4c7f4b18375e7ac73ae7ea9cd2cb5058 -size 1183612 diff --git a/cppcheck-1.65.tar.bz2 b/cppcheck-1.65.tar.bz2 new file mode 100644 index 0000000..6769743 --- /dev/null +++ b/cppcheck-1.65.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16577a2423ad6cbb7506e1b4032172b0b27d65b8a4174fb0c671472f37b65d67 +size 1227353 diff --git a/cppcheck.changes b/cppcheck.changes index 90d6da8..ecae400 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sun May 11 20:56:06 UTC 2014 - danny.al-gaaf@bisect.de + +- update to 1.65: + * General changes: + - Cppcheck requires a C++11 compiler supporting the common + subset of features supported by GCC 4.4, Visual Studio 2010 + and Clang 2.9 + * Improvements: + - Much improved support of complex combinations of function + pointers, arrays and references + - Better handling of syntax errors + - Better detection of stack variables passed to free() + - Much improved value flow analysis + - More robust error detection in several checks due to usage + of AST + - Better handling of unknown Macros in function declarations + - Allocation/Deallocation functions can be extend across + different .cfg files + - Better handling of some C++11 language features like enum + class, in-class member initializers + - Detect calling (std::)abs() with bool argument + * New checks: + - Check for noexcept and __attribute__((nothrow)) correctness + - Check for unhandled exceptions when exception specifiers + are used + - Access to empty STL containers + - Repositioning operation on a file opened in append mode + - Find nested redundant if-statements (was experimental before) + * Additionally, a large number of false positives and crashs + has been fixed. + ------------------------------------------------------------------- Thu May 1 21:46:42 UTC 2014 - danny.al-gaaf@bisect.de diff --git a/cppcheck.spec b/cppcheck.spec index b44c13f..94d42cc 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -16,7 +16,7 @@ # Name: cppcheck -Version: 1.64 +Version: 1.65 Release: 0 License: GPL-3.0+ Summary: A tool for static C/C++ code analysis