From b63f02b98dabb95c404f8a40d1566f9e364427b1 Mon Sep 17 00:00:00 2001
From: Beman Dawes
Date: Thu, 8 Mar 2001 20:35:52 +0000
Subject: [PATCH] 1.21.0 run up
[SVN r9502]
---
index.htm | 31 +++++++++++++++----------------
libs/libraries.htm | 4 +++-
libs/utility | 2 +-
more/faq.htm | 20 +++++++++++++-------
more/generic_programming.html | 2 +-
status/regression.cfg | 1 +
6 files changed, 34 insertions(+), 26 deletions(-)
diff --git a/index.htm b/index.htm
index b11bf33cbe..8d4db07a8f 100644
--- a/index.htm
+++ b/index.htm
@@ -52,40 +52,39 @@ section (formerly called the "vault").
Beman Dawes is the Boost webmaster; email him at beman@esva.net
with any concerns you don't want to just post to the mailing list.
Latest News
-March ?, 2001 - Version 1.21.0
+March 9, 2001 - Version 1.21.0
- Iterator Adaptor Library
added. Adapt a base type into a standard conforming iterator, and more, from
Dave Abrahams, Jeremy Siek, and John Potter.
+ - Pool Library added. Memory pool
+ management from Steve Cleary.
- Test Library added. Support
for program testing and execution from Beman Dawes.
- Generic Programming Techniques
page added, contributed by Dave Abrahams.
- - Python Library upgrade. Better compatibility with Python 2.0, NULL pointers and smart-pointers get converted to/from python None,
- massive documentation review/revision.
- - Regular Expression Library:
- Minor
- fixes for Unicode platforms.
- Graph Library:
Updated use of iterator adaptors. Changed operator== for
adjacency_list::edge_descriptor to improve semantics for
multigraphs. Moved adjacency_iterator_generator from
namespace detail to boost and added documentation.
- Changed name of dynamic_components() to incremental_components()
- to better match graph literature terminology. Cleaned up
+ href="libs/graph/doc/adjacency_iterator.html">documentation. Renamed dynamic_components() to incremental_components(), better matching graph literature terminology. Cleaned up
interface of
- connected_components() and created a separate connected_components() and created separate
- strong_components() function which now uses the more
- efficient algorithm by Tarjan. Fixed figures in documentation for
+ strong_components() function using Tarjan's more
+ efficient algorithm. Fixed documentation figures for
adjacency_list and
- adjacency_matrix. Added documentation for the
- cuthill_mckee_ordering() algorithm.
+ adjacency_matrix. Added docs for cuthill_mckee_ordering() algorithm.
+
- Python Library upgraded. Better compatibility with Python 2.0, NULL pointers and smart-pointers get converted to/from python None,
+ massive documentation review/revision.
+ - Regular Expression Library:
+ Minor
+ fixes for Unicode platforms.
February 10, 2001 - Version 1.20.2
diff --git a/libs/libraries.htm b/libs/libraries.htm
index e12f873f81..0b0b86fd62 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -66,6 +66,8 @@ content="text/html; charset=iso-8859-1">
- operators - Templates
ease arithmetic classes and iterators from Dave Abrahams
and Jeremy Siek.
+ - pool - Memory pool management from
+ Steve Cleary.
- property map
- Concepts defining interfaces which map key objects to
value objects from Jeremy Siek.
@@ -184,6 +186,6 @@ compilers.
Revised 28 Feb 2001
+s-format="%d %b %Y" startspan -->08 Mar 2001