From: Wolfgang Bangerth Date: Tue, 8 Nov 2016 20:37:20 +0000 (-0700) Subject: Add a changelog entry for all of the static analysis work. X-Git-Tag: v8.5.0-rc1~427^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3507%2Fhead;p=dealii.git Add a changelog entry for all of the static analysis work. --- diff --git a/doc/news/changes.h b/doc/news/changes.h index 47b2452e0f..cefa9106e0 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -215,6 +215,16 @@ inconvenience this causes.

General

    +
  1. + Fixed: We have run the PVS static analysis checker on the entire code base, + to see what possible problems it uncovers (see + https://github.com/dealii/dealii/issues/3342). With the exception of + a few false positives, several dozen issues (mostly uninitialized + variables) were fixed. +
    + (Konstantin Ladutenko and many others, 2016/11/08) +
  2. +
  3. Improved: The way DataPostprocessor receives its input has been updated.
    In the past, the two functions we use to postprocess data got lists of arguments