SHA256
1
0
forked from pool/cppcheck

Accepting request 1198161 from devel:tools

OBS-URL: https://build.opensuse.org/request/show/1198161
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cppcheck?expand=0&rev=45
This commit is contained in:
Dominique Leuenberger 2024-09-02 11:15:11 +00:00 committed by Git OBS Bridge
commit 68c381ca70
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9c3acea5f489336bd83a8ea33917a9a04a80c56d874bf270287e7de27acf2d00
size 3723248

3
cppcheck-2.15.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:98bcc40ac8062635b492fb096d7815376a176ae26749d6c708083f4637f7c0bb
size 3820560

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Sep 1 06:13:20 UTC 2024 - Christoph G <foss@grueninger.de>
- 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 <foss@grueninger.de> Sat Jun 22 14:37:43 UTC 2024 - Christoph G <foss@grueninger.de>

View File

@ -17,7 +17,7 @@
Name: cppcheck Name: cppcheck
Version: 2.14.2 Version: 2.15.0
Release: 0 Release: 0
Summary: A tool for static C/C++ code analysis Summary: A tool for static C/C++ code analysis
License: GPL-3.0-or-later License: GPL-3.0-or-later