mirror of
https://github.com/boostorg/boost.git
synced 2026-01-18 13:31:28 +01:00
Merged from 1.33.0 release
[SVN r30540]
This commit is contained in:
BIN
boost.png
BIN
boost.png
Binary file not shown.
|
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.2 KiB |
161
index.htm
161
index.htm
@@ -3,17 +3,15 @@
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta name="generator" content=
|
||||
"HTML Tidy for Cygwin (vers 1st September 2004), see www.w3.org" />
|
||||
|
||||
<title>Boost C++ Libraries</title>
|
||||
<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" />
|
||||
<!--[if IE]>
|
||||
<style type="text/css">
|
||||
body { behavior: url(more/css_0/csshover.htc); }
|
||||
</style>
|
||||
<![endif]-->
|
||||
<style type="text/css">
|
||||
body { behavior: url(more/css_0/csshover.htc); }
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -22,19 +20,17 @@
|
||||
<div class="body-2">
|
||||
<div id="heading">
|
||||
<div id="heading-0">
|
||||
<h1><span id="boost">Boost</span> <span id="cpplibraries">C++
|
||||
Libraries</span></h1>
|
||||
<h1><img id="boost-logo" src="more/boost-dark-trans.png" alt=
|
||||
"Boost C++ Libraries" /></h1>
|
||||
|
||||
<blockquote id="heading-quote">
|
||||
<span class="quote">“...one of the most highly regarded
|
||||
and expertly designed C++ library projects in the
|
||||
world.”</span> <span class="attribution">— <a href=
|
||||
"http://www.gotw.ca/">Herb Sutter</a> and <a href=
|
||||
"http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
|
||||
Alexandrescu</a>, <a href=
|
||||
"http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
|
||||
Standards</a></span>
|
||||
</blockquote>
|
||||
<p id="heading-quote"><span class="quote">“...one of the
|
||||
most highly regarded and expertly designed C++ library projects
|
||||
in the world.”</span> <span class="attribution">—
|
||||
<a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
|
||||
"http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
|
||||
Alexandrescu</a>, <a href=
|
||||
"http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
|
||||
Standards</a></span></p>
|
||||
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
@@ -69,21 +65,24 @@
|
||||
<a href=
|
||||
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">
|
||||
TR1</a>) as a step toward becoming part of a future
|
||||
C++ Standard. More Boost libraries will part of the
|
||||
upcoming <a href=
|
||||
C++ Standard. More Boost libraries are proposed for
|
||||
the upcoming <a href=
|
||||
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
|
||||
TR2</a>.</p>
|
||||
|
||||
<p class="note"><span class="note-label">Getting
|
||||
started:</span> <span class="note-body">Follow the
|
||||
<a href="more/getting_started.html">Getting Started
|
||||
Guide</a> to download and install Boost. Popular
|
||||
Linux and Unix distributions such as <a href=
|
||||
started:</span> <span class="note-body">Boost works
|
||||
on almost any modern operating system, including UNIX
|
||||
and Windows variants. Follow the <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://www.debian.org/">Debian</a>, and <a href=
|
||||
"http://www.netbsd.org/">NetBSD</a> include pre-built
|
||||
Boost packages. Boost may already be available on
|
||||
your organization's internal web server.</span></p>
|
||||
Boost packages. Boost may also already be available
|
||||
on your organization's internal web
|
||||
server.</span></p>
|
||||
|
||||
<p class="note"><span class=
|
||||
"note-label">Background:</span> <span class=
|
||||
@@ -133,24 +132,26 @@
|
||||
<div class="section-body">
|
||||
<div class="section-body-0">
|
||||
<div class="section-body-1">
|
||||
<h3>??? - Version 1.33.0</h3>
|
||||
<h3>August 11, 2005 - Version 1.33.0</h3>
|
||||
|
||||
<h4>New Libraries</h4>
|
||||
|
||||
<ul>
|
||||
<li><span class="library"><a href=
|
||||
"libs/iostreams/doc/index.html">iostreams</a>:</span>
|
||||
Framework for defining streams, stream buffers and
|
||||
i/o filters, from Jonathan Turkanis.</li>
|
||||
"libs/iostreams/doc/index.html">Iostreams
|
||||
Library</a>:</span> Framework for defining streams,
|
||||
stream buffers and i/o filters, from Jonathan
|
||||
Turkanis.</li>
|
||||
|
||||
<li><span class="library"><a href=
|
||||
"libs/functional/hash/index.html">functional/hash</a>:</span>
|
||||
A TR1 hash function object that can be extended to
|
||||
hash user defined types, from Daniel James.</li>
|
||||
"libs/functional/hash/index.html">Functional/Hash
|
||||
Library</a>:</span> A TR1 hash function object that
|
||||
can be extended to hash user defined types, from
|
||||
Daniel James.</li>
|
||||
|
||||
<li><span class="library"><a href=
|
||||
"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
|
||||
function has more than one argument with a useful
|
||||
default value, since named arguments can be passed
|
||||
@@ -182,6 +183,13 @@
|
||||
<code>cref_list_of()</code> for generating
|
||||
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(&X::name, _1)
|
||||
< bind(&X::name, _2)</code>.</li>
|
||||
|
||||
<li>
|
||||
<span class="library"><a href=
|
||||
"libs/bind/bind.html">Bind Library</a>:</span>
|
||||
@@ -327,7 +335,7 @@
|
||||
<li>
|
||||
<span class="library"><a href=
|
||||
"libs/program_options/doc/index.html">Program
|
||||
options library</a>:</span>
|
||||
Options Library</a>:</span>
|
||||
|
||||
<ul>
|
||||
<li>Option descriptions are now printed with
|
||||
@@ -358,8 +366,8 @@
|
||||
maps.</li>
|
||||
|
||||
<li><span class="library"><a href=
|
||||
"libs/random/index.html">Random Numbers</a>:</span>
|
||||
improved initialization for
|
||||
"libs/random/index.html">Random Number
|
||||
Library</a>:</span> improved initialization for
|
||||
<code>mersenne_twister</code>, algorithm by Makoto
|
||||
Matsumoto and Takuji Nishimura, implemented for
|
||||
Boost by Jens Maurer.<br />
|
||||
@@ -395,6 +403,23 @@
|
||||
small changes.
|
||||
</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=
|
||||
"doc/html/signals.html">Signals Library</a>:</span>
|
||||
added slot blocking/unblocking, from Frantz
|
||||
@@ -402,6 +427,49 @@
|
||||
performance from Robert Zeh.</li>
|
||||
</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>
|
||||
|
||||
<p><img src="more/boost_1_33_0.jpg" width="128"
|
||||
@@ -409,6 +477,17 @@
|
||||
"left-inset" /><a href=
|
||||
"people/doug_gregor.html">Douglas Gregor</a> managed
|
||||
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>
|
||||
@@ -604,7 +683,7 @@
|
||||
Features</a></li>
|
||||
|
||||
<li><a href=
|
||||
"more/links.htm#Commercial%20Support">Commercial
|
||||
"more/links.htm#CommercialSupport">Commercial
|
||||
Support</a></li>
|
||||
|
||||
<li><a href="more/mailing_lists.htm">Mailing
|
||||
@@ -704,9 +783,7 @@
|
||||
<div class="sidecell" id="footer">
|
||||
<div class="sidecell-0">
|
||||
<div id="revised">
|
||||
<p>Revised <span class=
|
||||
"cvs-keyword-date">$Date: 2005/07/25 06:06:04
|
||||
$</span></p>
|
||||
<p>Revised $Date$</p>
|
||||
</div>
|
||||
|
||||
<div id="copyright">
|
||||
|
||||
Submodule libs/algorithm updated: 924368a775...45949a9316
Submodule libs/compatibility updated: 3fb62bad10...c10611c5e0
Submodule libs/conversion updated: 1470210523...72d69ef6ad
2
libs/crc
2
libs/crc
Submodule libs/crc updated: 3b6c652879...eff9ab38f2
Submodule libs/disjoint_sets updated: e03ea5c974...227afeceba
File diff suppressed because one or more lines are too long
Submodule libs/filesystem updated: e03634acef...73a225c9fc
Submodule libs/format updated: b3cecbf8e8...5fd40ca227
Submodule libs/function updated: 8b816138bc...b8ef34c043
Submodule libs/graph updated: 6df693c448...cf9d1521d8
Submodule libs/iostreams updated: 21047d66f2...d80ac9b406
Submodule libs/iterator updated: 55fd9078a1...6363297754
@@ -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
|
||||
how to download, build, and install the libraries.</p>
|
||||
|
||||
<p>Documentation for some libraries is available in alternative formats:</p>
|
||||
<ul type="disc">
|
||||
<li><a href="http://www.boost.org/doc/boost.pdf" target="_top">PDF</a>
|
||||
[ <a href="http://www.boost.org/doc/boost.pdf.zip">.zip</a> |
|
||||
<a href="http://www.boost.org/doc/boost.pdf.gz">.gz</a> |
|
||||
<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>
|
||||
<p>Documentation for some Boost libraries is available in other forms,
|
||||
including DocBook, XSL Formatting Objects, and Unix man pages. This
|
||||
documentation is <a
|
||||
href="https://sourceforge.net/project/showfiles.php?group_id=7586&package_id=159715">available
|
||||
on Sourceforge.</a></p>
|
||||
|
||||
<hr>
|
||||
|
||||
@@ -109,7 +102,7 @@ how to download, build, and install the libraries.</p>
|
||||
<li><a href="config/config.htm">config</a> - Helps boost
|
||||
library developers adapt to compiler idiosyncrasies; not
|
||||
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>
|
||||
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
||||
Walker.</li>
|
||||
@@ -611,7 +604,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
||||
|
||||
<p>Revised
|
||||
<!--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>Distributed under the Boost Software License, Version 1.0.
|
||||
|
||||
Submodule libs/math updated: 05bcdf8387...b433fca3ec
Submodule libs/multi_array updated: 9260aaedbc...b80f97c842
Submodule libs/multi_index updated: 60c428b518...b28164d7f8
Submodule libs/numeric/conversion updated: b26bbaf5a5...0b7242ddc3
Submodule libs/numeric/interval updated: 3ea512b4ec...a69d74d58b
Submodule libs/numeric/ublas updated: 106e9e2edc...f18a80fde4
Submodule libs/preprocessor updated: a655d38e4b...3a15a4500f
Submodule libs/property_map updated: 1dfa28e16c...55e50f9d1b
Submodule libs/ptr_container updated: ae86269a7b...557da6ae21
Submodule libs/random updated: 0b7d6db9e2...8d7198ecd1
Submodule libs/range updated: 7311fb528a...e82a7fab5d
Submodule libs/rational updated: 36d3205fd7...e2815547d3
Submodule libs/regex updated: cbc098536e...bb27376db2
Submodule libs/serialization updated: 8774db8c9e...204e7a434a
Submodule libs/signals updated: 2fa79e9789...25e859a13c
Submodule libs/smart_ptr updated: afc17037de...0db2a88403
Submodule libs/spirit updated: c25a38a54c...97d295d2d4
Submodule libs/test updated: 628f763392...b585f435a0
Submodule libs/thread updated: aa240e61d9...e3c9446e29
Submodule libs/timer updated: 4ac34282d4...8599182708
Submodule libs/tuple updated: a17ce206f2...5686969287
Submodule libs/utility updated: 0a6acd8ce8...ddf00eb29d
@@ -13,12 +13,12 @@
|
||||
<table border="1" cellpadding="2" bgcolor="#007f7f">
|
||||
<tr>
|
||||
<td bgcolor="#ffffff">
|
||||
<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="..//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="..//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>
|
||||
<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="../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="../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>
|
||||
</tr>
|
||||
</table>
|
||||
<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
|
||||
advantages of Boost is the responsiveness of other users and Boost
|
||||
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>
|
||||
<h2>What about license issues?</h2>
|
||||
<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>
|
||||
Use, modification, and distribution are subject to the Boost Software License,
|
||||
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>
|
||||
|
||||
</body>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<tr>
|
||||
<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
|
||||
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>
|
||||
</tr>
|
||||
|
||||
@@ -192,8 +192,7 @@
|
||||
</TR>
|
||||
<TR>
|
||||
<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>.
|
||||
<A href="http://www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html">www.alphalink.com.au/~mattyt/BoostPresentation1/boost.html</A></TD>
|
||||
<TD vAlign="top" align="left" width="84%">Matthew S. Trentini, <i>Introduction to Boost</i>.</TD>
|
||||
</TR>
|
||||
<tr>
|
||||
<td vAlign="top" align="left" width="16%"><b>[<a name="Walker03">Walker03</a>]</b>
|
||||
|
||||
BIN
more/boost-dark-trans.png
Normal file
BIN
more/boost-dark-trans.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@@ -98,7 +98,7 @@ saying what mailing it was in: "See the pre-Redmond mailing."</p>
|
||||
set of papers prepared four to six times a year before and after each meeting,
|
||||
or between meetings. It
|
||||
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
|
||||
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
|
||||
@@ -119,4 +119,4 @@ www.boost.org/LICENSE_1_0.txt</a>)</p>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -76,11 +76,14 @@ a:hover {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
#heading h1 {
|
||||
padding: 2.5em 0.25em 0.25em 0.75em;
|
||||
padding: 2em 0.25em 0.25em 0.75em;
|
||||
float: left;
|
||||
position: relative;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#heading h1 img {
|
||||
border: none;
|
||||
}
|
||||
#heading #boost {
|
||||
font-size: 250%;
|
||||
font-weight: 900;
|
||||
|
||||
BIN
more/favicon.ico
Normal file
BIN
more/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
@@ -53,7 +53,7 @@ authors address issues raised in the formal review.</p>
|
||||
<tr>
|
||||
<td>Logging Library</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>-</td>
|
||||
</tr>
|
||||
@@ -74,7 +74,7 @@ authors address issues raised in the formal review.</p>
|
||||
<tr>
|
||||
<td>Intrusive Containers</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>-</td>
|
||||
</tr>
|
||||
@@ -109,7 +109,7 @@ authors address issues raised in the formal review.</p>
|
||||
<td>Accepted -- not yet added</td>
|
||||
</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>Andy Little</td>
|
||||
<td>2005 May 20 - 2005 May 30</td>
|
||||
|
||||
@@ -594,8 +594,7 @@ void StrongCheck(const Value& v, const Operation& op)
|
||||
|
||||
<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
|
||||
href=
|
||||
"http://www.metabyte.com/~fbp/stl/old.html">http://www.metabyte.com/~fbp/stl/old.html</a>.
|
||||
href="http://www.stlport.org">http://www.stlport.org</a>.
|
||||
|
||||
<li><a name="reference6">D.</a> R. Musser, ``Introspective Sorting
|
||||
and Selection Algorithms,'' <i>Software-Practice and Experience</i>
|
||||
@@ -681,4 +680,4 @@ void StrongCheck(const Value& v, const Operation& op)
|
||||
were likely to be rejected solely on the basis of the number of altered
|
||||
words. Unfortunately, the result compromises clarity somewhat in favor of
|
||||
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.
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
<h1>Links</h1>
|
||||
<p>Here are a few links of special interest to Boost users. For general queries,
|
||||
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>
|
||||
<li><a href="http://www.boost-consulting.com">Boost Consulting</a> - Support,
|
||||
training, and consulting from Boost experts.</li>
|
||||
|
||||
@@ -142,7 +142,7 @@ div.admonition p.admonition-title {
|
||||
|
||||
<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
|
||||
boost libraries, not for the Boost.Test library specifically)</dt>
|
||||
|
||||
@@ -65,11 +65,11 @@ executables.</p>
|
||||
|
||||
<ul>
|
||||
<li><i>bjam</i> - Executables and sources are available; see <a
|
||||
href="../tools/build/index.html#Jam">Boost.Build docs</a>.
|
||||
href="../tools/build/index.html">Boost.Build docs</a>.
|
||||
Before worrying about regression tests, you might want to
|
||||
verify your <i>bjam</i> installation works by <a
|
||||
href="../tools/build/index.html#Building">building the
|
||||
boost-root/status/Jamfile libraries</a>.<br>
|
||||
verify your <i>bjam</i> installation works by
|
||||
building the
|
||||
boost-root/status/Jamfile libraries.<br>
|
||||
</li>
|
||||
<li><i>process_jam_log</i> and <i>compiler_status</i> -
|
||||
<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>
|
||||
</li>
|
||||
<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>
|
||||
<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">
|
||||
www.boost.org/LICENSE_1_0.txt</a>)</p>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -4,15 +4,13 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<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" />
|
||||
<link rel="stylesheet" type="text/css" href="css_0/inner.css" />
|
||||
<!--[if IE]>
|
||||
<style type="text/css">
|
||||
body { behavior: url(more/css_0/csshover.htc); }
|
||||
</style>
|
||||
<![endif]-->
|
||||
<style type="text/css">
|
||||
body { behavior: url(more/css_0/csshover.htc); }
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -21,19 +19,18 @@
|
||||
<div class="body-2">
|
||||
<div id="heading">
|
||||
<div id="heading-0">
|
||||
<h1><a href="../index.htm"><span id="boost">Boost</span>
|
||||
<span id="cpplibraries">C++ Libraries</span></a></h1>
|
||||
<h1><a href="../index.htm"><img id="boost-logo" src=
|
||||
"../more/boost-dark-trans.png" alt=
|
||||
"Boost C++ Libraries" /></a></h1>
|
||||
|
||||
<blockquote id="heading-quote">
|
||||
<span class="quote">“...one of the most highly regarded
|
||||
and expertly designed C++ library projects in the
|
||||
world.”</span> <span class="attribution">— <a href=
|
||||
"http://www.gotw.ca/">Herb Sutter</a> and <a href=
|
||||
"http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
|
||||
Alexandrescu</a>, <a href=
|
||||
"http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
|
||||
Standards</a></span>
|
||||
</blockquote>
|
||||
<p id="heading-quote"><span class="quote">“...one of the
|
||||
most highly regarded and expertly designed C++ library projects
|
||||
in the world.”</span> <span class="attribution">—
|
||||
<a href="http://www.gotw.ca/">Herb Sutter</a> and <a href=
|
||||
"http://en.wikipedia.org/wiki/Andrei_Alexandrescu">Andrei
|
||||
Alexandrescu</a>, <a href=
|
||||
"http://safari.awprofessional.com/?XmlId=0321113586">C++ Coding
|
||||
Standards</a></span></p>
|
||||
|
||||
<ul>
|
||||
<li id="menu_libraries"><a href=
|
||||
@@ -842,9 +839,8 @@
|
||||
deprecated (and will be removed shortly), and the
|
||||
syntax for the <code>boost::function</code> class
|
||||
template has been greatly improved on conforming
|
||||
compilers. Please see the <a href=
|
||||
"../libs/function/index.html#compatibility">compatibility
|
||||
note</a> for more information.</li>
|
||||
compilers. Please see the compatibility note for more
|
||||
information.</li>
|
||||
|
||||
<li><a href=
|
||||
"../libs/multi_array/doc/index.html">Multi-array
|
||||
@@ -916,11 +912,8 @@
|
||||
Library</a>: Avoid compiler warnings.</li>
|
||||
|
||||
<li><a href="../libs/smart_ptr/index.html">Smart
|
||||
Pointers Library</a>: Added <a href=
|
||||
"../libs/smart_ptr/shared_ptr.htm#shared_polymorphic_cast">
|
||||
shared_polymorphic_cast</a> and <a href=
|
||||
"../libs/smart_ptr/shared_ptr.htm#shared_polymorphic_downcast">
|
||||
shared_polymorphic_downcast</a>.</li>
|
||||
Pointers Library</a>: Added shared_polymorphic_cast and
|
||||
shared_polymorphic_downcast.</li>
|
||||
|
||||
<li><a href="../libs/function/index.html">Function
|
||||
Library</a>: Now supports function objects with the
|
||||
@@ -978,10 +971,7 @@
|
||||
"../libs/smart_ptr/shared_ptr.htm#constructors">custom
|
||||
delete functions</a>, a new <a href=
|
||||
"../libs/smart_ptr/weak_ptr.htm">weak_ptr</a>, and
|
||||
<a href=
|
||||
"../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>
|
||||
shared_static_cast and shared_dynamic_cast.</li>
|
||||
|
||||
<li><a href=
|
||||
"../libs/preprocessor/doc/index.html">Preprocessor
|
||||
@@ -1036,7 +1026,7 @@
|
||||
<li><a href=
|
||||
"../tools/build/index.html">Boost.Build:</a> Continuing
|
||||
improvements, including pre-built <a href=
|
||||
"../tools/build/index.html#Jam">Boost.Jam
|
||||
"../tools/build/index.html">Boost.Jam
|
||||
executables</a>.</li>
|
||||
|
||||
<li>Minor fixes to a number of other libraries.</li>
|
||||
@@ -1629,9 +1619,8 @@
|
||||
added.</li>
|
||||
|
||||
<li>Boost source code now lives in a publicly
|
||||
accessible Concurrent Versions System (CVS) <a href=
|
||||
"http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">
|
||||
repository</a>.</li>
|
||||
accessible Concurrent Versions System (CVS)
|
||||
repository.</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@@ -1832,8 +1821,7 @@
|
||||
</div>
|
||||
|
||||
<div id="footer">
|
||||
<p id="revised">Revised <span class=
|
||||
"cvs-keyword-date">$Date$</span></p>
|
||||
<p id="revised">Revised $Date$</p>
|
||||
|
||||
<p id="copyright">Copyright Daryle Walker 2004. Copyright Rene
|
||||
Rivera 2005.</p>
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
<h2>Contents</h2>
|
||||
<dl class="page-index">
|
||||
<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">
|
||||
<dt><a href="#definition-term1">Term 1</a></dt>
|
||||
<dt><a href="#definition-term2">Term 2</a></dt>
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
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
|
||||
lead for the System 7 project (these days they would call it "Mac OS
|
||||
7"). 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"). 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>
|
||||
<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">
|
||||
@@ -43,4 +43,4 @@
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -35,14 +35,14 @@
|
||||
Mathematics. His thesis was "Design Pattern for the Implementation of
|
||||
Graph Algorithms"; strike the "Design Pattern" and put in
|
||||
"Generic" 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">
|
||||
ftp://ftp.informatik.uni-konstanz.de/pub/algo/personal/kuehl/da.ps.gz</a>.</p>
|
||||
available from <a href="http://www.dietmar-kuehl.de/generic-graph-algorithms.pdf">
|
||||
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
|
||||
Solutions (the "aa" is no typo), mainly working for major German
|
||||
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>.
|
||||
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>Home page: <a href="http://www.claas-solutions.de/kuehl/">http://www.claas-solutions.de/kuehl/</a></p>
|
||||
<p>Email: <a href="mailto:dietmar_kuehl@yahoo.com">dietmar_kuehl@yahoo.com</a></p>
|
||||
<p>Home page: <a href="http://www.dietmar-kuehl.de/">http://www.dietmar-kuehl.de/</a></p>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
</table>
|
||||
<p><a href="http://boost.sourceforge.net/photos/jonathan_turkanis.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>
|
||||
</a>
|
||||
</body>
|
||||
|
||||
@@ -17,10 +17,10 @@
|
||||
</tr>
|
||||
</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
|
||||
Rodgers lives in <a href="http://www.wcc.govt.nz/wellington/">Wellington</a>,
|
||||
the capital of <a href="http://www.govt.nz/aboutnz/profile.php3">New Zealand</a>,
|
||||
Rodgers lives in <a href="http://www.wellington.govt.nz/">Wellington</a>,
|
||||
the capital of New Zealand,
|
||||
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.
|
||||
(Hons).</nobr> He now works as consultant through his company, Cadenza New
|
||||
Zealand Ltd, and also markets Cadenza Drawing Board™, a CAD system he
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
</tr>
|
||||
</table>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -14,8 +14,8 @@
|
||||
</tr>
|
||||
</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>
|
||||
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,
|
||||
Germany</a>), and a Ph.D. in Crystallography (<a href="http://www.kristall.ethz.ch/LFK/">ETH
|
||||
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.crystal.mat.ethz.ch/Intro/lfkcry">ETH
|
||||
Zurich</a>
|
||||
, Switzerland). Real Mineralogists and Crystallographers run experiments with
|
||||
x-rays and hardware that is not normally associated with C++ and Boost.
|
||||
@@ -25,7 +25,7 @@
|
||||
<p>
|
||||
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
|
||||
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/">
|
||||
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
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</tr>
|
||||
</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
|
||||
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,
|
||||
according to some sources, it takes 2-3 years to develop the basic temperament.
|
||||
Previously he saw himself mostly as a "builder of systems" and
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
<mark-toolset name="vc-6_5-stlport" status="required"/>
|
||||
<mark-toolset name="vc-7_0" 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="gcc-2.95.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.4.4-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_4_3-sunos" 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"/>
|
||||
|
||||
<!-- /////////////// Libraries /////////////// -->
|
||||
@@ -1051,6 +1052,11 @@
|
||||
<toolset name="*como-4_3_3*"/>
|
||||
<note author="Jonathan Turkanis" refid="0"/>
|
||||
</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="?">
|
||||
<test name="direct_adapter_test"/>
|
||||
<test name="gzip_test"/>
|
||||
@@ -1394,9 +1400,11 @@ for more information.
|
||||
<mark-expected-failures>
|
||||
<test name="test_demo_portable_archive_dll"/>
|
||||
<toolset name="vc*"/>
|
||||
<toolset name="borland-5_6_4"/>
|
||||
<toolset name="msvc*"/>
|
||||
<toolset name="vc-6_5*"/>
|
||||
<toolset name="iw*"/>
|
||||
<toolset name="intel-win32-*"/>
|
||||
<note author="Robert Ramey" date="12 Feb 05" refid="2,29"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
@@ -1410,6 +1418,7 @@ for more information.
|
||||
<mark-expected-failures>
|
||||
<test name="test_array*"/>
|
||||
<test name="test_demo_fast_archive"/>
|
||||
<test name="test_demo_fast_archive_dll"/>
|
||||
<toolset name="borland*"/>
|
||||
<note author="Robert Ramey" date="12 Feb 05" refid="26">
|
||||
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_dll"/>
|
||||
<test name="test_demo_shared_ptr"/>
|
||||
<test name="test_demo_shared_ptr_dll"/>
|
||||
<test name="test_demo_xml_save"/>
|
||||
<test name="test_demo_xml_load"/>
|
||||
<test name="test_demo_xml_save_dll"/>
|
||||
@@ -1434,6 +1444,7 @@ for more information.
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="test_demo_fast_archive"/>
|
||||
<test name="test_demo_fast_archive_dll"/>
|
||||
<toolset name="msvc*"/>
|
||||
<toolset name="vc-6_5*"/>
|
||||
<note author="Robert Ramey" refid="6"/>
|
||||
@@ -1449,8 +1460,10 @@ for more information.
|
||||
|
||||
<mark-expected-failures>
|
||||
<test name="test_demo_pimpl"/>
|
||||
<test name="test_demo_pimpl_dll"/>
|
||||
<test name="test_diamond*"/>
|
||||
<test name="test_mult_archive_types"/>
|
||||
<test name="test_mult_archive_types_dll"/>
|
||||
<toolset name="msvc*"/>
|
||||
<toolset name="vc-6_5*"/>
|
||||
<toolset name="vc-7_0"/>
|
||||
@@ -1690,6 +1703,56 @@ for more information.
|
||||
<toolset name="cw-9_5-darwin"/>
|
||||
<note author="Rene Rivera" refid="29"/>
|
||||
</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>
|
||||
|
||||
|
||||
@@ -2205,7 +2268,7 @@ for more information.
|
||||
</mark-unusable>
|
||||
<mark-expected-failures>
|
||||
<test name="ptr_list"/>
|
||||
<toolset name="gcc-4.0.0*"/>
|
||||
<toolset name="gcc-4.0.*"/>
|
||||
<note author="Thorsten Ottosen">
|
||||
The error is due to problems in the standard library implementation.
|
||||
It should be fixed in newer versions of the compiler.
|
||||
@@ -3010,7 +3073,7 @@ for more information.
|
||||
<mark-expected-failures>
|
||||
<test name="testwave"/>
|
||||
<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"/>
|
||||
</mark-expected-failures>
|
||||
|
||||
|
||||
Submodule tools/build updated: 002135d1bc...ea84e350dc
Reference in New Issue
Block a user