Skip to content

Commit d5c35a1

Browse files
author
Ralf W. Grosse-Kunstleve
committed
Supported Platform section overhaul.
[SVN r13507]
1 parent 722036f commit d5c35a1

File tree

1 file changed

+48
-50
lines changed

1 file changed

+48
-50
lines changed

doc/index.html

Lines changed: 48 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -27,78 +27,76 @@ <h2>Synopsis</h2>
2727

2828

2929
<h2>Supported Platforms</h2>
30-
<p>Boost.Python is known to have been tested in the following configurations:
31-
32-
33-
<ul>
34-
<li>Against <a href="http://www.python/org/2.2.1">Python 2.2.1</a> using
35-
the following compilers (Note that pickling doesn't work with Python
36-
2.2 due to a core language bug;
37-
<a href="http://www.python/org/2.2.1">2.2.1</a> fixes that).
30+
<p>Boost.Python is known to have been tested
31+
against <a href="http://www.python/org/2.2.1">Python 2.2.1</a> using
32+
the following compilers:
3833

3934
<ul>
4035
<li><a
41-
href="http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.asp">MSVC++6sp5</a>. All
42-
tests pass.
36+
href="http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.asp">MSVC++6sp5</a>.
37+
All tests pass.
4338

39+
<p>
4440
<li><a href="http://msdn.microsoft.com/visualc/">MSVC++7 (Visual
4541
Studio .NET)</a>. All tests pass.
4642

43+
<p>
4744
<li><a href="http://www.metrowerks.com/products/windows/">Metrowerks
48-
CodeWarrior Pro7.2 for Windows</a>. All tests pass.
45+
CodeWarrior Pro7.2 and Pro7.0 for Windows</a>. All tests pass.
4946

47+
<p>
5048
<li><a href="http://gcc.gnu.org">GCC 3.0.4</a> under <a
51-
href="www.cygwin.com">Cygwin</a>. All tests pass.
52-
49+
href="www.cygwin.com">Cygwin</a> and
50+
<a href="http://www.redhat.com/">RedHat Linux 7.1</a>.
51+
All tests pass.
52+
53+
<p>
54+
<li>Compaq C++ V6.2-024 for Digital UNIX (an <a
55+
href="http://www.edg.com/">EDG</a>-based compiler).
56+
All tests pass.<br>
57+
Note that the Boost.Compatibility
58+
library must be included (see e.g. tru64_cxx.mak in the build
59+
directory).
60+
61+
<p>
62+
<li>Silicon Graphics MIPSpro Version 7.3.1.2m (an <a
63+
href="http://www.edg.com/">EDG</a>-based compiler).
64+
All tests pass.<br>
65+
Note that the Boost.Compatibility
66+
library must be included (see e.g. irix_CC.mak in the build
67+
directory).
68+
69+
<p>
5370
<li><a href="http://gcc.gnu.org">GCC 2.95.2</a> under <a
54-
href="www.mingw.org">MinGW</a>. Comprehensive test fails at
55-
runtime due to a compiler code-generation bug. Other tests seem to
56-
work.
71+
href="www.mingw.org">MinGW</a> and <a
72+
href="http://www.redhat.com/">RedHat Linux 7.1</a>.
73+
Compilation succeeds, but some tests fail at runtime due to
74+
exception handling bugs. It is therefore highly recommended
75+
to use GCC 3.0.4 instead.
5776

77+
<p>
5878
<li><a
5979
href="http://developer.intel.com/software/products/compilers/c50/">Intel
6080
C++ 6.0</a> beta: Comprehensive test fails to link due to a
6181
linker bug. Other tests seem to work.
6282

83+
<p>
6384
<li><a
6485
href="http://developer.intel.com/software/products/compilers/c50/">Intel
6586
C++ 5.0</a> Comprehensive test fails at runtime due to an
6687
exception-handling bug. Other tests seem to work.
6788

6889
</ul>
6990

91+
<p>
92+
Note that pickling doesn't work with Python 2.2
93+
due to a core language bug. This is fixed in
94+
<a href="http://www.python/org/2.2.1">2.2.1</a>.
7095

71-
<li>Against Python 2.0 using the following compilers:
72-
<ul>
73-
<li><a
74-
href="http://msdn.microsoft.com/vstudio/sp/vs6sp4/dnldoverview.asp">MSVC++6sp4</a>.
75-
76-
</ul>
77-
78-
<li>Against Python 1.5.2 using the following compiler/library combinations:
79-
80-
<ul>
81-
<li><a
82-
href="http://msdn.microsoft.com/vstudio/sp/vs6sp4/dnldoverview.asp">MSVC++6sp4</a>
83-
84-
<li><a
85-
href="http://msdn.microsoft.com/vstudio/sp/vs6sp4/dnldoverview.asp">MSVC++6sp4</a>/<a
86-
href="http://www.stlport.org">STLport 4.0</a>
87-
88-
<li><a href="http://gcc.gnu.org/">GCC 2.95.2</a> [by <a href="mailto:koethe@informatik.uni-hamburg.de">Ullrich
89-
Koethe</a>]
90-
91-
<li><a href="http://gcc.gnu.org/">GCC 2.95.2</a>/<a href="http://www.stlport.org">STLport 4.0</a>
92-
93-
<li>Compaq C++ V6.2-024 for Digital UNIX V5.0 Rev. 910 (an <a
94-
href="http://www.edg.com/">EDG</a>-based compiler) with <a
95-
href="http://www.stlport.org/beta.html">STLport-4.1b3</a> [by <a
96-
href="mailto:rwgk@cci.lbl.gov">Ralf W. Grosse-Kunstleve</a>]
97-
98-
<li>An upcoming release of <a href="http://www.metrowerks.com/products/windows/">Metrowerks CodeWarrior
99-
Pro6 for Windows</a> (the first release has a bug that's fatal to Boost.Python)
100-
</ul>
101-
</ul>
96+
<p>
97+
Boost.Python has also been used with other versions of Python back to
98+
Python 1.5.2. It is expected that the older Python releases still work,
99+
but we are not regularly testing for backward compatibility.
102100

103101
<h2>Credits</h2>
104102
<ul>
@@ -179,8 +177,8 @@ <h2>Table of Contents</h2>
179177
href="../test/comprehensive.cpp">cpp</a>]</code>
180178

181179
<p>
182-
Questions should be directed to <a href=
183-
"http://www.yahoogroups.com/list/boost">the boost mailing list</a>.
180+
Questions should be directed to the <a href=
181+
"http://www.python.org/sigs/c++-sig/">Python C++ SIG</a>.
184182

185183
<p>
186184
&copy; Copyright David Abrahams 2001. Permission to copy, use, modify,
@@ -189,5 +187,5 @@ <h2>Table of Contents</h2>
189187
express or implied warranty, and with no claim as to its suitability for
190188
any purpose.
191189
<p>
192-
Updated: Mar 6, 2001
190+
Updated: Apr 2002
193191

0 commit comments

Comments
 (0)