Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2008-02-22 15:20:41


Author: hkaiser
Date: 2008-02-22 15:20:41 EST (Fri, 22 Feb 2008)
New Revision: 43373
URL: http://svn.boost.org/trac/boost/changeset/43373

Log:
Added a list of new features and bug fixes for Wave to the release notes.
Text files modified:
   website/public_html/beta/feed/history/boost_1_35_0.qbk | 20 +++++++++++++++++++-
   1 files changed, 19 insertions(+), 1 deletions(-)

Modified: website/public_html/beta/feed/history/boost_1_35_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_35_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_35_0.qbk 2008-02-22 15:20:41 EST (Fri, 22 Feb 2008)
@@ -12,12 +12,30 @@
 
 [section New Libraries]
 
-[@/libs/circular_buffer/index.html circular_buffer] - STL compliant container also known as ring or cyclic buffer, from Jan Gaspar.
+[@/libs/circular_buffer/index.html circular_buffer] - STL compliant container
+also known as ring or cyclic buffer, from Jan Gaspar.
 
 [endsect]
 
 [section Updated Libraries]
 
+[@/libs/wave/index.html Wave] - Standards conformant implementation of the
+mandated C99/C++ preprocessor functionality packed behind an easy to use
+iterator interface, from Hartmut Kaiser. Highlights:
+
+* Added the possibility to continue the preprocessing after an error occured.
+* Added the macro introspection API to the wave::context object.
+* Added threading support to the library.
+* Improved the overall performance by upto 30%.
+* Changed and unified preprocessor hook interface (this is an interface
+ breaking change!), added several new preprocessor hook functions.
+* Added serialization support.
+* Added new examples (for instance: Hannibal - a partial C++ parser, by Danny
+ Havenith).
+* Added a new lexical analyzer based on Ben Hansons Lexertl library.
+* Fixed a large number of other bugs and problems.
+
+
 [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