| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216 |
- <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="libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
- <td><a href="people/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 free, peer-reviewed, C++ <a href="libs/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/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>You may <a href="boost_all.zip">download all of boost</a> as a single ZIP
- file. Click here for <a href="libs/libraries.htm#Download">download</a>
- details. The source code is also publicly accessible in a CVS <a href="http://cvs.sourceforge.net/cgi-bin/cvsweb.cgi/?cvsroot=boost">repository</a>.</p>
- <p>See <a href="status/compiler_status.html">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, please join our mailing list for
- discussions of both technical and site-related issues, and to participate in
- formal reviews of proposed libraries. 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 <a href="http://www.egroups.com/list/boost">mailing list home page</a>. Dave Abrahams,
- Beman Dawes, and Jens Maurer are the list
- moderators.</p>
- <p>Boost also has a low-volume <a href="http://www.egroups.com/list/boost-announce">announce-only
- mailing list</a> which announces upcoming formal reviews and software releases.</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@esva.net</a>
- with any concerns you don't want to just post to the mailing list.</p>
- <h2>Latest News</h2>
- <p>Verson 1.20.2</p>
- <ul>
- <li>Minor fixes to integer.hpp and integer_test.cpp</li>
- <li>Timer Library - changed to an all inline implementation.</li>
- <li><a href="libs/random/index.html">Random Number Library</a>: Minor portability fixes
- <li><a href="more/microsoft_vcpp.html">Portability Hints: Microsoft Visual C++</a> added.
- <li><a href="libs/array_traits/index.html">Array traits</a> minor portability fix.
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> - one significant change and some additions.
- <ol>
- <li>Changes to <a href="libs/graph/doc/breadth_first_search.html">
- <tt>breadth_first_search()</tt></a> concerning the event points for
- <a href="libs/graph/doc/BFSVisitor.html">BFSVisitor</a>. </li>
- <li>Added two maximum flow algorithms:
- <a href="libs/graph/doc/edmunds_karp_max_flow.html">
- <tt>edmunds_karp_max_flow()</tt></a> and
- <a href="libs/graph/doc/push_relabel_max_flow.html">
- <tt>push_relabel_max_flow()</tt></a>. </li>
- <li>Added the <a href="libs/graph/doc/adjacency_matrix.html">
- <tt>adjacency_matrix</tt></a> graph class.</li>
- <li>Added the <a href="libs/graph/doc/filtered_graph.html">
- <tt>filtered_graph</tt></a> class adaptor.</li>
- </ol></li>
- <li><a href="libs/rational/index.html">Rational Number Library</a>: documentation updates,
- efficiency improvements, co-operates with user-defined types, regression tests
- </ul>
- <p>January 10, 2001 - Version 1.20.1</p>
- <ul>
- <li><a href="boost/compressed_pair.hpp">compressed_pair.hpp</a> minor update
- fixes test failures of other libraries under VC++.</li>
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
- updates.</li>
- <li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor
- updates.</li>
- <li> Minor website fixes including missing files in boost_all.zip.</li>
- </ul>
- <p>January 6, 2001 - Version 1.20.0</p>
- <ul>
- <li><a href="libs/conversion/index.htm">Conversion Library</a> added - <a href="libs/conversion/cast.htm">cast</a>
- and <a href="libs/conversion/lexical_cast.htm">lexical_cast</a> headers from
- Dave Abrahams and Kevlin Henney.</li>
- <li>Web site moved to a larger host after the old ISP collapsed
- unexpectedly.</li>
- <li>Regression tests now include execution testing. See <a href="status/compiler_status.html">Compiler Status</a>.</li>
- <li><a href="more/discussion_policy.htm">Discussion Policy</a> page added.</li>
- <li><a href="libs/array/index.htm">Array Library</a> minor documentation improvements.</li>
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
- updates.</li>
- <li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor
- updates.</li>
- </ul>
- <p>December 10, 2000 - Version 1.19.0</p>
- <ul>
- <li><a href="libs/concept_check/concept_check.htm">Concept Check Library</a>
- added - tools for generic programming from Jeremy Siek. </li>
- <li><a href="libs/python/doc/index.html">Python Library</a> added -
- reflects C++ classes and functions into Python, from Dave
- Abrahams.</li>
- <li><a href="libs/static_assert/static_assert.htm">Static Assert Library</a>
- added - compile time assertions from John Maddock</li>
- <li><a href="libs/property_map/property_map.html">Property Map Concepts</a>
- added - interfaces which map key objects to value objects from Jeremy Siek.</li>
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
- updates.</li>
- <li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor
- updates.</li>
- <li><a href="more/lib_guide.htm">Library Requirements and Guidelines</a> -
- directory name policy added.</li>
- <li><a href="more/faq.htm">FAQ</a> updated.</li>
- </ul>
- <p>November 18, 2000 - Version 1.18.3</p>
- <ul>
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
- fixes and additions.</li>
- <li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor fixes.</li>
- <li> <a href="boost/cast.hpp">cast.hpp</a> Borland compiler fixes.</li>
- <li><a href="boost/cstdint.hpp">cstdint.hpp</a> changed to no longer expose
- names to the global namespace.</li>
- <li><a href="libs/cs-beos.html">BeOS5/Intel</a> compiler status contributed by
- John Maddock.</li>
- <li> <a href="status/compiler_status.html">Compiler Status</a> added two additional test programs
- .</li>
- </ul>
- <p>November 3, 2000 - Version 1.18.2</p>
- <ul>
- <li><a href="libs/conversion/cast.htm">Cast Library</a> Fix numeric_cast<> bugs with floating types.</li>
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> minor
- fixes.</li>
- <li> <a href="libs/regex/index.htm">Regular Expression Library</a> minor fixes.</li>
- <li><a href="libs/config/index.htm">Configuration Header</a> more fixes for
- broken compilers.</li>
- <li><a href="libs/hdr_depend.html">Boost Header Dependencies</a> page added.</li>
- <li>Terminology change: Several headers previously lumped together as a
- "utility" library are now considered separate libraries. For
- historical reasons, their non-header files still live in the
- "utility" sub-directory.</li>
- </ul>
- <p>October 15, 2000 - Version 1.18.1</p>
- <ul>
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a>, <a href="libs/random/index.html">Random
- Number Library</a>, and <a href="libs/regex/index.htm">Regular Expression Library</a>:
- Minor fixes.</li>
- <li><a href="libs/config/index.htm">Configuration Header</a> additions for
- various compiler foibles.</li>
- <li><a href="more/borland_cpp.html">Portability Hints:
- Borland C++ 5.5.1</a> from Jens Maurer added.</li>
- <li><a href="status/compiler_status.html">Compiler Status</a> updated for latest
- versions of several compilers.</li>
- </ul>
- <p>September 28, 2000 - Version 1.18.0</p>
- <ul>
- <li>Preliminary release of two important new libraries:</li>
- </ul>
- <blockquote>
- <ul>
- <li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a> -
- Generic graph components and algorithms from Jeremy Siek and a University
- of Notre Dame team.</li>
- <li><a href="libs/regex/index.htm">Regular Expression Library</a> - Text
- pattern matching in all its glory from John Maddock. </li>
- </ul>
- </blockquote>
- <ul>
- <li>Other changes:
- </ul>
- <blockquote>
- <ul>
- <li><a href="libs/array/index.htm">Array Library</a> improvements reflecting
- formal review comments.</li>
- <li><a href="boost/functional.hpp">functional.hpp</a> compiler workarounds
- added.</li>
- <li> <a href="libs/utility/tie.html">tie() function
- template</a> added to utility.hpp for easier handling of std::pair<>
- return values.</li>
- <li><a href="libs/integer/index.htm">Integer Library</a> improved handling
- of 64-bit integers.</li>
- <li>Minor web site page updates.</li>
- </ul>
- </blockquote>
- <p>August 3, 2000 - Version 1.17.0</p>
- <ul>
- <li><a href="libs/array/index.htm">Array Library</a> added - An STL compliant
- container wrapper for arrays of constant size from Nicolai Josuttis.</li>
- <li><a href="libs/array_traits/index.html">array traits</a> header renamed
- array_traits.hpp (was array.hpp).</li>
- <li><a href="libs/random/index.html">Random Number Library</a>: more minor
- changes to support more compilers.</li>
- <li><a href="libs/smart_ptr/index.htm">Smart Pointer Library</a>: performance
- reducing exception-specifications removed.</li>
- <li>Compiler and test
- program fixes for call_traits, compressed_pair, and type_traits.</li>
- <li>Updated <a href="boost/cast.hpp">cast.hpp</a>
- to clear compiler warning messages..</li>
- <li>Linux <a href="status/compiler_status.html">Compiler Status</a> 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>
- </ul>
- <hr>
- <p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->29 January 2001<!--webbot bot="Timestamp" endspan i-checksum="32184" --></p>
- </body>
- </html>
|