Boost logo

Boost-Commit :

From: eric_at_[hidden]
Date: 2008-07-21 15:45:37


Author: eric_niebler
Date: 2008-07-21 15:45:36 EDT (Mon, 21 Jul 2008)
New Revision: 47660
URL: http://svn.boost.org/trac/boost/changeset/47660

Log:
release notes for accumulators, xpressive and foreach
Text files modified:
   website/public_html/beta/feed/history/boost_1_36_0.qbk | 17 +++++++++++++++++
   1 files changed, 17 insertions(+), 0 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_36_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_36_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_36_0.qbk 2008-07-21 15:45:36 EDT (Mon, 21 Jul 2008)
@@ -12,6 +12,8 @@
 
 [section New Libraries]
 
+* [phrase library..[@/libs/accumulators/index.html Accumulators]:] Framework for
+ incremental calculation, and collection of statistical accumulators, from Eric Niebler.
 * [phrase library..[@/libs/unordered/index.html Unordered]:]
   Unordered associative containers, from Daniel James.
 * [phrase library..[@/libs/exception/doc/boost-exception.html Exception]:]
@@ -21,6 +23,21 @@
 
 [section Updated Libraries]
 
+* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
+ Regular expressions that can be written as strings or as expression templates,
+ and that can refer to each other and themselves recursively with the power of
+ context-free grammars, from Eric Niebler.
+ * `skip()` for specifying which parts of the input sequence to ignore when
+ matching it against a regex.
+ * `regex_replace()` accepts formatter objects and formatter expressions
+ in addition to format strings.
+ * Range-based `regex_replace()` algorithm.
+ * Fix crash when semantic actions are placed in look-aheads, look-behinds or
+ independent sub-expressions.
+* [phrase library..[@/libs/foreach/index.html Foreach]:] `BOOST_FOREACH` macro for
+ easily iterating over the elements of a sequence, from Eric Niebler.
+ * New `BOOST_REVERSE_FOREACH` macro for iterating over a sequence in reverse.
+
 [endsect]
 
 [section Supported Compilers]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk