|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r55223 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2009-07-30 14:43:57
Author: danieljames
Date: 2009-07-28 03:25:27 EDT (Tue, 28 Jul 2009)
New Revision: 55223
URL: http://svn.boost.org/trac/boost/changeset/55223
Log:
Add Wave release notes.
Text files modified:
website/public_html/beta/feed/history.rss | 49 ++++++++++++++++++++++++++++++++++++---
website/public_html/beta/feed/history/boost_1_40_0.qbk | 24 ++++++++++++++++++
website/public_html/beta/feed/news.rss | 49 ++++++++++++++++++++++++++++++++++++---
3 files changed, 113 insertions(+), 9 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2009-07-28 03:25:27 EDT (Tue, 28 Jul 2009)
@@ -6,9 +6,9 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.40.0</title><pubDate>$Date: 2009/07/26 18:56:19 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.40.0</title><pubDate>$Date: 2009/07/28 07:24:58 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Build System improvements. Updated Libraries: Foreach, Function, Hash, Program.Options,
- Serialization, Unordered.
+ Serialization, Unordered, Wave.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
@@ -95,8 +95,49 @@
<li>
Some minor tweaks for better compiler support (<a href="https://svn.boost.org/trac/boost/ticket/2908">#2908</a>,
<a href="https://svn.boost.org/trac/boost/ticket/3096">#3096</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3082">Ticket 3082</a>).
- Disable incorrect Visual C++ warnings.
+ <a href="https://svn.boost.org/trac/boost/ticket/3082">#3082</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/wave/index.html">Wave v2.0.2</a>:</span>
+ <ul>
+ <li>
+ Fixed several race condition inhibiting to use Wave in multi threaded
+ environments. Wave is now usable in multi threaded applications again.
+ </li>
+ <li>
+ Fixed compilation problems caused by recent changes to the multi_pass
+ iterator from Spirit V2.1.
+ </li>
+ <li>
+ Fixed Wave to compile with BOOST_FILESYSTEM_NO_DEPRECATED defined (i.e.
+ the library doesn't use the deprecated filesystem interface anymore).
+ </li>
+ <li>
+ Switched to Re2C V0.13.5
+ </li>
+ <li>
+ Specifying a custom token type now works as expected. The new lexer interface
+ introduced in V2.0 broke this part.
+ </li>
+ <li>
+ Removed old code related to pre Boost V1.31 (related to V1 of iterator
+ library), this breaks compatibility with Boost versions this old.
+ </li>
+ <li>
+ Incorporated the changes from latest version of the flex_string class
+ (<a href="https://svn.boost.org/trac/boost/ticket/2946">#2946</a>).
+ </li>
+ <li>
+ Finally fixed all remaining examples. Everything seems to work fine now.
+ </li>
+ <li>
+ Added a new commandline option <code><span class="special">--</span><span class="identifier">macrocounts</span></code><em>`-c` to the Wave
+ driver application which lists all macro invocation counts to an optionally
+ specified file (default is `cout`). * Fixed `--list_includes`</em><code><span class="special">-</span><span class="identifier">l</span></code>
+ command line option of the wave driver tool to correctly indent the generated
+ list of included files.
</li>
</ul>
</li>
Modified: website/public_html/beta/feed/history/boost_1_40_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_40_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_40_0.qbk 2009-07-28 03:25:27 EDT (Tue, 28 Jul 2009)
@@ -2,7 +2,7 @@
[quickbook 1.4]
[source-mode c++]
[purpose Build System improvements.
- Updated Libraries: Foreach, Function, Hash, Program.Options, Serialization, Unordered.]
+ Updated Libraries: Foreach, Function, Hash, Program.Options, Serialization, Unordered, Wave.]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -70,6 +70,28 @@
[@https://svn.boost.org/trac/boost/ticket/3096 #3096],
[@https://svn.boost.org/trac/boost/ticket/3082 #3082]).
+* [phrase library..[@/libs/wave/index.html Wave v2.0.2]:]
+ * Fixed several race condition inhibiting to use Wave in multi threaded
+ environments. Wave is now usable in multi threaded applications again.
+ * Fixed compilation problems caused by recent changes to the multi_pass
+ iterator from Spirit V2.1.
+ * Fixed Wave to compile with BOOST_FILESYSTEM_NO_DEPRECATED defined (i.e.
+ the library doesn't use the deprecated filesystem interface anymore).
+ * Switched to Re2C V0.13.5
+ * Specifying a custom token type now works as expected. The new lexer
+ interface introduced in V2.0 broke this part.
+ * Removed old code related to pre Boost V1.31 (related to V1 of iterator
+ library), this breaks compatibility with Boost versions this old.
+ * Incorporated the changes from latest version of the flex_string class
+ ([@https://svn.boost.org/trac/boost/ticket/2946 #2946]).
+ * Finally fixed all remaining examples. Everything seems to work fine now.
+ * 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 `--list_includes`/`-l` command line option of the wave driver tool to
+ correctly indent the generated list of included files.
+
[endsect]
[section Build System]
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-07-28 03:25:27 EDT (Tue, 28 Jul 2009)
@@ -6,9 +6,9 @@
<description/>
<language>en-us</language>
<copyright>Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)</copyright>
- <item><title>Version 1.40.0</title><pubDate>$Date: 2009/07/26 18:56:19 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.40.0</title><pubDate>$Date: 2009/07/28 07:24:58 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
Build System improvements. Updated Libraries: Foreach, Function, Hash, Program.Options,
- Serialization, Unordered.
+ Serialization, Unordered, Wave.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/project/showfiles.php?group_id=7586&package_id=8041><description><div class="description">
@@ -95,8 +95,49 @@
<li>
Some minor tweaks for better compiler support (<a href="https://svn.boost.org/trac/boost/ticket/2908">#2908</a>,
<a href="https://svn.boost.org/trac/boost/ticket/3096">#3096</a>,
- <a href="https://svn.boost.org/trac/boost/ticket/3082">Ticket 3082</a>).
- Disable incorrect Visual C++ warnings.
+ <a href="https://svn.boost.org/trac/boost/ticket/3082">#3082</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/wave/index.html">Wave v2.0.2</a>:</span>
+ <ul>
+ <li>
+ Fixed several race condition inhibiting to use Wave in multi threaded
+ environments. Wave is now usable in multi threaded applications again.
+ </li>
+ <li>
+ Fixed compilation problems caused by recent changes to the multi_pass
+ iterator from Spirit V2.1.
+ </li>
+ <li>
+ Fixed Wave to compile with BOOST_FILESYSTEM_NO_DEPRECATED defined (i.e.
+ the library doesn't use the deprecated filesystem interface anymore).
+ </li>
+ <li>
+ Switched to Re2C V0.13.5
+ </li>
+ <li>
+ Specifying a custom token type now works as expected. The new lexer interface
+ introduced in V2.0 broke this part.
+ </li>
+ <li>
+ Removed old code related to pre Boost V1.31 (related to V1 of iterator
+ library), this breaks compatibility with Boost versions this old.
+ </li>
+ <li>
+ Incorporated the changes from latest version of the flex_string class
+ (<a href="https://svn.boost.org/trac/boost/ticket/2946">#2946</a>).
+ </li>
+ <li>
+ Finally fixed all remaining examples. Everything seems to work fine now.
+ </li>
+ <li>
+ Added a new commandline option <code><span class="special">--</span><span class="identifier">macrocounts</span></code><em>`-c` to the Wave
+ driver application which lists all macro invocation counts to an optionally
+ specified file (default is `cout`). * Fixed `--list_includes`</em><code><span class="special">-</span><span class="identifier">l</span></code>
+ command line option of the wave driver tool to correctly indent the generated
+ list of included files.
</li>
</ul>
</li>
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