Boost logo

Boost :

From: Daryle Walker (darylew_at_[hidden])
Date: 2001-12-10 00:20:48


The HTML in the main BOOST_ROOT/index.htm isn't legal. What about this
substitute I've attached?

-- 
Daryle Walker
Mac, Internet, and Video Game Junkie
darylew AT mac DOT com

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Boost C++ Libraries</title>
</head>

<body bgcolor="white" text="black">
<h1><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" align="middle" width="277" height="86">Welcome to Boost.org!</h1>

<table>
        <tr>
                <td>
                        <table border="0" cellpadding="2" align="left">
                                <tr>
                                        <td bgcolor="teal">
                                                <table border="0" cellpadding="2" align="left"><tr><td nowrap bgcolor="white">
                                                <p><b>Libraries</b><br>
                                                &middot;&nbsp;Documentation<br>
                                                &middot;&nbsp;Download<br>
                                                &middot;&nbsp;Install &amp; Build<br>
                                                &middot;&nbsp;Compiler Status</p>
                                                <p><b>Mailing Lists</b><br>
                                                &middot;&nbsp;Boost (Developers)<br>
                                                &middot;&nbsp;Boost Users<br>
                                                &middot;&nbsp;Announcements<br>
                                                &middot;&nbsp;Discussion Policy</p>
                                                <p><b>Support</b><br>
                                                &middot;&nbsp;FAQ<br>
                                                &middot;&nbsp;Request Support<br>
                                                &middot;&nbsp;Report Bugs<br>
                                                &middot;&nbsp;Suggest Features<br>
                                                &middot;&nbsp;Also: Mailing Lists</p>
                                                <p><b>About</b><br>
                                                &middot;&nbsp;Formal Reviews<br>
                                                &middot;&nbsp;Review Schedule<br>
                                                &middot;&nbsp;Requirements<br>
                                                &middot;&nbsp;Guidelines<br>
                                                &middot;&nbsp;Submissions</p>
                                                <p><b>Other Resources</b><br>
                                                &middot;&nbsp;Files (members only)<br>
                                                &middot;&nbsp;CVS Repository<br>
                                                &middot;&nbsp;Wiki (unofficial)<br>
                                                &middot;&nbsp;People<br>
                                                &middot;&nbsp;Moderators<br>
                                                &middot;&nbsp;More...</p>
                                                </td></tr></table>
                                        </td>
                                </tr>
                        </table>
                
                        <table>
                                <tr>
                                        <td>&nbsp;</td>
                                        <td>
                                                <p>The Boost web site provides free peer-reviewed portable C++ source libraries. The emphasis is on libraries which work well with the C++ Standard Library. One goal is to establish &quot;existing practice&quot; and provide reference implementations so that the Boost libraries are suitable for eventual standardization. Some of the libraries have already been proposed for inclusion in the C++ Standards Committee's upcoming C++ Standard Library Technical Report.</p>
                
                                                <p>Although Boost was begun by members of the C++ Standards Committee Library Working Group, membership has expanded to include nearly two thousand members of the C++ community at large.</p>
                
                                                <h2><a name="Membership">Membership</a></h2>
                
                                                <p>If you are interested in becoming a member of Boost, please do so by joining our main developers mailing list. Discussions include both technical and site-related issues, and members are encouraged to participate in formal reviews of proposed libraries.</p>
                
                                                <h2><a name="Latest News">Latest News</a></h2>
                
                                                <p>November 30, 2001 - Version 1.26.0</p>
                                                <ul>
                                                        <li>Common Factor Library added. Greatest common divisor and least common multiple, from Daryle Walker.</li>
                                                        <li>Preprocessor Library added. Preprocessor metaprogramming tools including repetition and recursion, from Vesa Karvonen.</li>
                                                        <li>Iterator Adaptor Library: Added generator iterator adaptor, from Jens Maurer.</li>
                                                        <li>Random Number Library: Removed iterator interface.</li>
                                                        <li>operators.hpp: Improvements from Daryle and Helmut Ziesel</li>
                                                        <li>Boost.Build: Continuing improvements, including pre-built Boost.Jam executables.</li>
                                                        <li>Minor fixes to a number of other libraries.</li>
                                                </ul>
                                                <p>November 5, 2001 - Version 1.25.1</p>
                                                <ul>
                                                        <li>Boost Build System: Continued improvements.</li>
                                                        <li>Config Library: Continued refinements.</li>
                                                        <li>Graph Library: Final cleanup for upcoming the Boost Graph Library book.</li>
                                                        <li>Thread Library: Minor fixes - tests now pass on most Win32 and POSIX systems including Linux and Solaris. Semaphore removed as too error prone.</li>
                                                        <li>Function Library: direct support for member function pointers and documentation updates.</li>
                                                        <li>Boost-Users mailing list has been created to address topics of interest to users of Boost libraries.</li>
                                                        <li>Boost Wiki web added. Provides a place for Boost users to openly discuss and document the use of Boost libraries. It is not officially maintained by Boost developers.</li>
                                                </ul>
                                                <p>October 1, 2001 - Version 1.25.0
                                                <ul>
                                                        <li>Thread Library added. Portable C++ multi-programming at last, from William Kempf.</li>
                                                        <li>Base From Member added to Utility Library. Support for the base from member idiom, from Daryle Walker.</li>
                                                        <li>Bind and mem_fn added - Generalized binders for function/object/pointers and member functions, from Peter Dimov.</li>
                                                        <li>Array Library: Minor updates, from Nico Josuttis.</li>
                                                        <li>Config Library: major redesign with much improved and automated configuration of Boost libraries for specific compilers, from John Maddock.</li>
                                                        <li>Random Number Library: Fixed bug when copying normal_distribution and improved the documentation, from Michael Stevens and Jens Maurer.</li>
                                                        <li>Special functions, octonions, quaternions updated, now useable with many more compilers, plus three new special functions, from Hubert Holin, Eric Ford, and others.</li>
                                                        <li>Tokenizer Library: fixes/enhancements to escaped_list_separator based on empty fields and tokens comments from Johan Nillson and Jens Maurer.</li>
                                                        <li>Coming Soon - A mailing list for Boost users!</li>
                                                </ul>
                                                <p>August 19, 2001 - Version 1.24.0
                                                <ul>
                                                        <li>Tuple Library added. Tuples ease definition of functions returning multiple values, and more, from Jaakko J&auml;rvi.</li>
                                                        <li>Minor fixes to some other libraries.</li>
                                                        <li>Boost Build System added. Preliminary release of an innovative build system for Boost libraries, from Dave Abrahams and others.</li>
                                                        <li>Formal Review Schedule added. Shows current, future, and recent past review dates.</li>
                                                </ul>
                                                <p>July 6, 2001 - Version 1.23.0
                                                <ul>
                                                        <li>Any Library added. Safe, generic container for single values of different value types, from Kevlin Henney.</li>
                                                        <li>Function Library added. Function object wrappers for deferred calls or callbacks, from Doug Gregor.</li>
                                                        <li>Tokenizer Library added. Break a string into a series of tokens, from John Bandela.</li>
                                                        <li>Special functions, octonions, quaternions added, from Hubert Holin.</li>
                                                        <li>Smart Pointer Library: shared_ptr polymorphic pointers now work on more broken compilers.</li>
                                                        <li>IBM/Aix Compiler status table contributed by Toon Knapen</li>
                                                        <li>Minor fixes to a number of other libraries.</li>
                                                </ul>
                                        </td>
                                </tr>
                        </table>
                </td>
        </tr>
</table>

<hr>
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->10 December, 2001<!--webbot bot="Timestamp" i-checksum="39352" endspan --></p>

</body>
</html>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk