SHA256
1
0
forked from pool/cppcheck

- update to 2.13.1:

* Show premium autosar/misra/cert style issues even if --enable
   is not used
 * Better validation of --premium options
 * unsafe handling of unconditional #error
 * unsafe suppressions of critical errors
 * missing "misra-config" warning, calling unknown function in
   condition
 * If --premium=safety is used then go to "safety mode". Do not
   override this in cppcheck.cfg

OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=124
This commit is contained in:
Dirk Mueller 2024-01-22 09:56:02 +00:00 committed by Git OBS Bridge
parent c62715bad4
commit aa0456ef17
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8229afe1dddc3ed893248b8a723b428dc221ea014fbc76e6289840857c03d450
size 3643744

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24ac191684d518a0a8aa44f48dabfba02daf6cd0f9a002e2d0735ed197b150b5
size 3642653

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 22 09:54:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.13.1:
* Show premium autosar/misra/cert style issues even if --enable
is not used
* Better validation of --premium options
* unsafe handling of unconditional #error
* unsafe suppressions of critical errors
* missing "misra-config" warning, calling unknown function in
condition
* If --premium=safety is used then go to "safety mode". Do not
override this in cppcheck.cfg
-------------------------------------------------------------------
Sun Dec 24 06:43:54 UTC 2023 - Christoph G <foss@grueninger.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package cppcheck
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: cppcheck
Version: 2.13.0
Version: 2.13.1
Release: 0
Summary: A tool for static C/C++ code analysis
License: GPL-3.0-or-later