mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 05:25:00 +00:00
135 lines
8.7 KiB
HTML
135 lines
8.7 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
|
|
<meta name="ProgId" content="FrontPage.Editor.Document">
|
|
<title>Boost C++ Libraries</title>
|
|
</head>
|
|
|
|
<body bgcolor="#FFFFFF" text="#000000">
|
|
|
|
<table border="1" bgcolor="#007F7F" cellpadding="2">
|
|
<tr>
|
|
<td bgcolor="#FFFFFF"><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
|
|
<td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
|
|
<td><a href="libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
|
|
<td><a href="people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
|
|
<td><a href="more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
|
|
<td><a href="more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
|
|
</tr>
|
|
</table>
|
|
<h1>Welcome to Boost.org!</h1>
|
|
<p>The Boost web site provides a repository for free, peer-reviewed, C++ <a href="libraries.htm">libraries</a>.
|
|
The emphasis is on portable libraries which work well with the C++ Standard
|
|
Library.</p>
|
|
<p><a href="more/lib_guide.htm">Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
|
|
Submission Process</a> provides basic information for library authors.</p>
|
|
<p>If you are interested in who writes the libraries and maintains the web site,
|
|
check out <a href="people.htm">people</a>.</p>
|
|
<p>The <a href="more/faq.htm">FAQ</a> answers questions we hope someone will
|
|
bother to ask.</p>
|
|
<p>Click here for <a href="libraries.htm#Download">download</a> instructions.</p>
|
|
<p>See <a href="libs/compiler_status.htm">Compiler Status</a> to find out what
|
|
library works with which compiler.</p>
|
|
<h2><a name="Mailing List">Membership</a></h2>
|
|
<p>If you are interested in Boost.org, please join our mailing list for
|
|
discussions of both technical and site-related issues, and to participate in
|
|
library reviews. Discussions can be received via email in summary or in full, or
|
|
viewed online via a web browser. We use the <a href="http://www.egroups.com">eGroups</a>
|
|
list hosting service. Subscribe or unsubscribe by sending email to <a href="mailto:boost-subscribe@egroups.com">boost-subscribe@egroups.com</a>
|
|
or <a href="mailto:boost-unsubscribe@egroups.com">boost-unsubscribe@egroups.com</a>
|
|
respectively, or go to the eGroups <a href="http://www.egroups.com/list/boost">list
|
|
manager home page</a>. Dave Abrahams and Beman Dawes are the list
|
|
moderators.</p>
|
|
<p>For mailing list members only, preliminary libraries under discussion are
|
|
available from the eGroups <a href="http://www.egroups.com/files/boost/">Files
|
|
section</a> (formerly called the "vault").</p>
|
|
<p>Beman Dawes is the Boost <a name="webmaster">webmaster</a>; email him at <a href="mailto:beman@boost.org">beman@boost.org</a>
|
|
with any concerns you don't want to just post to the mailing list.</p>
|
|
<h2>Latest News</h2>
|
|
<p>??? - Version 1.16.2</p>
|
|
<ul>
|
|
<li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: performance
|
|
reducing exception-specifications removed.</li>
|
|
<li><a href="libs/utility/index.htm">Utility Library</a>: compiler and test
|
|
program fixes for call_traits, compressed_pair, and type_traits. </li>
|
|
</ul>
|
|
<p>July 5, 2000 - Version 1.16.1</p>
|
|
<ul>
|
|
<li><a href="libs/integer/index.htm">Integer</a> library: fixed <a href="boost/cstdint.hpp">cstdint.hpp</a>
|
|
bug, added <a href="libs/integer/cstdint_test.cpp">cstdint_test.cpp</a>,
|
|
updated <a href="libs/integer/cstdint.htm">docs</a>.</li>
|
|
<li><a href="libs/random/index.html">Random Number Library</a>: minor fixes to
|
|
<a href="boost/random.hpp">random.hpp</a> and <a href="libs/random/random_test.cpp">random_test.cpp</a>
|
|
to support more compilers.</li>
|
|
<li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="boost/cast.hpp">cast.hpp</a>
|
|
with more Microsoft compiler workarounds.</li>
|
|
<li><a href="libs/utility/index.htm">Utility Library</a>: updated <a href="libs/utility/call_traits.htm">call_traits
|
|
docs</a>, added <a href="libs/utility/call_traits_test.cpp">call_traits_test.cpp</a></li>
|
|
<li><a href="libs/utility/index.htm">Utility Library</a>: cleanup and bug
|
|
fixes for <a href="boost/operators.hpp">operators.hpp</a> and <a href="libs/utility/operators_test.cpp">operators_test.cpp</a></li>
|
|
</ul>
|
|
<p>June 28, 2000 - Version 1.16.0:</p>
|
|
<ul>
|
|
<li>Added <a href="libs/functional/index.html">Functional Library</a> -
|
|
Enhanced function object adaptors from Mark Rodgers.</li>
|
|
<li>Added missing <a href="libs/random/index.html">Random Number Library</a>
|
|
files.</li>
|
|
<li>Updated <a href="libs/utility/operators.htm">operators docs</a> and <a href="boost/operators.hpp">operators.hpp</a>.</li>
|
|
<li>New <a href="boost/iterator.hpp">iterator.hpp</a> header.</li>
|
|
<li>Minor <a href="boost/rational.hpp">rational.hpp</a>, <a href="libs/rational/rational_example.cpp">rational_example.cpp</a>,
|
|
and <a href="libs/integer/integer_traits_test.cpp">integer_traits_test.cpp</a>
|
|
changes to support more compilers.</li>
|
|
<li>Revised <a href="boost/cast.hpp">cast.hpp</a>; removed implicit_cast, plus
|
|
fixes for broken compilers.</li>
|
|
<li>Minor <a href="boost/smart_ptr.hpp">smart_ptr.hpp</a> workaround for some
|
|
GCC builds</li>
|
|
<li>Several <a href="boost/config.hpp">config.hpp</a> changes for Microsoft,
|
|
Intel, and other compilers.</li>
|
|
<li>Added <a href="libs/config/index.htm">Configuration Header</a> page and
|
|
test program.</li>
|
|
<li>Added Experimental <a href="libs/compiler_status.htm">Compiler Status</a>
|
|
page showing what library works with which compilers.</li>
|
|
</ul>
|
|
<p>June 21, 2000 - Version 1.15.1 - Fixes to <a href="boost/cast.hpp">cast.hpp</a>
|
|
and <a href="libs/utility/operators.htm">operators</a> fix. Minor additions to <a href="boost/config.hpp">config.hpp</a>
|
|
for Microsoft compilers. The 1.15.0 operators changes seem to have introduced
|
|
incompatibilities. We are working on fixing them, and have started to
|
|
build a regression test to prevent similar future problems.</p>
|
|
<p>June 17, 2000 - Version 1.15.0 - <a href="libs/random/index.html">Random
|
|
Number Library</a> from Jens Maurer added. Updated utility library <a href="libs/utility/operators.htm">operators</a>
|
|
eliminates code bloat. Minor additions to <a href="boost/config.hpp">config.hpp</a>
|
|
and <a href="boost/cast.hpp">cast.hpp</a> for Microsoft compilers.</p>
|
|
<p>May 29, 2000 - Version 1.14.3 - Minor additions to <a href="boost/config.hpp">config.hpp</a>
|
|
for Borland compilers. Minor fix to <a href="libs/utility/type_traits.htm">type_traits</a>
|
|
example. Minor web site fixes. <a href="more/formal_review_process.htm">Library
|
|
Formal Review Process</a> page added.</p>
|
|
<p>May 9, 2000 - Version 1.14.2 - No libraries updated. <a href="more/lib_guide.htm">Library
|
|
Requirements and Guidelines</a> expanded, <a href="more/submission_process.htm">Library
|
|
Submission Process</a> added.</p>
|
|
<p>March 17, 2000 - Version 1.14.1 - Minor fix to <a href="boost/rational.hpp">rational.hpp</a>.
|
|
Minor documentation changes to the <a href="libs/smart_ptr/index.htm">Smart
|
|
Pointer</a> Library and <a href="libs/utility/call_traits.htm">call_traits</a>, <a href="libs/utility/compressed_pair.htm">compressed_pair</a>,
|
|
and <a href="libs/utility/type_traits.htm">type_traits</a>. Updated <a href="more/lib_guide.htm">Library
|
|
Guidelines</a> and <a href="people.htm">People</a> page.</p>
|
|
<p>March 5, 2000 - Version 1.14.0 - <a href="libs/integer/index.htm">Integer
|
|
Library</a> status upgraded after removing bin_bun.hpp. The
|
|
"Experimental" library category has been removed; the boost
|
|
files/vault now serves the purpose. Minor fix to <a href="boost/smart_ptr.hpp">smart_ptr.hpp</a>
|
|
line endings.</p>
|
|
<p>February 29, 2000 - Version 1.13.0 - Adds <a href="libs/utility/index.htm">Utility
|
|
Library</a> <a href="libs/utility/type_traits.htm">type_traits</a>, <a href="libs/utility/call_traits.htm">call_traits</a>,
|
|
and <a href="libs/utility/compressed_pair.htm">compressed_pair</a> headers from
|
|
John Maddock, Steve Cleary and Howard Hinnant.</p>
|
|
<p>February 23, 2000 - Version 1.12.0 - Adds a <a href="libs/integer/integer_traits.html">integer_traits</a>
|
|
header from Jens Maurer to the <a href="libs/integer/index.htm">Integer Library</a>.</p>
|
|
<p>February 21, 2000 - Version 1.11.2 - <a href="libs/smart_ptr/smarttests.htm">Smart
|
|
pointer timings</a> added (thanks to Gavin Collings). Minor fix <a href="libs/min_rand/index.htm">min_rand</a>
|
|
sample program. Minor fixes to <a href="boost/config.hpp">config.hpp</a>.</p>
|
|
<hr>
|
|
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->24 July 2000<!--webbot bot="Timestamp" endspan i-checksum="18764" --></p>
|
|
|
|
</body>
|
|
|
|
</html>
|