From 93a51dc2bdb59e349c6b4ce658f00a03759c757196f1edcecd02d82cd9bfa14f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sat, 27 Apr 2024 06:32:03 +0000 Subject: [PATCH] Accepting request 1170347 from home:mathletic:branches:devel:tools - update to 2.14.0 * New checks: - eraseIteratorOutOfBounds: warns when erase() is called on an iterator that is out of bounds - returnByReference: warns when a large class member is returned by value from a getter function OBS-URL: https://build.opensuse.org/request/show/1170347 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=132 --- cppcheck-2.13.4.tar.gz | 3 --- cppcheck-2.14.0.tar.gz | 3 +++ cppcheck.changes | 10 ++++++++++ cppcheck.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 cppcheck-2.13.4.tar.gz create mode 100644 cppcheck-2.14.0.tar.gz diff --git a/cppcheck-2.13.4.tar.gz b/cppcheck-2.13.4.tar.gz deleted file mode 100644 index 39d7e15..0000000 --- a/cppcheck-2.13.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d6ea064ebab76c6aa000795440479767d8d814dd29405918df4c1bbfcd6cb86c -size 3646131 diff --git a/cppcheck-2.14.0.tar.gz b/cppcheck-2.14.0.tar.gz new file mode 100644 index 0000000..3aa2389 --- /dev/null +++ b/cppcheck-2.14.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d2ead75db10c5993d77c8dfe854dc42b00fac65953611bb6c83e25fc74b9d50 +size 3716204 diff --git a/cppcheck.changes b/cppcheck.changes index d5b0a19..be793f9 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 26 20:39:37 UTC 2024 - Christoph G + +- update to 2.14.0 + * New checks: + - eraseIteratorOutOfBounds: warns when erase() is called on an + iterator that is out of bounds + - returnByReference: warns when a large class member is returned + by value from a getter function + ------------------------------------------------------------------- Sun Mar 24 17:19:47 UTC 2024 - Dirk Müller diff --git a/cppcheck.spec b/cppcheck.spec index 9d644c1..3c284e5 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.13.4 +Version: 2.14.0 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later