From 3ad39858bddd7886147a1a324a4f145cce95bb15 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 21 Aug 2011 04:22:34 +0000 Subject: [PATCH] Mention Clang. git-svn-id: https://svn.dealii.org/trunk@24160 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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. -- 2.39.5