From: Matthias Maier Date: Wed, 20 Nov 2013 21:55:56 +0000 (+0000) Subject: Documentation update X-Git-Tag: v8.1.0~224 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c4e66ae9d81b89cd96aa19340387aee6813bc7;p=dealii.git Documentation update git-svn-id: https://svn.dealii.org/trunk@31741 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 9dbadb924b..ff2b50c8a0 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -211,6 +211,13 @@ inconvenience this causes.

Specific improvements

    +
  1. Improved: CMake: Added a configuration check for incompatible ninja + + icc setup, fixed several setup and performance issues with the + testsuite +
    + (Matthias Maier, 2013/11/20) +
  2. +
  3. Changed: when a dealii::Exception is thrown, defer the symbol lookup of the stack trace to when it is needed. This improves performance if what() is never called. @@ -264,6 +271,13 @@ inconvenience this causes. (Wolfgang Bangerth, 2013/11/13)
  4. +
  5. Cleanup: Removed obsolete files and files with unknown licensing + status from the source tree. Along the way, parameter_gui now uses + default icons from the desktop environment instead of bundled ones. +
    + (Matthias Maier, 2013/11/11) +
  6. +
  7. New: There is now a framework for coloring graphs, with functions in namespace GraphColoring.
    diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index 571859682d..1238bd67c6 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -78,7 +78,7 @@

    • GNU/Linux: GCC version 4.1 or later; Clang version 3.0 or later; - ICC versions 12* or 14* (version 13 is not supported)
    • + ICC versions 13* or 14*
    • Mac OS X: GCC version 4.1 or later; Clang version 3.0 or later. Please see the deal.II Wiki for installation instructions.