mirror of
https://github.com/boostorg/boost.git
synced 2025-04-15 17:55:02 +00:00
1.29.0 runup
[SVN r15143]
This commit is contained in:
parent
14a98a0cff
commit
a27d4d44ac
1 changed files with 9 additions and 22 deletions
31
index.htm
31
index.htm
|
@ -40,6 +40,7 @@ Welcome to Boost.org!</h1>
|
|||
Support</a><br>
|
||||
• <a href="more/bugs.htm">Report Bugs</a><br>
|
||||
• <a href="more/requesting_new_features.htm">Suggest Features</a><br>
|
||||
• <a href="more/links.htm#Commercial Support">Commercial Support</a><br>
|
||||
• Also: <a href="more/mailing_lists.htm">Mailing Lists</a></p>
|
||||
<p><b>About<br>
|
||||
</b>• <a href="more/formal_review_process.htm">Formal Reviews</a><b><br>
|
||||
|
@ -121,19 +122,20 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>???, 2002 - Version 1.29.0</p>
|
||||
<ul>
|
||||
<li><a href="libs/date_time/doc/index.html">Date-Time Library</a> added -
|
||||
Dates, times, leap seconds, infinity, and more, from Jeff Garland.</li>
|
||||
<li><a href="libs/dynamic_bitset/dynamic_bitset.html">Dynamic Bitset</a>
|
||||
added - A runtime sized version of the <tt>std::bitset</tt> class from Jeremy
|
||||
Siek and Chuck Allison.</li>
|
||||
<li><a href="libs/format/index.htm">Format Library</a>
|
||||
added - Type-safe 'printf-like' format operations, from Samuel Krempp.</li>
|
||||
<li><a href="libs/multi_array/doc/index.html">Multi-array Library</a> added -
|
||||
Multidimensional containers and adaptors for arrays of contiguous data, from
|
||||
Ron Garcia.</li>
|
||||
<li><a href="libs/signals/doc/index.html">Signals Library</a> added - managed signals & slots callback implementation, from Doug Gregor.</li>
|
||||
<li><a href="libs/function/index.html">Function Library</a>: major syntactic changes have been made. Some old syntax and little-used features have been 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>
|
||||
<li><a href="libs/dynamic_bitset/dynamic_bitset.html">Dynamic Bitset</a>
|
||||
added - a runtime sized version of the <tt>std::bitset</tt> class
|
||||
from Jeremy Siek and Chuck Allison.</li>
|
||||
<li><a href="libs/signals/doc/index.html">Signals Library</a> added - Managed signals & slots callback implementation, from Doug Gregor.</li>
|
||||
<li><a href="libs/function/index.html">Function Library</a>: Major syntactic changes have been made. Some old syntax and little-used features have been 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>
|
||||
<li><a href="libs/test/doc/index.htm">Test Library</a>: major upgrade,
|
||||
including full unit test capabilities, from Gennadiy Rozental.</li>
|
||||
<li><a href="libs/date_time/doc/index.html">Date-Time Library</a> added, from Jeff Garland.</li>
|
||||
|
||||
</ul>
|
||||
<p>May 15, 2002 - Version 1.28.0</p>
|
||||
|
@ -211,21 +213,6 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
<a href="tools/build/index.html">Boost.Build:</a> Continuing improvements,
|
||||
including pre-built <a href="tools/build/index.html#Jam">Boost.Jam executables</a>.<li>Minor fixes to a number of other libraries.</li>
|
||||
</ul>
|
||||
<p>November 5, 2001 - Version 1.25.1</p>
|
||||
<ul>
|
||||
<li><a href="tools/build/index.html">Boost Build System</a>: Continued
|
||||
improvements.</li>
|
||||
<li><a href="libs/config/config.htm">Config Library</a>: Continued
|
||||
refinements.</li>
|
||||
<li><a href="libs/graph/doc/index.html">Graph Library</a>: Final cleanup for
|
||||
upcoming the Boost Graph Library book.</li>
|
||||
<li><a href="libs/thread/doc/index.html">Thread Library</a>: Minor fixes -
|
||||
tests now pass on most Win32 and POSIX systems including Linux and Solaris.
|
||||
Semaphore removed as too error prone.</li>
|
||||
<li><a href="libs/function/index.html">Function Library</a>: direct support for member function pointers and documentation updates.</li>
|
||||
<li><a href="http://groups.yahoo.com/group/Boost-Users">Boost-Users</a> mailing list has been created to address topics of interest to users of Boost libraries.</li>
|
||||
<li><a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Boost Wiki web</a> 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>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
@ -235,7 +222,7 @@ formal reviews of proposed libraries. There is also a users mailing list.</p>
|
|||
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->12 August, 2002<!--webbot bot="Timestamp" endspan i-checksum="34409" --></p>
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->03 September, 2002<!--webbot bot="Timestamp" endspan i-checksum="39335" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue