From: Wolfgang Bangerth Date: Sun, 21 Aug 2011 04:22:34 +0000 (+0000) Subject: Mention Clang. X-Git-Tag: v8.0.0~3608 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed36821747f9f012f07aa0b575ad732a5c0527e;p=dealii.git Mention Clang. git-svn-id: https://svn.dealii.org/trunk@24160 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index c231df9eb2..c167c3b976 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -93,10 +93,10 @@ changed to use std_cxx1x::_1, std_cxx1x::_2, etc from now on.

General

    -
  1. Changed: Triangulation::get_boundary_indicators() used the -same algorithm for any dim. +
  2. New: deal.II can now be configured and built with the +Clang C++ frontend of the LLVM compiler.
    -(Sebastian Pauletti 2011/08/17) +(Timo Heister, Wolfgang Bangerth, 2011/08/20)
  3. Changed: Several of the tutorial programs used the same class names, often LaplaceProblem in the earlier programs. @@ -281,6 +281,10 @@ and DoF handlers embedded in higher dimensional space have been added.

    Specific improvements

      +
    1. Changed: Triangulation::get_boundary_indicators() returned +wrong data for dim=1. +
      +(Sebastian Pauletti 2011/08/17)
    2. Improved: The function LogStream::timestamp() outputs all results of the Posix function times, namely wall time, user time and system time.