diff --git a/cppcheck-2.14.2.tar.gz b/cppcheck-2.14.2.tar.gz deleted file mode 100644 index c2d15d9..0000000 --- a/cppcheck-2.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c3acea5f489336bd83a8ea33917a9a04a80c56d874bf270287e7de27acf2d00 -size 3723248 diff --git a/cppcheck-2.15.0.tar.gz b/cppcheck-2.15.0.tar.gz new file mode 100644 index 0000000..b9370d0 --- /dev/null +++ b/cppcheck-2.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb +size 3820560 diff --git a/cppcheck.changes b/cppcheck.changes index 3839ff5..660ed40 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Sep 1 06:13:20 UTC 2024 - Christoph G + +- update to 2.15.0 + * New check suspiciousFloatingPointCast flags unnecessary floating + point casts that cause loss of precision + * Added command-line option --cpp-header-probe (and + --no-cpp-header-probe) to probe headers and extension-less + files for Emacs marker + * Add support for 'CLICOLOR_FORCE'/'NO_COLOR' environment + variables to force/disable ANSI color output for diagnostics. + * Add "remark comments" that can be used to generate reports with + justifications for warnings + * The whole program analysis is now being executed when + "--project" is being used. + ------------------------------------------------------------------- Sat Jun 22 14:37:43 UTC 2024 - Christoph G diff --git a/cppcheck.spec b/cppcheck.spec index a7c9917..0e4a685 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.14.2 +Version: 2.15.0 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later