delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2015/01/04/19:28:34

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:message-id:date:from:reply-to
:mime-version:to:subject:content-type:content-transfer-encoding;
q=dns; s=default; b=BrVBPUvwtu11RFNe8KRF3t/1Lm5cOQFt75bZj2Xvk12
8gt5k9Xc8ttVsoc0MLpV76QtApUdpCbIeS385gOVuoe/v+BMGYBhfzpY4NhGFCYi
FtI1P9Q1tE+VDtmRBXtUEqT64rAt5efw0PDU2PPSyLtBb1M3v7TOBshRhlz037sM
=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:reply-to:message-id:date:from:reply-to
:mime-version:to:subject:content-type:content-transfer-encoding;
s=default; bh=4R1oRam64x200nLe/J0TvoNjMdo=; b=eNXz0S7dMXxACxV3z
k3esXNn9Nl8HI340CofmfADCCikmZFsOxcFoZxjvI+mwaqMB3TJNqhOfWUO4OVVj
87V9LSpRxq7MlZxVpLVloOYWJWtgReGTs33xYaM7bReXuK+6mdoR3mkILAh9FFlX
S6KggCdazZHlt/zcDQSFfnGNHA=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-HELO: localhost.localdomain
Reply-To: cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: Yes, score=5.8 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,KAM_FROM_URIBL_PCCC,SPF_PASS,UNSUBSCRIBE_BODY autolearn=no version=3.3.2
X-SMTPAUTH: drstacey AT tiscali DOT co DOT uk
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: ApkBAJGiqVRPRt41/2dsb2JhbAANT4NYWMYTCocNAQEBAQGFCwEFAjUWIAokGRYYAwIBAgEWCTQFAgQBAQEBFgMEiBimd4dDjGgLAQEBHo8VEQFthBMFjD6FFoMegyMwgjWCM4peTYQQbweBBYE3AQEB
X-IPAS-Result: ApkBAJGiqVRPRt41/2dsb2JhbAANT4NYWMYTCocNAQEBAQGFCwEFAjUWIAokGRYYAwIBAgEWCTQFAgQBAQEBFgMEiBimd4dDjGgLAQEBHo8VEQFthBMFjD6FFoMegyMwgjWCM4peTYQQbweBBYE3AQEB
Message-Id: <announce.54A9A333.7090606@tiscali.co.uk>
Date: Sun, 04 Jan 2015 20:31:47 +0000
From: David Stacey <drstacey AT tiscali DOT co DOT uk>
Reply-To: cygwin AT cygwin DOT com
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] Updated: cppcheck-1.68-1
X-IsSubscribed: yes

Version 1.68-1 of cppcheck has been uploaded.


RELEASE NOTES
=============

http://sourceforge.net/p/cppcheck/news/2015/01/cppcheck-168/


CHANGE LOG
==========

Changes from 1.67 to 1.68:

New checks:
- Multifile checking for buffer overruns and uninitialized variables

Improvements:
- Libraries are now able to contain platform specific types
- Improved handling of function overloads
- Improved handling of integer literal suffixes
- Improved stability of template parsing
- Improved accuracy of ValueFlow analysis
- Improved checking of pointer overflow
- Support noexcept(false)
- Support attribute((noreturn))
- A bunch of additions to several Libraries, especially posix.cfg and
   qt.cfg

Additionally, lots of false positives and bugs have been fixed and
several existing checks have been improved.


DESCRIPTION
===========

Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++
compilers and many other analysis tools it does not detect syntax
errors in the code. Cppcheck primarily detects the types of bugs that
the compilers normally do not detect. The goal is to detect only real
errors in the code (i.e. have zero false positives).


WEBSITE
=======

http://cppcheck.sourceforge.net/


Cheers,

Dave.


If you have questions or comments, please send them to the
cygwin mailing list at: cygwin (at) cygwin (dot) com .

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list,
look at the "List-Unsubscribe: " tag in the email header of this
message. Send email to the address specified there. It will be in
the format:

cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com

If you need more information on unsubscribing, start reading here:

http://sourceware.org/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that
is available starting at this URL.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019