|
|
@@ -115,36 +115,51 @@
|
|
|
<!-- Search Google -->
|
|
|
<h2><a name="Latest News">Latest News</a></h2>
|
|
|
|
|
|
- <h3> ??? - Version 1.3?.?</h3>
|
|
|
+ <h3> ??? - Version 1.32.0</h3>
|
|
|
+
|
|
|
+ <h4>New Libraries</h4>
|
|
|
+
|
|
|
<ul>
|
|
|
- <li><a href="libs/algorithm/string/index.html">String Algorithms
|
|
|
- Library</a> added - Collection of string related algorithms
|
|
|
- for case conversion, trimming, find/replace operations and more,
|
|
|
- from Pavol Droba</li>
|
|
|
+ <li><a href="libs/assign/index.html">Assignment Library</a>:
|
|
|
+ Filling containers with constant or generated data has never
|
|
|
+ been easier, from Thorsten Ottosen.</li>
|
|
|
+ <li><a href="libs/algorithm/minmax/index.html">Minmax Library</a>:
|
|
|
+ Standard library extensions for simultaneous min/max and min/max element
|
|
|
+ computations, from Hervé Brönnimann.</li>
|
|
|
<li><a href="libs/multi_index/doc/index.html">Multi-index
|
|
|
- Containers Library</a> added - Containers with multiple
|
|
|
+ Containers Library</a>: Containers with multiple
|
|
|
STL-compatible access interfaces,
|
|
|
from Joaquín M López Muñoz.</li>
|
|
|
+ <li><a href="libs/numeric/conversion/index.html">Numeric Conversion
|
|
|
+ Library</a>: Optimized policy-based numeric conversions, from Fernando
|
|
|
+ Cacciola.</li>
|
|
|
<li><a href="doc/html/program_options.html">Program
|
|
|
- Options Library</a> added - access to configuration
|
|
|
+ Options Library</a>: Access to configuration
|
|
|
data given on command line, in config files and other
|
|
|
sources, from Vladimir Prus.</li>
|
|
|
- <li><a href="libs/serialization/doc/index.html">Serialization Library</a>
|
|
|
- added - serialization/de-serialization of arbitrary C++ data structures to
|
|
|
- various formats including text, binary, and xml, from Robert Ramey
|
|
|
- <li><a href="doc/html/signals.html">Signals</a> library: introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
|
|
|
- <li>Compose: This deprecated library has been removed.</li>
|
|
|
- <li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>
|
|
|
- <li><a
|
|
|
- href="libs/graph/index.html">Graph</a>:
|
|
|
+ <li><a href="libs/range/index.html">Range Library</a>:
|
|
|
+ A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen.</li>
|
|
|
+ <li><a href="libs/serialization/doc/index.html">Serialization Library</a>:
|
|
|
+ Serialization/de-serialization of arbitrary C++ data structures to
|
|
|
+ various formats including text, binary, and xml, from Robert Ramey.
|
|
|
+ <li><a href="libs/algorithm/string/index.html">String Algorithms
|
|
|
+ Library</a>: Collection of string related algorithms
|
|
|
+ for case conversion, trimming, find/replace operations and more,
|
|
|
+ from Pavol Droba.</li>
|
|
|
+ <li><a href="doc/html/tribool.html">Tribool</a>: 3-state boolean type library,
|
|
|
+ from Doug Gregor.</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
+ <h4>Updated Libraries</h4>
|
|
|
+
|
|
|
+ <ul>
|
|
|
+ <li><a href="libs/graph/index.html">Graph</a>:
|
|
|
<ul>
|
|
|
- <li>Added <a
|
|
|
- href="libs/graph/doc/bundles.html">bundled properties</a> to the <a
|
|
|
- href="libs/graph/doc/adjacency_list.html"><code>adjacency_list</code></a>
|
|
|
- and <a
|
|
|
- href="libs/graph/doc/adjacency_matrix.html"><code>adjacency_matrix</code></a>
|
|
|
- class templates, greatly simplifying the introduction of internal
|
|
|
- vertex and edge properties.</li>
|
|
|
+ <li>Added <a href="libs/graph/doc/bundles.html">bundled properties</a> to the
|
|
|
+ <a href="libs/graph/doc/adjacency_list.html"><code>adjacency_list</code></a>
|
|
|
+ and <a href="libs/graph/doc/adjacency_matrix.html"><code>adjacency_matrix</code></a>
|
|
|
+ class templates, greatly simplifying the introduction of internal
|
|
|
+ vertex and edge properties.</li>
|
|
|
<li>The <a
|
|
|
href="libs/graph/doc/leda_conversion.html">LEDA
|
|
|
graph adaptors</a> have been ported to
|
|
|
@@ -161,13 +176,11 @@
|
|
|
spring layout</a> algorithms.</li>
|
|
|
</ul>
|
|
|
</li>
|
|
|
- <li><a href="doc/html/tribool.html">Tribool</a> library added - 3-state boolean type library.</li>
|
|
|
- <li><a href="libs/range/index.html">Range Library</a> added:
|
|
|
- A new infrastructure for generic algorithms that builds on top of the new iterator concepts, from Thorsten Ottosen. </li>
|
|
|
- <li><a href="libs/assign/index.html">Assign Library</a> added: Filling containers with constant or generated data has never
|
|
|
- been easier, from Thorsten Ottosen.</li>
|
|
|
- </ul>
|
|
|
-
|
|
|
+ <li><a href="doc/html/signals.html">Signals Library</a>: Introduced deterministic slot ordering, permitting slots to be connected at the beginning or end of slot groups or the slot list itself. Combiners may safely have state and are accessible from the signal.</li>
|
|
|
+ <li>Compose: This deprecated library has been removed.</li>
|
|
|
+ <li><a href="libs/utility/utility.htm">Utility</a>: class template <a href="libs/utility/utility.htm#result_of">result_of</a> added.</li>
|
|
|
+ </ul>
|
|
|
+
|
|
|
<h3>January 26, 2004 - Version 1.31.0</h3>
|
|
|
|
|
|
|
|
|
@@ -591,7 +604,7 @@
|
|
|
</table>
|
|
|
<hr>
|
|
|
<p>Revised
|
|
|
- <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->05 February, 2004<!--webbot bot="Timestamp" endspan i-checksum="40407" --></p>
|
|
|
+ <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->20 October, 2004<!--webbot bot="Timestamp" endspan i-checksum="40407" --></p>
|
|
|
<p>© Copyright Beman Dawes, David Abrahams, 1998-2003.</p>
|
|
|
<p>
|
|
|
Use, modification, and distribution is subject to the Boost Software License,
|