Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r55058 - trunk/libs/multi_index/doc
From: joaquin_at_[hidden]
Date: 2009-07-21 07:41:18


Author: joaquin
Date: 2009-07-21 07:41:18 EDT (Tue, 21 Jul 2009)
New Revision: 55058
URL: http://svn.boost.org/trac/boost/changeset/55058

Log:
updated according to latest regression tests results
Text files modified:
   trunk/libs/multi_index/doc/compiler_specifics.html | 38 +++++++++++++++++---------------------
   1 files changed, 17 insertions(+), 21 deletions(-)

Modified: trunk/libs/multi_index/doc/compiler_specifics.html
==============================================================================
--- trunk/libs/multi_index/doc/compiler_specifics.html (original)
+++ trunk/libs/multi_index/doc/compiler_specifics.html 2009-07-21 07:41:18 EDT (Tue, 21 Jul 2009)
@@ -125,18 +125,18 @@
 <p>
 No problems have been detected with several versions of this compiler
 starting from 3.2. The following versions have been explicitly tested:
-<ul>
- <li>GCC 3.4.3 under Linux x86-64,</li>
- <li>GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) under Cygwin,</li>
- <li>GCC 3.4.6 under Solaris,</li>
- <li>GCC 4.0.1 under Linux x86-64, (Apple build 5363) and (Apple Inc. build 5488) under Mac OS,</li>
- <li>GCC 4.1.2 under Linux x86-64, 20061115 (prerelease) (Debian 4.1.1-21), 20070115 (prerelease) (SUSE Linux) and 20080704 (Red Hat 4.1.2-44) under Linux x86-64,
- 20061021 prerelease (NetBSD nb3 20061125) under NetBSD/amd64 and NetBSD/i386,</li>
- <li>GCC 4.2.1 under Linux x86-64, 20070719 [FreeBSD] under FreeBSD, (SUSE Linux) under Linux,</li>
- <li>GCC 4.2.4 under Linux x86-64,</li>
- <li>GCC 4.3.2 under Linux and Linux x86-64, 20080827 (alpha-testing) 1 under Cygwin,</li>
- <li>GCC 4.3.2 gnu++0x under Linux x86-64,</li>
- <li>GCC 4.3.3 under Linux x86-64 and MinGW.</li>
+<ul>
+ <li>GCC 3.4.3 under Linux x86-64, </li>
+ <li>GCC 3.4.6 under Linux, </li>
+ <li>GCC 4.0.1 under Linux x86-64, (Apple Computer, Inc. build 5370), (Apple Inc. build 5465) and (Apple Inc. build 5488) under Mac OS,</li>
+ <li>GCC 4.1.2 20070115 (prerelease) (SUSE Linux) and 20080704 (Red Hat 4.1.2-44) under Linux x86-64,</li>
+ <li>GCC 4.2.1 under Linux x86-64, 20070719 [FreeBSD] under FreeBSD, (Apple Inc. build 5564) under Mac OS,</li>
+ <li>GCC 4.2.4 under Linux x86-64, </li>
+ <li>GCC 4.3.2 under Linux and Linux x86-64, </li>
+ <li>GCC 4.3.3 under Linux x86-64 and MinGW, </li>
+ <li>GCC 4.3.3 gnu++0x under Linux x86-64,</li>
+ <li>GCC 4.4.0 under Linux x86-64 and MinGW, </li>
+ <li>GCC 4.4.0 gnu++0x under Linux x86-64.</li>
 </ul>
 Boost.MultiIndex does not work with versions 3.1 and prior of GCC.
 </p>
@@ -259,7 +259,7 @@
 
 <p>
 No problems have been detected with this compiler.
-Tested from version 9.1 to 10.1.
+Tested from version 10.1 to 11.0.
 </p>
 
 <h2><a name="intel_80_win">Intel C++ Compiler for Windows 32-bit 8.0 and later</a></h2>
@@ -271,18 +271,14 @@
 Argument dependent lookup is enabled by adding
 <code>/Qoption,c,--arg_dep_lookup</code> to the project options.
 Other than this, Boost.MultiIndex works without problems.
-Last tested for compiler version 11.0.
+Last tested for compiler version 11.1.
 </p>
 
 <h2><a name="intel_100_win64">Intel C++ Compiler for Windows 64-bit 10.0 and later</a></h2>
 
 <p>
-<b>Note:</b> Last tested in Boost 1.38. The information might be no longer accurate.
-</p>
-
-<p>
 No problems have been detected with this compiler.
-Last tested for compiler versions 10.1 to 11.0.
+Last tested for compiler version 11.1.
 </p>
 
 <h2><a name="cw_83">Metrowerks CodeWarrior 8.3</a></h2>
@@ -684,7 +680,7 @@
 
 <p>
 No problems have been detected with this compiler, both in 32-bit and 64-bit modes.
-Last tested for compiler versions 8.0 and 9.0.
+Last tested for compiler versions 9.0 and 10.0.
 </p>
 
 <h2><a name="sun_10">Sun Studio 10 and later for Solaris</a></h2>
@@ -1122,7 +1118,7 @@
 
 <br>
 
-<p>Revised March 31st 2009</p>
+<p>Revised July 21st 2009</p>
 
 <p>&copy; Copyright 2003-2009 Joaqu&iacute;n M L&oacute;pez Mu&ntilde;oz.
 Distributed under the Boost Software


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk