mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 00:50:40 +00:00
release run up
[SVN r13752]
This commit is contained in:
parent
f0d880b0da
commit
d79f25204a
1 changed files with 18 additions and 24 deletions
42
index.htm
42
index.htm
|
@ -80,7 +80,12 @@ nearly two thousand members of the C++ community at large.
|
|||
<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>
|
||||
formal reviews of proposed libraries. There is also a users mailing list.</p>
|
||||
|
||||
<p>Both the main Boost developers list and the users list are also accessible as
|
||||
<a href="more/mailing_lists.htm">newsgroups</a>.</p>
|
||||
|
||||
<h2>Search Boost</h2>
|
||||
|
||||
<!-- Search Google -->
|
||||
<center>
|
||||
|
@ -88,7 +93,7 @@ formal reviews of proposed libraries.</p>
|
|||
<TABLE bgcolor=#FFFFFF cellspacing=0 border=0>
|
||||
<tr valign=top><td>
|
||||
<A HREF=http://www.google.com/search>
|
||||
<IMG SRC=http://www.google.com/logos/Logo_40wht.gif border=0 ALT=Google align=middle width="128" height="53"></A>
|
||||
<IMG SRC=google_logo_40wht.gif border=0 ALT=Google align=middle width="128" height="53"></A>
|
||||
</td>
|
||||
<td>
|
||||
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
|
||||
|
@ -101,10 +106,16 @@ formal reviews of proposed libraries.</p>
|
|||
<!-- Search Google -->
|
||||
|
||||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>Sometime in the Future - Version Not Yet Known</p>
|
||||
<p>May 15, 2002 - Version 1.28.0</p>
|
||||
<ul>
|
||||
<li>The Boost mailing list is now also accessible as a
|
||||
<a href="more/mailing_lists.htm#newsgroup">newsgroup</a>.<li><a href="libs/config/config.htm">Configuration Library</a>:
|
||||
<li>The Boost mailing lists are now also accessible as
|
||||
<a href="more/mailing_lists.htm#newsgroup">newsgroups</a>.<li>
|
||||
<a href="libs/lambda/doc/index.html">Lambda Library</a> added, from Jaakko
|
||||
Järvi and Gary Powell. Define small unnamed function objects at the actual
|
||||
call site:<br>
|
||||
<br>
|
||||
<code> for_each(a.begin(), a.end(), std::cout << _1 << ' ');</code><br>
|
||||
<li><a href="libs/config/config.htm">Configuration Library</a>:
|
||||
User code should not use BOOST_NO_LIMITS.
|
||||
<li><a href="libs/random/index.html">Random Number Library</a>:
|
||||
Avoid compiler warnings</li>
|
||||
|
@ -217,24 +228,6 @@ formal reviews of proposed libraries.</p>
|
|||
<li><a href="more/formal_review_schedule.html">
|
||||
Formal Review Schedule</a> added. Shows current, future, and recent past review dates.</li>
|
||||
</ul>
|
||||
<p>July 6, 2001 - Version 1.23.0
|
||||
<ul>
|
||||
<li><a href="libs/any/index.html">Any Library</a> added. Safe, generic
|
||||
container for single values of different value types, from Kevlin Henney.</li>
|
||||
<li><a href="libs/function/index.html">Function Library</a> added. Function
|
||||
object wrappers for deferred calls or callbacks, from Doug Gregor.</li>
|
||||
<li><a href="libs/tokenizer/index.htm">Tokenizer Library</a> added. Break a
|
||||
string into a series of tokens, from John Bandela.</li>
|
||||
<li><a href="libs/math/special_functions/index.html">Special functions</a>,
|
||||
<a href="libs/math/octonion/index.html">octonions</a>,
|
||||
<a href="libs/math/quaternion/index.html">quaternions</a> added,
|
||||
from Hubert Holin.
|
||||
<li><a href="libs/smart_ptr/smart_ptr.htm">Smart Pointer Library</a>:
|
||||
shared_ptr polymorphic pointers now work on more broken compilers.</li>
|
||||
<li><a href="status/cs-aix.html">IBM/Aix</a> Compiler status table contributed
|
||||
by Toon Knapen</li>
|
||||
<li>Minor fixes to a number of other libraries.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -243,7 +236,8 @@ Formal Review Schedule</a> added. Shows current, future, and recent past review
|
|||
</table>
|
||||
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->15 April, 2002<!--webbot bot="Timestamp" i-checksum="29847" endspan --></p>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->06 May, 2002<!--webbot bot="Timestamp" endspan i-checksum="13974" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue