Added wave to the list of new libraries.

[SVN r28430]
This commit is contained in:
Hartmut Kaiser 2005-04-23 01:57:13 +00:00
parent 6c46301d52
commit 8c701da463
2 changed files with 11 additions and 7 deletions

View File

@ -123,7 +123,8 @@
<ul>
<li><a href="libs/iostreams/doc/index.html">iostreams</a> - Framework for defining streams, stream buffers and i/o filters, from Jonathan Turkanis.</li>
<li><a href="libs/functional/hash/index.html">functional/hash</a> - Extendible TR1 hash function object, from Daniel James.</li>
</ul>
<li><a href="wave/index.html">wave</a> - Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface, from Hartmut&nbsp;Kaiser. </li>
</ul>
<h4>Updated Libraries</h4>
@ -269,9 +270,9 @@ l Python bindings</a>, from Doug Gregor and Indiana University.</li>
<li>Major interface changes and improvements, many of which are <em>not</em> backward
compatible. Please refer to the <a href="libs/mpl/doc/tutorial/changes-in-boost-1-32-0.html">
1.32 changelog</a> for the detailed information about upgrading to the new version.
</li>
</ul>
</li>
</li>
</ul>
</li>
<li><a href="libs/python/doc/index.html">Python Library</a>:
<ul>
<li>Updated to use the Boost Software License.</li>
@ -291,9 +292,9 @@ l Python bindings</a>, from Doug Gregor and Indiana University.</li>
supported till next release</li>
<li>added proper encoding of XML PCDATA</li>
<li>support for wide string comparison implemented</li>
</ul>
</ul>
For complete list of changes see Test Library <a href="libs/test/doc/release_notes.html#v1_32_0"> release notes</a>.
</li>
</li>
</ul>
<h4>Regression tests</h4>

View File

@ -241,6 +241,8 @@ how to download, build, and install the libraries.</p>
from Fernando Cacciola, based on the original idea of David Abrahams.</li>
<li><a href="variant/index.html">variant</a> - Safe, generic, stack-based discriminated union
container, from Eric Friedman and Itay Maman.</li>
<li><a href="wave/index.html">wave</a> - Standards conformant
implementation of the mandated C99/C++ preprocessor functionality packed behind a easy to use iterator interface, from Hartmut Kaiser </li>
</ul>
<hr>
@ -263,7 +265,8 @@ how to download, build, and install the libraries.</p>
<li><a href="algorithm/string/index.html">string_algo</a> -
String algorithms library, from Pavol Droba</li>
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
character sequence into a series of tokens, from John Bandela.</li>
character sequence into a series of tokens, from John Bandela</li>
<li><a href="wave/index.html">wave</a> - Standards conformant implementation of the mandated C99/C++ preprocessor functionality packed behind a easy to use iterator interface, from Hartmut Kaiser.</li>
</ul>
<h3><a name="Containers">Containers</a></h3>