SHA256
1
0
forked from pool/cppcheck

Accepting request 79965 from home:gladiac:branches:devel:tools

update to version 1.50

OBS-URL: https://build.opensuse.org/request/show/79965
OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=29
This commit is contained in:
OBS User mrdocs 2011-08-29 09:16:57 +00:00 committed by Git OBS Bridge
parent 5d96c86b69
commit d7f6af8332
4 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4bcf88b3394821cd02caa7fe44ad6c291dce0583a4d2ce596fa6ff09279ef6fb
size 1098296

3
cppcheck-1.50.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Aug 28 11:45:37 UTC 2011 - asn@cryptomilk.org
- update to 1.50
* Check for std::auto_ptr misuse (related to strict ownership).
* Read array and then immediately check if the array index is
within limits.
* Assign pointer to int/long.
* Assign bool to pointer.
* Duplicate "break" statements in switch.
* Matching "if" and "else if" conditions when using bitwise and.
* Matching assigment and condition when using bitwise and test if
unsigned value is less than zero
-------------------------------------------------------------------
Mon Aug 8 03:54:42 UTC 2011 - mrdocs@opensuse.org
- version bump to 1.49

View File

@ -3,7 +3,7 @@
BuildRequires: gcc-c++ libqt4-devel pcre-devel python
Name: cppcheck
Version: 1.49
Version: 1.50
Release: 0
License: GNU GPL v3 or later
Group: Development/Languages/C and C++