Merged from 1.33.0 release

[SVN r30540]
This commit is contained in:
Douglas Gregor
2005-08-12 13:02:37 +00:00
parent c1278813a5
commit bebd91dc9e
59 changed files with 298 additions and 176 deletions

BIN
boost.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.7 KiB

After

Width:  |  Height:  |  Size: 6.2 KiB

161
index.htm
View File

@@ -3,17 +3,15 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<meta name="generator" content=
"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org" />
<title>Boost C++ Libraries</title> <title>Boost C++ Libraries</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" /> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="more/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href="more/css_0/front.css" /> <link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
<!--[if IE]> <!--[if IE]>
<style type="text/css"> <style type="text/css">
body { behavior: url(more/css_0/csshover.htc); } body { behavior: url(more/css_0/csshover.htc); }
</style> </style>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
@@ -22,19 +20,17 @@
<div class="body-2"> <div class="body-2">
<div id="heading"> <div id="heading">
<div id="heading-0"> <div id="heading-0">
<h1><span id="boost">Boost</span> <span id="cpplibraries">C++ <h1><img id="boost-logo" src="more/boost-dark-trans.png" alt=
Libraries</span></h1> "Boost C++ Libraries" /></h1>
<blockquote id="heading-quote"> <p id="heading-quote"><span class="quote">&ldquo;...one of the
<span class="quote">&ldquo;...one of the most highly regarded most highly regarded and expertly designed C++ library projects
and expertly designed C++ library projects in the in the world.&rdquo;</span> <span class="attribution">&mdash;
world.&rdquo;</span> <span class="attribution">&mdash; <a href= <a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
"http://www.gotw.ca/">Herb Sutter</a> and <a href= "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
"http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei Alexandrescu</a>, <a href=
Alexandrescu</a>, <a href= "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
"http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding Standards</a></span></p>
Standards</a></span>
</blockquote>
<div class="clear"></div> <div class="clear"></div>
</div> </div>
@@ -69,21 +65,24 @@
<a href= <a href=
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf"> "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
TR1</a>) as a step toward becoming part of a future TR1</a>) as a step toward becoming part of a future
C++ Standard. More Boost libraries will part of the C++ Standard. More Boost libraries are proposed for
upcoming <a href= the upcoming <a href=
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html"> "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
TR2</a>.</p> TR2</a>.</p>
<p class="note"><span class="note-label">Getting <p class="note"><span class="note-label">Getting
started:</span> <span class="note-body">Follow the started:</span> <span class="note-body">Boost works
<a href="more/getting_started.html">Getting Started on almost any modern operating system, including UNIX
Guide</a> to download and install Boost. Popular and Windows variants. Follow the <a href=
Linux and Unix distributions such as <a href= "more/getting_started.html">Getting Started Guide</a>
to download and install Boost. Popular Linux and Unix
distributions such as <a href=
"http://fedora.redhat.com/">Fedora</a>, <a href= "http://fedora.redhat.com/">Fedora</a>, <a href=
"http://www.debian.org/">Debian</a>, and <a href= "http://www.debian.org/">Debian</a>, and <a href=
"http://www.netbsd.org/">NetBSD</a> include pre-built "http://www.netbsd.org/">NetBSD</a> include pre-built
Boost packages. Boost may already be available on Boost packages. Boost may also already be available
your organization's internal web server.</span></p> on your organization's internal web
server.</span></p>
<p class="note"><span class= <p class="note"><span class=
"note-label">Background:</span> <span class= "note-label">Background:</span> <span class=
@@ -133,24 +132,26 @@
<div class="section-body"> <div class="section-body">
<div class="section-body-0"> <div class="section-body-0">
<div class="section-body-1"> <div class="section-body-1">
<h3>??? - Version 1.33.0</h3> <h3>August 11, 2005 - Version 1.33.0</h3>
<h4>New Libraries</h4> <h4>New Libraries</h4>
<ul> <ul>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/iostreams/doc/index.html">iostreams</a>:</span> "libs/iostreams/doc/index.html">Iostreams
Framework for defining streams, stream buffers and Library</a>:</span> Framework for defining streams,
i/o filters, from Jonathan Turkanis.</li> stream buffers and i/o filters, from Jonathan
Turkanis.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/functional/hash/index.html">functional/hash</a>:</span> "libs/functional/hash/index.html">Functional/Hash
A TR1 hash function object that can be extended to Library</a>:</span> A TR1 hash function object that
hash user defined types, from Daniel James.</li> can be extended to hash user defined types, from
Daniel James.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/parameter/doc/html/index.html">Parameter "libs/parameter/doc/html/index.html">Parameter
library</a>:</span> Write functions that accept Library</a>:</span> Write functions that accept
arguments by name: especially useful when a arguments by name: especially useful when a
function has more than one argument with a useful function has more than one argument with a useful
default value, since named arguments can be passed default value, since named arguments can be passed
@@ -182,6 +183,13 @@
<code>cref_list_of()</code> for generating <code>cref_list_of()</code> for generating
anonymous ranges.</li> anonymous ranges.</li>
<li><span class="library"><a href=
"libs/bind/bind.html">Bind Library</a>:</span> Bind
expressions now support <a href=
"libs/bind/bind.html#operators">comparisons and
negation</a>. Example: <code>bind(&amp;X::name, _1)
&lt; bind(&amp;X::name, _2)</code>.</li>
<li> <li>
<span class="library"><a href= <span class="library"><a href=
"libs/bind/bind.html">Bind Library</a>:</span> "libs/bind/bind.html">Bind Library</a>:</span>
@@ -327,7 +335,7 @@
<li> <li>
<span class="library"><a href= <span class="library"><a href=
"libs/program_options/doc/index.html">Program "libs/program_options/doc/index.html">Program
options library</a>:</span> Options Library</a>:</span>
<ul> <ul>
<li>Option descriptions are now printed with <li>Option descriptions are now printed with
@@ -358,8 +366,8 @@
maps.</li> maps.</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"libs/random/index.html">Random Numbers</a>:</span> "libs/random/index.html">Random Number
improved initialization for Library</a>:</span> improved initialization for
<code>mersenne_twister</code>, algorithm by Makoto <code>mersenne_twister</code>, algorithm by Makoto
Matsumoto and Takuji Nishimura, implemented for Matsumoto and Takuji Nishimura, implemented for
Boost by Jens Maurer.<br /> Boost by Jens Maurer.<br />
@@ -395,6 +403,23 @@
small changes. small changes.
</li> </li>
<li>
<span class="library"><a href=
"libs/serialization/doc/index.html">Serialization
Library</a>:</span>
<ul>
<li>DLL version.</li>
<li>Auto-linking.</li>
<li>Serialization of variants.</li>
<li>Improved seialization of shared
pointers.</li>
</ul>
</li>
<li><span class="library"><a href= <li><span class="library"><a href=
"doc/html/signals.html">Signals Library</a>:</span> "doc/html/signals.html">Signals Library</a>:</span>
added slot blocking/unblocking, from Frantz added slot blocking/unblocking, from Frantz
@@ -402,6 +427,49 @@
performance from Robert Zeh.</li> performance from Robert Zeh.</li>
</ul> </ul>
<h4>Supported Compilers</h4>
<p>Boost is tested on a wide range of compilers and
platforms. Since Boost libraries rely on modern C++
features not available in all compilers, not all
Boost libraries will work with every compiler. The
following compilers and platforms have been
extensively tested with Boost, although many other
compilers and platforms will work as well. For more
information, see the <a href=
"http://www.boost.org/regression/release/user/">regression
test results</a>.</p>
<ul>
<li><a href="http://developer.apple.com/">Apple
GCC</a> 3.x on Mac OS X.</li>
<li><a href=
"http://www.borland.com/us/products/cbuilder/">Borland
C++</a> 5.6.4 on Windows.</li>
<li><a href="http://gcc.gnu.org">GNU C++</a> 2.95.3
(with and without STLport), 3.2.x., 3.3.x, 3.4.x,
4.0.x on Windows, Linux and Solaris.</li>
<li><a href=
"http://www.intel.com/cd/software/products/asmo-na/eng/compilers/index.htm">
Intel C++</a> 8.1, 9.0 on Windows, Linux.</li>
<li><a href="http://www.metrowerks.com">Metrowerks
CodeWarrior</a> 8.3, 9.4, 9.5 on Mac OS X and
Windows.</li>
<li><a href=
"http://msdn.microsoft.com/visualc/">Microsoft
Visual C++</a> 6.0 (sp5, with and without STLport),
7.0, 7.1, 8.0 beta. Note: due to intermittent
problems with Visual C++ 8.0 beta, and the presence
of a variety of pre-release compiler builds, we are
unable to guarantee compatibility until the final
compiler is released.</li>
</ul>
<h4>Acknowledgements</h4> <h4>Acknowledgements</h4>
<p><img src="more/boost_1_33_0.jpg" width="128" <p><img src="more/boost_1_33_0.jpg" width="128"
@@ -409,6 +477,17 @@
"left-inset" /><a href= "left-inset" /><a href=
"people/doug_gregor.html">Douglas Gregor</a> managed "people/doug_gregor.html">Douglas Gregor</a> managed
this release.</p> this release.</p>
<p>A great number of people contributed their time
and expertise to make this release possible. Special
thanks go to Aleksey Gurtovoy and Misha Bergal, who
managed to keep the regression testing system working
throughout the release process; David Abrahams, Beman
Dawes, Aleksey Gurtovoy, Rene Rivera and Jonathan
Turkanis for greatly improving the quality of this
release; Rene Rivera for the new Boost web page
design; and Zoltan "cad" Juhasz for the new Boost
logo.</p>
</div> </div>
</div> </div>
</div> </div>
@@ -604,7 +683,7 @@
Features</a></li> Features</a></li>
<li><a href= <li><a href=
"more/links.htm#Commercial%20Support">Commercial "more/links.htm#CommercialSupport">Commercial
Support</a></li> Support</a></li>
<li><a href="more/mailing_lists.htm">Mailing <li><a href="more/mailing_lists.htm">Mailing
@@ -704,9 +783,7 @@
<div class="sidecell" id="footer"> <div class="sidecell" id="footer">
<div class="sidecell-0"> <div class="sidecell-0">
<div id="revised"> <div id="revised">
<p>Revised <span class= <p>Revised $Date$</p>
"cvs-keyword-date">$Date: 2005/07/25 06:06:04
$</span></p>
</div> </div>
<div id="copyright"> <div id="copyright">

File diff suppressed because one or more lines are too long

View File

@@ -66,18 +66,11 @@ content="text/html; charset=iso-8859-1">
See <a href="../more/getting_started.html">Getting Started</a> page to find out See <a href="../more/getting_started.html">Getting Started</a> page to find out
how to download, build, and install the libraries.</p> how to download, build, and install the libraries.</p>
<p>Documentation for some libraries is available in alternative formats:</p> <p>Documentation for some Boost libraries is available in other forms,
<ul type="disc"> including DocBook, XSL Formatting Objects, and Unix man pages. This
<li><a href="http://www.boost.org/doc/boost.pdf" target="_top">PDF</a> documentation is <a
[ <a href="http://www.boost.org/doc/boost.pdf.zip">.zip</a> | href="https://sourceforge.net/project/showfiles.php?group_id=7586&package_id=159715">available
<a href="http://www.boost.org/doc/boost.pdf.gz">.gz</a> | on Sourceforge.</a></p>
<a href="http://www.boost.org/doc/boost.pdf.bz2">.bz2</a>
]
</li>
<li><a href="http://www.boost.org/doc/boost-doc-man.tar.gz" target="_top">Unix man pages</a></li>
<li><a href="../doc/boost.docbook" target="_top">DocBook</a></li>
<li><a href="../doc/boost.fo" target="_top">XSL Formatting Objects</a></li>
</ul>
<hr> <hr>
@@ -109,7 +102,7 @@ how to download, build, and install the libraries.</p>
<li><a href="config/config.htm">config</a> - Helps boost <li><a href="config/config.htm">config</a> - Helps boost
library developers adapt to compiler idiosyncrasies; not library developers adapt to compiler idiosyncrasies; not
intended for library users.</li> intended for library users.</li>
<li><a href="conversion/index.html">conversion</a>Polymorphic and lexical casts, from Dave Abrahams and <li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
Kevlin Henney.</li> Kevlin Henney.</li>
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle <li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
Walker.</li> Walker.</li>
@@ -611,7 +604,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<p>Revised <p>Revised
<!--webbot bot="Timestamp" s-type="EDITED" <!--webbot bot="Timestamp" s-type="EDITED"
s-format="%d %b %Y" startspan -->23 June 2005<!--webbot bot="Timestamp" endspan i-checksum="14890" --></p> s-format="%d %b %Y" startspan -->02 Aug 2005<!--webbot bot="Timestamp" endspan i-checksum="14768" --></p>
<p>© Copyright Beman Dawes 2000-2004</p> <p>© Copyright Beman Dawes 2000-2004</p>
<p>Distributed under the Boost Software License, Version 1.0. <p>Distributed under the Boost Software License, Version 1.0.

View File

@@ -13,12 +13,12 @@
<table border="1" cellpadding="2" bgcolor="#007f7f"> <table border="1" cellpadding="2" bgcolor="#007f7f">
<tr> <tr>
<td bgcolor="#ffffff"> <td bgcolor="#ffffff">
<img src="..//boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td> <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
<td><a href="..//index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td> <td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
<td><a href="..//libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td> <td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
<td><a href="..//people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td> <td><a href="../people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
<td><a href="..//more/faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td> <td><a href="../more/faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
<td><a href="..//more/index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td> <td><a href="../more/index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
</tr> </tr>
</table> </table>
<h1>Boost Background Information</h1> <h1>Boost Background Information</h1>
@@ -73,7 +73,7 @@ libraries, and efficiency in C++</a> </p>
<a href="mailing_lists.htm">mailing lists</a>. One of the <a href="mailing_lists.htm">mailing lists</a>. One of the
advantages of Boost is the responsiveness of other users and Boost advantages of Boost is the responsiveness of other users and Boost
developers.</p> developers.</p>
<p>For more involved needs, <a href="links.htm#Commercial%20Support"> <p>For more involved needs, <a href="links.htm#CommercialSupport">
Commercial Support</a> is available.</p> Commercial Support</a> is available.</p>
<h2>What about license issues?</h2> <h2>What about license issues?</h2>
<p>Boost has its own <a href="license_info.html">license</a>, developed <p>Boost has its own <a href="license_info.html">license</a>, developed
@@ -124,7 +124,7 @@ s-format="%d %B, %Y" startspan -->07 July, 2005<!--webbot bot="Timestamp" endspa
<p> <p>
Use, modification, and distribution are subject to the Boost Software License, Use, modification, and distribution are subject to the Boost Software License,
Version 1.0. (See accompanying file Version 1.0. (See accompanying file
<a href="..//LICENSE_1_0.txt">LICENSE_1_0.txt</a> <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
</body> </body>

View File

@@ -32,7 +32,7 @@
<tr> <tr>
<td vAlign="top" align="left" width="16%"><b>[<a name="MaddockCleary00">MaddockCleary00</a>]</b></td> <td vAlign="top" align="left" width="16%"><b>[<a name="MaddockCleary00">MaddockCleary00</a>]</b></td>
<td vAlign="top" align="left" width="84%">John Maddock and Steve Cleary, <i>C++ Type <td vAlign="top" align="left" width="84%">John Maddock and Steve Cleary, <i>C++ Type
Traits</i>. Dr. Dobb's Journal, Vol. 25, Issue 10, October, 2000, page 38. <a href="http://www.boost.org/libs/type_traits/c++_type_traits.htm"> Traits</i>. Dr. Dobb's Journal, Vol. 25, Issue 10, October, 2000, page 38. <a href="http://www.boost.org/libs/type_traits/cxx_type_traits.htm">
www.boost.org/libs/type_traits/c++_type_traits.htm</a></td> www.boost.org/libs/type_traits/c++_type_traits.htm</a></td>
</tr> </tr>
@@ -192,8 +192,7 @@
</TR> </TR>
<TR> <TR>
<TD vAlign="top" align="left" width="16%"><b>[<a name="Trentini03">Trentini03</a>]</b></TD> <TD vAlign="top" align="left" width="16%"><b>[<a name="Trentini03">Trentini03</a>]</b></TD>
<TD vAlign="top" align="left" width="84%">Matthew S. Trentini, <i>Introduction to Boost</i>. <TD vAlign="top" align="left" width="84%">Matthew S. Trentini, <i>Introduction to Boost</i>.</TD>
<A href="http://www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html">www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html</A></TD>
</TR> </TR>
<tr> <tr>
<td vAlign="top" align="left" width="16%"><b>[<a name="Walker03">Walker03</a>]</b> <td vAlign="top" align="left" width="16%"><b>[<a name="Walker03">Walker03</a>]</b>

BIN
more/boost-dark-trans.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -98,7 +98,7 @@ saying what mailing it was in: &quot;See the pre-Redmond mailing.&quot;</p>
set of papers prepared four to six times a year before and after each meeting, set of papers prepared four to six times a year before and after each meeting,
or between meetings.&nbsp; It or between meetings.&nbsp; It
is physically just a is physically just a
<a href="http://std.dkuug.dk/jtc1/sc22/wg21/docs/mailings/">.zip or .gz</a> <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/mailings/">.zip or .gz</a>
archive of archive of
all the papers for a meeting. Although the mailing's archive file itself is only available to committee members and technical all the papers for a meeting. Although the mailing's archive file itself is only available to committee members and technical
experts, the contents (except copies of the standard) are available to the experts, the contents (except copies of the standard) are available to the
@@ -119,4 +119,4 @@ www.boost.org/LICENSE_1_0.txt</a>)</p>
</body> </body>
</html> </html>

View File

@@ -76,11 +76,14 @@ a:hover {
color: #FFFFFF; color: #FFFFFF;
} }
#heading h1 { #heading h1 {
padding: 2.5em 0.25em 0.25em 0.75em; padding: 2em 0.25em 0.25em 0.75em;
float: left; float: left;
position: relative; position: relative;
white-space: nowrap; white-space: nowrap;
} }
#heading h1 img {
border: none;
}
#heading #boost { #heading #boost {
font-size: 250%; font-size: 250%;
font-weight: 900; font-weight: 900;

BIN
more/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -53,7 +53,7 @@ authors address issues raised in the formal review.</p>
<tr> <tr>
<td>Logging Library</td> <td>Logging Library</td>
<td>John Torjo</td> <td>John Torjo</td>
<td><a href="http://torjo.com/code/logging-v132.zip">http://torjo.com/code/logging-v132.zip</a></td> <td><a href="http://torjo.com/code/logging.zip">http://torjo.com/code/logging.zip</a></td>
<td>Hartmut Kaiser</td> <td>Hartmut Kaiser</td>
<td>-</td> <td>-</td>
</tr> </tr>
@@ -74,7 +74,7 @@ authors address issues raised in the formal review.</p>
<tr> <tr>
<td>Intrusive Containers</td> <td>Intrusive Containers</td>
<td>Olaf Krzikalla</td> <td>Olaf Krzikalla</td>
<td><a href=http://people.freenet.de/turtle++/intrusive.zip">http://people.freenet.de/turtle++/intrusive.zip</a></td> <td><a href="http://people.freenet.de/turtle++/intrusive.zip">http://people.freenet.de/turtle++/intrusive.zip</a></td>
<td>Needed</td> <td>Needed</td>
<td>-</td> <td>-</td>
</tr> </tr>
@@ -109,7 +109,7 @@ authors address issues raised in the formal review.</p>
<td>Accepted -- not yet added</td> <td>Accepted -- not yet added</td>
</tr> </tr>
<tr> <tr>
<td><a href="http://boost-sandbox.sourceforge.net/vault/typeof.zip">Typeof</a></td> <td><a href="http://boost-sandbox.sourceforge.net/vault/">Typeof</a></td>
<td>Arkadiy Vertleyb, Peder Holt</td> <td>Arkadiy Vertleyb, Peder Holt</td>
<td>Andy Little</td> <td>Andy Little</td>
<td>2005 May 20 - 2005 May 30</td> <td>2005 May 20 - 2005 May 30</td>

View File

@@ -594,8 +594,7 @@ void StrongCheck(const Value&amp; v, const Operation&amp; op)
<li><a name="reference5">B.</a> Fomitchev, <i>Adapted SGI STL Version <li><a name="reference5">B.</a> Fomitchev, <i>Adapted SGI STL Version
1.0</i>, with exception handling code by D. Abrahams, available at <a 1.0</i>, with exception handling code by D. Abrahams, available at <a
href= href="http://www.stlport.org">http://www.stlport.org</a>.
"http://www.metabyte.com/~fbp/stl/old.html">http://www.metabyte.com/~fbp/stl/old.html</a>.
<li><a name="reference6">D.</a> R. Musser, ``Introspective Sorting <li><a name="reference6">D.</a> R. Musser, ``Introspective Sorting
and Selection Algorithms,'' <i>Software-Practice and Experience</i> and Selection Algorithms,'' <i>Software-Practice and Experience</i>
@@ -681,4 +680,4 @@ void StrongCheck(const Value&amp; v, const Operation&amp; op)
were likely to be rejected solely on the basis of the number of altered were likely to be rejected solely on the basis of the number of altered
words. Unfortunately, the result compromises clarity somewhat in favor of words. Unfortunately, the result compromises clarity somewhat in favor of
brevity. Greg Colvin was responsible for the clever language-lawyering brevity. Greg Colvin was responsible for the clever language-lawyering
needed to minimize the extent of these changes. needed to minimize the extent of these changes.

View File

@@ -25,7 +25,7 @@
<h1>Links</h1> <h1>Links</h1>
<p>Here are a few links of special interest to Boost users. For general queries, <p>Here are a few links of special interest to Boost users. For general queries,
try your favorite search engine.</p> try your favorite search engine.</p>
<h2><a name="Commercial Support">Commercial Support</a> for Boost Libraries</h2> <h2><a name="CommercialSupport">Commercial Support</a> for Boost Libraries</h2>
<ul> <ul>
<li><a href="http://www.boost-consulting.com">Boost Consulting</a> - Support, <li><a href="http://www.boost-consulting.com">Boost Consulting</a> - Support,
training, and consulting from Boost experts.</li> training, and consulting from Boost experts.</li>

View File

@@ -142,7 +142,7 @@ div.admonition p.admonition-title {
<dt><a href="#spirit">Boost.Spirit</a> lists</dt> <dt><a href="#spirit">Boost.Spirit</a> lists</dt>
<dt><a href="#docs">Boost.Documentation</a> list</dt> <dt><a href="https://lists.sourceforge.net/lists/listinfo/boost-docs">Boost.Documentation</a> list</dt>
<dt><a href="#testing">Testing</a> list (about regression-testing the <dt><a href="#testing">Testing</a> list (about regression-testing the
boost libraries, not for the Boost.Test library specifically)</dt> boost libraries, not for the Boost.Test library specifically)</dt>

View File

@@ -65,11 +65,11 @@ executables.</p>
<ul> <ul>
<li><i>bjam</i> - Executables and sources are available; see <a <li><i>bjam</i> - Executables and sources are available; see <a
href="../tools/build/index.html#Jam">Boost.Build docs</a>.&nbsp; href="../tools/build/index.html">Boost.Build docs</a>.&nbsp;
Before worrying about regression tests, you might want to Before worrying about regression tests, you might want to
verify your <i>bjam</i> installation works by <a verify your <i>bjam</i> installation works by
href="../tools/build/index.html#Building">building the building the
boost-root/status/Jamfile libraries</a>.<br> boost-root/status/Jamfile libraries.<br>
&nbsp;</li> &nbsp;</li>
<li><i>process_jam_log</i> and <i>compiler_status</i> - <li><i>process_jam_log</i> and <i>compiler_status</i> -
<a href="../tools/regression/index.htm">Sources and Jamfile</a> are available <a href="../tools/regression/index.htm">Sources and Jamfile</a> are available
@@ -93,7 +93,7 @@ set:</p>
set BOOST_ROOT=/boost_1_29_0<br> set BOOST_ROOT=/boost_1_29_0<br>
&nbsp;</li> &nbsp;</li>
<li>TOOLS is set to the <a <li>TOOLS is set to the <a
href="../tools/build/index.html#Tools">compiler toolsets</a> href="../tools/build/index.html">compiler toolsets</a>
you wish to use. For example:<br> you wish to use. For example:<br>
<br> <br>
set TOOLS=borland gcc intel-win32 metrowerks vc7<br> set TOOLS=borland gcc intel-win32 metrowerks vc7<br>
@@ -244,4 +244,4 @@ License, Version 1.0. (See accompanying file <a href="../LICENSE_1_0.txt">
LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt"> LICENSE_1_0.txt</a> or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">
www.boost.org/LICENSE_1_0.txt</a>)</p> www.boost.org/LICENSE_1_0.txt</a>)</p>
</body> </body>
</html> </html>

View File

@@ -4,15 +4,13 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head> <head>
<title>Boost Version History</title> <title>Boost Version History</title>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 1st August 2004), see www.w3.org" />
<meta content="text/html; charset=us-ascii" http-equiv="content-type" /> <meta content="text/html; charset=us-ascii" http-equiv="content-type" />
<link rel="stylesheet" type="text/css" href="css_0/inner.css" /> <link rel="stylesheet" type="text/css" href="css_0/inner.css" />
<!--[if IE]> <!--[if IE]>
<style type="text/css"> <style type="text/css">
body { behavior: url(more/css_0/csshover.htc); } body { behavior: url(more/css_0/csshover.htc); }
</style> </style>
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
@@ -21,19 +19,18 @@
<div class="body-2"> <div class="body-2">
<div id="heading"> <div id="heading">
<div id="heading-0"> <div id="heading-0">
<h1><a href="../index.htm"><span id="boost">Boost</span> <h1><a href="../index.htm"><img id="boost-logo" src=
<span id="cpplibraries">C++ Libraries</span></a></h1> "../more/boost-dark-trans.png" alt=
"Boost C++ Libraries" /></a></h1>
<blockquote id="heading-quote"> <p id="heading-quote"><span class="quote">&ldquo;...one of the
<span class="quote">&ldquo;...one of the most highly regarded most highly regarded and expertly designed C++ library projects
and expertly designed C++ library projects in the in the world.&rdquo;</span> <span class="attribution">&mdash;
world.&rdquo;</span> <span class="attribution">&mdash; <a href= <a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
"http://www.gotw.ca/">Herb Sutter</a> and <a href= "http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
"http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei Alexandrescu</a>, <a href=
Alexandrescu</a>, <a href= "http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
"http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding Standards</a></span></p>
Standards</a></span>
</blockquote>
<ul> <ul>
<li id="menu_libraries"><a href= <li id="menu_libraries"><a href=
@@ -842,9 +839,8 @@
deprecated (and will be removed shortly), and the deprecated (and will be removed shortly), and the
syntax for the <code>boost::function</code> class syntax for the <code>boost::function</code> class
template has been greatly improved on conforming template has been greatly improved on conforming
compilers. Please see the <a href= compilers. Please see the compatibility note for more
"../libs/function/index.html#compatibility">compatibility information.</li>
note</a> for more information.</li>
<li><a href= <li><a href=
"../libs/multi_array/doc/index.html">Multi-array "../libs/multi_array/doc/index.html">Multi-array
@@ -916,11 +912,8 @@
Library</a>: Avoid compiler warnings.</li> Library</a>: Avoid compiler warnings.</li>
<li><a href="../libs/smart_ptr/index.html">Smart <li><a href="../libs/smart_ptr/index.html">Smart
Pointers Library</a>: Added <a href= Pointers Library</a>: Added shared_polymorphic_cast and
"../libs/smart_ptr/shared_ptr.htm#shared_polymorphic_cast"> shared_polymorphic_downcast.</li>
shared_polymorphic_cast</a> and <a href=
"../libs/smart_ptr/shared_ptr.htm#shared_polymorphic_downcast">
shared_polymorphic_downcast</a>.</li>
<li><a href="../libs/function/index.html">Function <li><a href="../libs/function/index.html">Function
Library</a>: Now supports function objects with the Library</a>: Now supports function objects with the
@@ -978,10 +971,7 @@
"../libs/smart_ptr/shared_ptr.htm#constructors">custom "../libs/smart_ptr/shared_ptr.htm#constructors">custom
delete functions</a>, a new <a href= delete functions</a>, a new <a href=
"../libs/smart_ptr/weak_ptr.htm">weak_ptr</a>, and "../libs/smart_ptr/weak_ptr.htm">weak_ptr</a>, and
<a href= shared_static_cast and shared_dynamic_cast.</li>
"../libs/smart_ptr/shared_ptr.htm#shared_static_cast">shared_static_cast</a>
and <a href=
"../libs/smart_ptr/shared_ptr.htm#shared_dynamic_cast">shared_dynamic_cast</a>.</li>
<li><a href= <li><a href=
"../libs/preprocessor/doc/index.html">Preprocessor "../libs/preprocessor/doc/index.html">Preprocessor
@@ -1036,7 +1026,7 @@
<li><a href= <li><a href=
"../tools/build/index.html">Boost.Build:</a> Continuing "../tools/build/index.html">Boost.Build:</a> Continuing
improvements, including pre-built <a href= improvements, including pre-built <a href=
"../tools/build/index.html#Jam">Boost.Jam "../tools/build/index.html">Boost.Jam
executables</a>.</li> executables</a>.</li>
<li>Minor fixes to a number of other libraries.</li> <li>Minor fixes to a number of other libraries.</li>
@@ -1629,9 +1619,8 @@
added.</li> added.</li>
<li>Boost source code now lives in a publicly <li>Boost source code now lives in a publicly
accessible Concurrent Versions System (CVS) <a href= accessible Concurrent Versions System (CVS)
"http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost"> repository.</li>
repository</a>.</li>
</ul> </ul>
</div> </div>
@@ -1832,8 +1821,7 @@
</div> </div>
<div id="footer"> <div id="footer">
<p id="revised">Revised <span class= <p id="revised">Revised $Date$</p>
"cvs-keyword-date">$Date$</span></p>
<p id="copyright">Copyright Daryle Walker 2004. Copyright Rene <p id="copyright">Copyright Daryle Walker 2004. Copyright Rene
Rivera 2005.</p> Rivera 2005.</p>

View File

@@ -21,7 +21,7 @@
<h2>Contents</h2> <h2>Contents</h2>
<dl class="page-index"> <dl class="page-index">
<dt><a href="#introduction">Introduction</a></dt> <dt><a href="#introduction">Introduction</a></dt>
<dt><a href="#definitinos">Definitions</a></dt> <dt><a href="#definitions">Definitions</a></dt>
<dl class="page-index"> <dl class="page-index">
<dt><a href="#definition-term1">Term 1</a></dt> <dt><a href="#definition-term1">Term 1</a></dt>
<dt><a href="#definition-term2">Term 2</a></dt> <dt><a href="#definition-term2">Term 2</a></dt>

View File

@@ -24,7 +24,7 @@
Computer</a>. In 1988 he led the team that rewrote the Macintosh Finder in Computer</a>. In 1988 he led the team that rewrote the Macintosh Finder in
C++. Before that project was completed, he was shanghaied to be the technical C++. Before that project was completed, he was shanghaied to be the technical
lead for the System 7 project (these days they would call it &quot;Mac OS lead for the System 7 project (these days they would call it &quot;Mac OS
7&quot;). The group he formed to help him do that, the Blue Meanies, is still a <a href="http://www.spies.com/~greg/bluemeanies.html"> 7&quot;). The group he formed to help him do that, the Blue Meanies, is still a <a href="http://www.cupertino.de/pages/archiv/EasterEggs/BlueMeanies.html">
legend</a> in the Apple community.</p> legend</a> in the Apple community.</p>
<p>Since Apple, Darin has worked at <a href="http://www.generalmagic.com">General <p>Since Apple, Darin has worked at <a href="http://www.generalmagic.com">General
Magic</a> as an architect of the <a href="http://www.google.com/search?q=Magic+Cap"> Magic</a> as an architect of the <a href="http://www.google.com/search?q=Magic+Cap">
@@ -43,4 +43,4 @@
<p>He has hobbies and stuff but you don't want to read about that here.</p> <p>He has hobbies and stuff but you don't want to read about that here.</p>
<p>You can contact him by sending mail to <a href="mailto:darin@bentspoon.com">darin@bentspoon.com</a>.</p> <p>You can contact him by sending mail to <a href="mailto:darin@bentspoon.com">darin@bentspoon.com</a>.</p>
</body> </body>
</html> </html>

View File

@@ -35,14 +35,14 @@
Mathematics. His thesis was &quot;Design Pattern for the Implementation of Mathematics. His thesis was &quot;Design Pattern for the Implementation of
Graph Algorithms&quot;; strike the &quot;Design Pattern&quot; and put in Graph Algorithms&quot;; strike the &quot;Design Pattern&quot; and put in
&quot;Generic&quot; somehow to get an idea of the main topic. The thesis is &quot;Generic&quot; somehow to get an idea of the main topic. The thesis is
available from <a href="ftp://ftp.informatik.uni-konstanz.de/pub/algo/personal/kuehl/da.ps.gz"> available from <a href="http://www.dietmar-kuehl.de/generic-graph-algorithms.pdf">
ftp://ftp.informatik.uni-konstanz.de/pub/algo/personal/kuehl/da.ps.gz</a>.</p> http://www.dietmar-kuehl.de/generic-graph-algorithms.pdf</a>.</p>
<p>Since 1997 he has worked as consultant for a small company called Claas <p>Since 1997 he has worked as consultant for a small company called Claas
Solutions (the &quot;aa&quot; is no typo), mainly working for major German Solutions (the &quot;aa&quot; is no typo), mainly working for major German
banks. Since late 1995 Dietmar Kuehl has been one of the moderators of the banks. Since late 1995 Dietmar Kuehl has been one of the moderators of the
newsgroup <a href="news:comp.lang.c++.moderated">comp.lang.c++.moderated</a>. newsgroup <a href="news:comp.lang.c++.moderated">comp.lang.c++.moderated</a>.
He is active on the C++ Standards committee.</p> He is active on the C++ Standards committee.</p>
<p>Email: <a href="mailto:dietmar.kuehl@claas-solutions.de">dietmar.kuehl@claas-solutions.de</a></p> <p>Email: <a href="mailto:dietmar_kuehl@yahoo.com">dietmar_kuehl@yahoo.com</a></p>
<p>Home page:&nbsp; <a href="http://www.claas-solutions.de/kuehl/">http://www.claas-solutions.de/kuehl/</a></p> <p>Home page:&nbsp; <a href="http://www.dietmar-kuehl.de/">http://www.dietmar-kuehl.de/</a></p>
</body> </body>
</html> </html>

View File

@@ -19,7 +19,7 @@
</table> </table>
<p><a href="http://boost.sourceforge.net/photos/jonathan_turkanis.jpg"> <p><a href="http://boost.sourceforge.net/photos/jonathan_turkanis.jpg">
<img src="http://boost.sourceforge.net/photos/jonathan_turkanis_small.jpg" <img src="http://boost.sourceforge.net/photos/jonathan_turkanis_small.jpg"
alt="jonathan_turkanis.jpg" border="0" align="left" hspace="10" vspace="5" width="100" height="75"></a>Jonathan Turkanis is a Ph.D. Candidate in mathematical logic at the University of California at Berkeley and a coauthor of the forthcoming <I>C++ Cookbook</I>, published by O'Reily.</p> alt="jonathan_turkanis.jpg" border="0" align="left" hspace="10" vspace="5" width="100" height="133"></a>Jonathan Turkanis is a Ph.D. Candidate in mathematical logic at the University of California at Berkeley and a coauthor of the forthcoming <I>C++ Cookbook</I>, published by O'Reily.</p>
<p>You can contact him by sending mail to </a><a href="mailto:technews@kangaroologic.com">technews@kangaroologic.com</a><a>.</p> <p>You can contact him by sending mail to </a><a href="mailto:technews@kangaroologic.com">technews@kangaroologic.com</a><a>.</p>
</a> </a>
</body> </body>

View File

@@ -17,10 +17,10 @@
</tr> </tr>
</table> </table>
<p><a href="http://boost.sourceforge.net/photos/mark_rodgers.jpg"><img border="0" src="http://boost.sourceforge.net/photos/mark_rodgers_small.jpg" alt="mark_rodgers.jpg (23035 bytes)" align="left" hspace="10" vspace="5" width="100" height="75"></a>Mark <p><a href="http://boost.sourceforge.net/photos/mark_rodgers.jpg"><img border="0" src="http://boost.sourceforge.net/photos/mark_rodgers_small.jpg" alt="mark_rodgers.jpg (23035 bytes)" align="left" hspace="10" vspace="5" width="100" height="75"></a>Mark
Rodgers lives in <a href="http://www.wcc.govt.nz/wellington/">Wellington</a>, Rodgers lives in <a href="http://www.wellington.govt.nz/">Wellington</a>,
the capital of <a href="http://www.govt.nz/aboutnz/profile.php3">New Zealand</a>, the capital of New Zealand,
with his wife, Clare, and their son, Ronnie.</p> with his wife, Clare, and their son, Ronnie.</p>
<p>He studied Computer Science at <a href="http://www.vuw.ac.nz">Victoria <p>He studied Computer Science at <a href="http://www.vuw.ac.nz/home/index.asp">Victoria
University of Wellington</a> from 1983 to 1986, completing a <nobr>B.Sc. University of Wellington</a> from 1983 to 1986, completing a <nobr>B.Sc.
(Hons).</nobr> He now works as consultant through his company, Cadenza New (Hons).</nobr> He now works as consultant through his company, Cadenza New
Zealand Ltd, and also markets Cadenza Drawing Board™, a CAD system he Zealand Ltd, and also markets Cadenza Drawing Board™, a CAD system he

View File

@@ -206,7 +206,7 @@
</tr> </tr>
</table> </table>
<p>Revised <p>Revised
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->21 October, 2004<!--webbot bot="Timestamp" endspan i-checksum="38677" --> <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->2 August, 2005<!--webbot bot="Timestamp" endspan i-checksum="38677" -->
</p> </p>
</body> </body>
</html> </html>

View File

@@ -14,8 +14,8 @@
</tr> </tr>
</table> </table>
<p><a href="http://boost.sourceforge.net/photos/ralf_w_grosse_kunstleve.jpg"><img src="http://boost.sourceforge.net/photos/ralf_w_grosse_kunstleve_sm.jpg" alt="ralf_w_grosse_kunstleve.jpg" border="0" align="left" hspace="10" vspace="5" width="100" height="134"></a> <p><a href="http://boost.sourceforge.net/photos/ralf_w_grosse_kunstleve.jpg"><img src="http://boost.sourceforge.net/photos/ralf_w_grosse_kunstleve_sm.jpg" alt="ralf_w_grosse_kunstleve.jpg" border="0" align="left" hspace="10" vspace="5" width="100" height="134"></a>
Ralf is a crystallographer. He has a degree in Mineralogy (<a href="http://www.mineralogie.ruhr-uni-bochum.de/englisch/mineralogie_v2.0_eng.htm">Bochum, Ralf is a crystallographer. He has a degree in Mineralogy (<a href="http://www.mineralogie.ruhr-uni-bochum.de/eng/index.html">Bochum,
Germany</a>), and a Ph.D. in Crystallography (<a href="http://www.kristall.ethz.ch/LFK/">ETH Germany</a>), and a Ph.D. in Crystallography (<a href="http://www.crystal.mat.ethz.ch/Intro/lfkcry">ETH
Zurich</a> Zurich</a>
, Switzerland). Real Mineralogists and Crystallographers run experiments with , Switzerland). Real Mineralogists and Crystallographers run experiments with
x-rays and hardware that is not normally associated with C++ and Boost. x-rays and hardware that is not normally associated with C++ and Boost.
@@ -25,7 +25,7 @@
<p> <p>
Being a scientist, Ralf spent most of his life programming in Fortran, the Being a scientist, Ralf spent most of his life programming in Fortran, the
great grand-father of all good programming languages (if you know Backus-Naur great grand-father of all good programming languages (if you know Backus-Naur
you know the name of the <a href="http://www.digitalcentury.com/encyclo/update/backus.html"> you know the name of the <a href="http://www-groups.dcs.st-and.ac.uk/~history/Mathematicians/Backus.html">
inventor of Fortran</a>). Ralf is a co-author of the <a href="http://cns.csb.yale.edu/"> inventor of Fortran</a>). Ralf is a co-author of the <a href="http://cns.csb.yale.edu/">
CNS</a> Fortran program that is very popular in structural biology. When he CNS</a> Fortran program that is very popular in structural biology. When he
learned that a real programmer can write Fortran in any language, Ralf knew learned that a real programmer can write Fortran in any language, Ralf knew

View File

@@ -18,7 +18,7 @@
</tr> </tr>
</table> </table>
<p><img border="0" src="http://boost.sourceforge.net/photos/vesa_karvonen.jpg" align="left" hspace="10" vspace="5" width="100" height="133">If <p><img border="0" src="http://boost.sourceforge.net/photos/vesa_karvonen.jpg" align="left" hspace="10" vspace="5" width="100" height="133">If
we are to believe MBTI tests, Vesa is an <a href="http://fuzzy.snakeden.org/intj/"> we are to believe MBTI tests, Vesa is an <a href="http://en.wikipedia.org/wiki/INTJ">
INTJ</a>. He has been like that probably since late 1978-1979, because, INTJ</a>. He has been like that probably since late 1978-1979, because,
according to some sources, it takes 2-3 years to develop the basic temperament. according to some sources, it takes 2-3 years to develop the basic temperament.
Previously he saw himself mostly as a &quot;builder of systems&quot; and Previously he saw himself mostly as a &quot;builder of systems&quot; and

View File

@@ -29,7 +29,6 @@
<mark-toolset name="vc-6_5-stlport" status="required"/> <mark-toolset name="vc-6_5-stlport" status="required"/>
<mark-toolset name="vc-7_0" status="required"/> <mark-toolset name="vc-7_0" status="required"/>
<mark-toolset name="vc-7_1" status="required"/> <mark-toolset name="vc-7_1" status="required"/>
<mark-toolset name="vc-8_0" status="required"/>
<mark-toolset name="mingw-3_4_2" status="required"/> <mark-toolset name="mingw-3_4_2" status="required"/>
<mark-toolset name="gcc-2.95.3-linux" status="required"/> <mark-toolset name="gcc-2.95.3-linux" status="required"/>
<mark-toolset name="gcc-2.95.3-stlport-4.5.3-linux" status="required"/> <mark-toolset name="gcc-2.95.3-stlport-4.5.3-linux" status="required"/>
@@ -38,9 +37,11 @@
<mark-toolset name="gcc-3.3.6-linux" status="required"/> <mark-toolset name="gcc-3.3.6-linux" status="required"/>
<mark-toolset name="gcc-3.4.4-linux" status="required"/> <mark-toolset name="gcc-3.4.4-linux" status="required"/>
<mark-toolset name="gcc-4.0.0-linux" status="required"/> <mark-toolset name="gcc-4.0.0-linux" status="required"/>
<mark-toolset name="gcc-4.0.1-linux" status="required"/>
<mark-toolset name="gcc-3_3-darwin" status="required"/> <mark-toolset name="gcc-3_3-darwin" status="required"/>
<mark-toolset name="gcc-3_4_3-sunos" status="required"/> <mark-toolset name="gcc-3_4_3-sunos" status="required"/>
<mark-toolset name="intel-win32-8_1" status="required"/> <mark-toolset name="intel-win32-8_1" status="required"/>
<mark-toolset name="intel-win32-9_0" status="required"/>
<mark-toolset name="intel-8.1-linux" status="required"/> <mark-toolset name="intel-8.1-linux" status="required"/>
<!-- /////////////// Libraries /////////////// --> <!-- /////////////// Libraries /////////////// -->
@@ -1051,6 +1052,11 @@
<toolset name="*como-4_3_3*"/> <toolset name="*como-4_3_3*"/>
<note author="Jonathan Turkanis" refid="0"/> <note author="Jonathan Turkanis" refid="0"/>
</mark-expected-failures> </mark-expected-failures>
<mark-expected-failures>
<test name="mapped_file_test"/>
<toolset name="intel-win32-9_0"/>
<note author="Jonathan Turkanis" refid="0"/>
</mark-expected-failures>
<mark-expected-failures reason="?"> <mark-expected-failures reason="?">
<test name="direct_adapter_test"/> <test name="direct_adapter_test"/>
<test name="gzip_test"/> <test name="gzip_test"/>
@@ -1394,9 +1400,11 @@ for more information.
<mark-expected-failures> <mark-expected-failures>
<test name="test_demo_portable_archive_dll"/> <test name="test_demo_portable_archive_dll"/>
<toolset name="vc*"/> <toolset name="vc*"/>
<toolset name="borland-5_6_4"/>
<toolset name="msvc*"/> <toolset name="msvc*"/>
<toolset name="vc-6_5*"/> <toolset name="vc-6_5*"/>
<toolset name="iw*"/> <toolset name="iw*"/>
<toolset name="intel-win32-*"/>
<note author="Robert Ramey" date="12 Feb 05" refid="2,29"/> <note author="Robert Ramey" date="12 Feb 05" refid="2,29"/>
</mark-expected-failures> </mark-expected-failures>
@@ -1410,6 +1418,7 @@ for more information.
<mark-expected-failures> <mark-expected-failures>
<test name="test_array*"/> <test name="test_array*"/>
<test name="test_demo_fast_archive"/> <test name="test_demo_fast_archive"/>
<test name="test_demo_fast_archive_dll"/>
<toolset name="borland*"/> <toolset name="borland*"/>
<note author="Robert Ramey" date="12 Feb 05" refid="26"> <note author="Robert Ramey" date="12 Feb 05" refid="26">
Borland compilers don't handle templates with array type arguments properly. Borland compilers don't handle templates with array type arguments properly.
@@ -1422,6 +1431,7 @@ for more information.
<test name="test_demo_exception"/> <test name="test_demo_exception"/>
<test name="test_demo_exception_dll"/> <test name="test_demo_exception_dll"/>
<test name="test_demo_shared_ptr"/> <test name="test_demo_shared_ptr"/>
<test name="test_demo_shared_ptr_dll"/>
<test name="test_demo_xml_save"/> <test name="test_demo_xml_save"/>
<test name="test_demo_xml_load"/> <test name="test_demo_xml_load"/>
<test name="test_demo_xml_save_dll"/> <test name="test_demo_xml_save_dll"/>
@@ -1434,6 +1444,7 @@ for more information.
<mark-expected-failures> <mark-expected-failures>
<test name="test_demo_fast_archive"/> <test name="test_demo_fast_archive"/>
<test name="test_demo_fast_archive_dll"/>
<toolset name="msvc*"/> <toolset name="msvc*"/>
<toolset name="vc-6_5*"/> <toolset name="vc-6_5*"/>
<note author="Robert Ramey" refid="6"/> <note author="Robert Ramey" refid="6"/>
@@ -1449,8 +1460,10 @@ for more information.
<mark-expected-failures> <mark-expected-failures>
<test name="test_demo_pimpl"/> <test name="test_demo_pimpl"/>
<test name="test_demo_pimpl_dll"/>
<test name="test_diamond*"/> <test name="test_diamond*"/>
<test name="test_mult_archive_types"/> <test name="test_mult_archive_types"/>
<test name="test_mult_archive_types_dll"/>
<toolset name="msvc*"/> <toolset name="msvc*"/>
<toolset name="vc-6_5*"/> <toolset name="vc-6_5*"/>
<toolset name="vc-7_0"/> <toolset name="vc-7_0"/>
@@ -1690,6 +1703,56 @@ for more information.
<toolset name="cw-9_5-darwin"/> <toolset name="cw-9_5-darwin"/>
<note author="Rene Rivera" refid="29"/> <note author="Rene Rivera" refid="29"/>
</mark-expected-failures> </mark-expected-failures>
<mark-expected-failures>
<test name="test_class_info_load_text_warchive_dll"/>
<toolset name="vc-6_5"/>
<note author="Doug Gregor" refid="29"/>
</mark-expected-failures>
<mark-expected-failures>
<test name="test_const_load_fail1"/>
<test name="test_const_load_fail1_nvp"/>
<test name="test_const_load_fail2"/>
<test name="test_const_load_fail2_nvp"/>
<toolset name="borland-5_6_4"/>
<note author="Doug Gregor" refid="29"/>
</mark-expected-failures>
<mark-expected-failures>
<test name="test_const_save_fail1"/>
<test name="test_const_save_fail2"/>
<test name="test_const_save_fail3"/>
<toolset name="vc-6_5"/>
<toolset name="vc-6_5-stlport"/>
<toolset name="vc-7_0"/>
<note author="Doug Gregor" refid="29"/>
</mark-expected-failures>
<mark-expected-failures>
<test name="test_map_binary_archive_dll"/>
<test name="test_map_text_archive_dll"/>
<test name="test_map_text_warchive_dll"/>
<toolset name="vc-6_5"/>
<toolset name="vc-7_0"/>
<note author="Doug Gregor" refid="29"/>
</mark-expected-failures>
<mark-expected-failures>
<test name="test_shared_ptr_132_xml_archive_dll"/>
<toolset name="intel-win32-8_1"/>
<note author="Doug Gregor" refid="29"/>
</mark-expected-failures>
<mark-expected-failures>
<test name="test_demo_dll"/>
<test name="test_demo_exception_dll"/>
<test name="test_demo_shared_ptr_dll"/>
<test name="test_demo_xml_load_dll"/>
<test name="test_demo_xml_save_dll"/>
<toolset name="intel-win32-8_1"/>
<note author="Doug Gregor" refid="35"/>
</mark-expected-failures>
</library> </library>
@@ -2205,7 +2268,7 @@ for more information.
</mark-unusable> </mark-unusable>
<mark-expected-failures> <mark-expected-failures>
<test name="ptr_list"/> <test name="ptr_list"/>
<toolset name="gcc-4.0.0*"/> <toolset name="gcc-4.0.*"/>
<note author="Thorsten Ottosen"> <note author="Thorsten Ottosen">
The error is due to problems in the standard library implementation. The error is due to problems in the standard library implementation.
It should be fixed in newer versions of the compiler. It should be fixed in newer versions of the compiler.
@@ -3010,7 +3073,7 @@ for more information.
<mark-expected-failures> <mark-expected-failures>
<test name="testwave"/> <test name="testwave"/>
<toolset name="gcc-3.2.3-linux"/> <toolset name="gcc-3.2.3-linux"/>
<toolset name="gcc-3.3.6-linux"/> <!-- toolset name="gcc-3.3.6-linux"/ -->
<note author="Hartmut Kaiser" refid="29"/> <note author="Hartmut Kaiser" refid="29"/>
</mark-expected-failures> </mark-expected-failures>