|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55660 - in trunk/libs/wave: . test/build
From: hartmut.kaiser_at_[hidden]
Date: 2009-08-18 16:26:02
Author: hkaiser
Date: 2009-08-18 16:26:01 EDT (Tue, 18 Aug 2009)
New Revision: 55660
URL: http://svn.boost.org/trac/boost/changeset/55660
Log:
Wave: pending commits
Text files modified:
trunk/libs/wave/ChangeLog | 17 ++++++++++-------
trunk/libs/wave/test/build/Jamfile.v2 | 2 +-
2 files changed, 11 insertions(+), 8 deletions(-)
Modified: trunk/libs/wave/ChangeLog
==============================================================================
--- trunk/libs/wave/ChangeLog (original)
+++ trunk/libs/wave/ChangeLog 2009-08-18 16:26:01 EDT (Tue, 18 Aug 2009)
@@ -22,27 +22,30 @@
CHANGELOG
-Boost V1.40.0
-- V2.0.2
+Boost V1.41.0
+- V2.0.3
- Switched to Re2C V0.13.5
- Fixed --list_includes/-l command line option of the wave driver tool to
correctly indent the generated list of included files.
- Finally fixed all remaining examples. Everything seems to work fine now.
- Specifying a custom token type now works as expected. The new lexer interface
introduced in V2.0 broke this part.
-- Fixed a long standing race condition inhibiting to use Wave in multi threaded
- environments.
- Removed old code related to pre Boost V1.31 (related to V1 of iterator
library).
-- Incorporated the changes from latest version of the flex_string class (#2946).
-- Fixed another race condition triggering problems using Wave in multi-threaded
- environments.
- Added a new commandline option --macrocounts/-c to the Wave driver application
which lists all macro invocation counts to an optionally specified file
(default is cout).
- Fixed compilation problems caused by recent changes to the multi_pass iterator
from Spirit V2.1.
+Boost V1.40.0
+- V2.0.2
+- Fixed a long standing race condition inhibiting to use Wave in multi threaded
+ environments.
+- Incorporated the changes from latest version of the flex_string class (#2946).
+- Fixed another race condition triggering problems using Wave in multi-threaded
+ environments.
+
Boost V1.39.0
- V2.0.1
- Fixed Wave to compile with BOOST_FILESYSTEM_NO_DEPRECATED defined (i.e. the
Modified: trunk/libs/wave/test/build/Jamfile.v2
==============================================================================
--- trunk/libs/wave/test/build/Jamfile.v2 (original)
+++ trunk/libs/wave/test/build/Jamfile.v2 2009-08-18 16:26:01 EDT (Tue, 18 Aug 2009)
@@ -105,7 +105,7 @@
# requirements
<threading>multi
<variant>debug
- <link>static # Linking to DLL tested by testwave_dll
+ <link>static # Linking to DLL tested by testwave_dll
<toolset>msvc-8.0:<define>_SCL_SECURE_NO_DEPRECATE
<toolset>msvc-8.0:<define>_CRT_SECURE_NO_DEPRECATE
# <define>BOOST_LIB_DIAGNOSTIC=1
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