mirror of
https://github.com/boostorg/boost.git
synced 2025-04-03 20:45:00 +00:00
Merged from 1.33.0 release
[SVN r30540]
This commit is contained in:
parent
c1278813a5
commit
bebd91dc9e
59 changed files with 298 additions and 176 deletions
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">
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 924368a775c699a1a64e4332f5dd5f331828dbc8
|
||||
Subproject commit 45949a93160cc6c6e3c1ca7ecd16431495d00d96
|
|
@ -1 +1 @@
|
|||
Subproject commit 3fb62bad10ad0a134f4a25da474c9a2980814f99
|
||||
Subproject commit c10611c5e021d85a24a44629764817a52780fef6
|
|
@ -1 +1 @@
|
|||
Subproject commit 14702105238317d78f5e96a567b78dd07e87ac4f
|
||||
Subproject commit 72d69ef6ad388fc7a68f6ddd19904ab403d41791
|
2
libs/crc
2
libs/crc
|
@ -1 +1 @@
|
|||
Subproject commit 3b6c65287973100c953616af35ac75d53c81ce51
|
||||
Subproject commit eff9ab38f2332b44a1c9d01c83a9da5b6868fc84
|
|
@ -1 +1 @@
|
|||
Subproject commit e03ea5c974a24bf87bbdd32c6c06927ed376429b
|
||||
Subproject commit 227afeceba635237088d100ca0405c1a62741acd
|
File diff suppressed because one or more lines are too long
|
@ -1 +1 @@
|
|||
Subproject commit e03634acef4b5701c2242f9735faa612e814dd5e
|
||||
Subproject commit 73a225c9fc8d49d4ffe58f31a5cb28855d51e3e7
|
|
@ -1 +1 @@
|
|||
Subproject commit b3cecbf8e8e2e3d1d4fb24b8d8f8f6d6b4f18d55
|
||||
Subproject commit 5fd40ca2270fea108014c48cd5295584cab47b6b
|
|
@ -1 +1 @@
|
|||
Subproject commit 8b816138bc6b8c039bcab956eea050b0584d5595
|
||||
Subproject commit b8ef34c0437d5f8a01979f79554b95d14ec2857e
|
|
@ -1 +1 @@
|
|||
Subproject commit 6df693c4487ba7e0075ae0e4a2647e2c7532860a
|
||||
Subproject commit cf9d1521d86e18a85e5495d8eead2acb49461fde
|
|
@ -1 +1 @@
|
|||
Subproject commit 21047d66f272b8d3bcc49913bf9c2e98f09beca6
|
||||
Subproject commit d80ac9b4061ec7902fca2f43a7d9e555ede3732b
|
|
@ -1 +1 @@
|
|||
Subproject commit 55fd9078a112b084723ea2a961624935314c30d7
|
||||
Subproject commit 63632977549854a7b4c84e294740b35d0138aca7
|
|
@ -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.
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 05bcdf83878573c919b224d104b1781a24b84a83
|
||||
Subproject commit b433fca3ece784d053803bf395d9e87314b72643
|
|
@ -1 +1 @@
|
|||
Subproject commit 9260aaedbcfc0c0523d3efaac91800302691c3e4
|
||||
Subproject commit b80f97c842a3bd722cb97c0017edf7a8c4b440af
|
|
@ -1 +1 @@
|
|||
Subproject commit 60c428b518902937133073a9552f03be075db47a
|
||||
Subproject commit b28164d7f8beba28e73b77723ed190402f129fc1
|
|
@ -1 +1 @@
|
|||
Subproject commit b26bbaf5a5c58099cbc7d19a384d42614a769400
|
||||
Subproject commit 0b7242ddc3bfe488f6bd4c8e7624ad636a7bb1fa
|
|
@ -1 +1 @@
|
|||
Subproject commit 3ea512b4ec1536c211f27f180339148c5d0d969a
|
||||
Subproject commit a69d74d58b6cd1a476b8b970e66248d32e1034ce
|
|
@ -1 +1 @@
|
|||
Subproject commit 106e9e2edcd90b4fdb8f8f879b9a914c66e7c409
|
||||
Subproject commit f18a80fde4ea007be15886566de852084ea424fe
|
|
@ -1 +1 @@
|
|||
Subproject commit a655d38e4b1f4259f0e6ded7640c92d89780abee
|
||||
Subproject commit 3a15a4500fc950e59ffeac50c5fa3e4fcede9cfd
|
|
@ -1 +1 @@
|
|||
Subproject commit 1dfa28e16ca63f9df4e08274c771314f675142bf
|
||||
Subproject commit 55e50f9d1b086448b216d8e4599db8ea30f3f6bc
|
|
@ -1 +1 @@
|
|||
Subproject commit ae86269a7b976d9d97bc0a44c7d08082bb1e402e
|
||||
Subproject commit 557da6ae21d429ad7365db85e5e11019ff97617d
|
|
@ -1 +1 @@
|
|||
Subproject commit 0b7d6db9e25a90d0fe0b9aeea2b62e17717b4ba7
|
||||
Subproject commit 8d7198ecd1bc11ae414aebfb1149605b484b300f
|
|
@ -1 +1 @@
|
|||
Subproject commit 7311fb528ac24e294d0b7c907ecba95a70160c8a
|
||||
Subproject commit e82a7fab5da10bc817584cb3d4ae68596677c78e
|
|
@ -1 +1 @@
|
|||
Subproject commit 36d3205fd75fa176c1ef746281f4428eb658bc60
|
||||
Subproject commit e2815547d326e29030d69d011a47392a1ef5befd
|
|
@ -1 +1 @@
|
|||
Subproject commit cbc098536eae0c59af3dc00274e27e9097e05d55
|
||||
Subproject commit bb27376db21d43ce038c28253b9995f2b8f355d7
|
|
@ -1 +1 @@
|
|||
Subproject commit 8774db8c9e1497c746f25acb16a415e71dcd8b4a
|
||||
Subproject commit 204e7a434afbadf8c3e797f27c4615843530726f
|
|
@ -1 +1 @@
|
|||
Subproject commit 2fa79e978925134c97429a180d49cc8a744b2437
|
||||
Subproject commit 25e859a13c4c3515bac93188726878e4a5708f52
|
|
@ -1 +1 @@
|
|||
Subproject commit afc17037deeba03917c808419ae66bfc0ce3ee5e
|
||||
Subproject commit 0db2a884032bf06400b2d70c1d2f1069bb43dcd4
|
|
@ -1 +1 @@
|
|||
Subproject commit c25a38a54cb3a91d42c050a2d235278f84a55e20
|
||||
Subproject commit 97d295d2d4ed53166b87435f75304780dafe4182
|
|
@ -1 +1 @@
|
|||
Subproject commit 628f7633922a733782609209d41a0a6f1905f00d
|
||||
Subproject commit b585f435a09a2604faa73d415d602a95fbd706b2
|
|
@ -1 +1 @@
|
|||
Subproject commit aa240e61d9058100da56e806227c5749f7b690d2
|
||||
Subproject commit e3c9446e298d62a75c4353eaa9c4361762457e1e
|
|
@ -1 +1 @@
|
|||
Subproject commit 4ac34282d4d11efae3309334e79c1c34c3ad4dd4
|
||||
Subproject commit 85991827083a97bdb0b7bbe2ded7503fc00d1a8d
|
|
@ -1 +1 @@
|
|||
Subproject commit a17ce206f259d91fa70c72754837d6f4b91f5d5e
|
||||
Subproject commit 5686969287e7472afdcdb0cb836b1735a8f190b3
|
|
@ -1 +1 @@
|
|||
Subproject commit 0a6acd8ce8137a4817bb516e4dbee5beda897745
|
||||
Subproject commit ddf00eb29d506096c42e2fa27f1a0a7eddc9a11a
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 002135d1bc3d9ef642c5db7a1e93b9a56a0edaa8
|
||||
Subproject commit ea84e350dc4151c7482ce781272eeb4c5dc0435c
|
Loading…
Add table
Reference in a new issue