From: Timo Heister Date: Mon, 29 Feb 2016 19:37:48 +0000 (-0500) Subject: announce MSVC support X-Git-Tag: v8.4.0-rc3~2^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=367ee94bf36a30b2815c00cce48fc72a07893a08;p=dealii.git announce MSVC support --- diff --git a/doc/news/8.3.0-vs-8.4.0.h b/doc/news/8.3.0-vs-8.4.0.h index 8f7e7a4ec1..70ffe89fae 100644 --- a/doc/news/8.3.0-vs-8.4.0.h +++ b/doc/news/8.3.0-vs-8.4.0.h @@ -273,6 +273,12 @@ inconvenience this causes. (Wolfgang Bangerth, 2015/11/29) +
  • New: We now experimentally support Microsoft Visual C++ compiler under + Windows. +
    + (Timo Heister, 2015/11/26) +
  • +
  • New: There is now a function template numbers::signaling_nan() that is used to create invalid floating point objects. These objects can either be scalars, or of type Tensor, SymmetricTensor, or DerivativeForm. The diff --git a/doc/readme.html b/doc/readme.html index 393ce342fa..27f46ded1e 100644 --- a/doc/readme.html +++ b/doc/readme.html @@ -68,12 +68,11 @@
  • Mac OS X: GCC version 4.6 or later; Clang version 3.3 or later. Please see the deal.II Wiki for installation instructions.
  • -
  • Windows: Currently, Windows is not supported officially. +
  • Windows: experimental support for Visual Studio 2013 and 2015. Please have a look at the FAQ and at the deal.II Wiki for some strategies to use deal.II on - Windows.
  • + target="_top">deal.II Wiki for more information and alternative solutions.