|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r61464 - in website/public_html/beta/feed: . history
From: daniel_james_at_[hidden]
Date: 2010-04-21 10:53:02
Author: danieljames
Date: 2010-04-21 10:53:02 EDT (Wed, 21 Apr 2010)
New Revision: 61464
URL: http://svn.boost.org/trac/boost/changeset/61464
Log:
Link to a bug, and some small edits.
Text files modified:
website/public_html/beta/feed/history.rss | 66 ++++++++++++++++++++++++++++++++++++++-
website/public_html/beta/feed/history/boost_1_43_0.qbk | 9 +++--
website/public_html/beta/feed/news.rss | 66 ++++++++++++++++++++++++++++++++++++++-
3 files changed, 131 insertions(+), 10 deletions(-)
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2010-04-21 10:53:02 EDT (Wed, 21 Apr 2010)
@@ -7,8 +7,9 @@
<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.43.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- Updated: Array, Asio, Fusion, Iostreams, Multi-index Containers, Random, Range,
- Spirit, Thread, Unordered, Uuid, Wave, the build system and quickbook.
+ Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
+ Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
+ system and quickbook.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description><div class="description">
@@ -17,6 +18,14 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <ul>
+ <li>
+ Avoid premature template evaluation in operator overload return types.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/array/index.html">Array</a>:</span>
<ul>
<li>
@@ -133,6 +142,49 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+ <ul>
+ <li>
+ Minor change in behavior: non-const expression self-assignment creates
+ an assign node. See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43">Release
+ Notes</a> for details.
+ </li>
+ <li>
+ Minor change to recommended expression extension mechanism: use <code><span class="identifier">BOOST_PROTO_EXTENDS_USING_ASSIGN</span><span class="special">()</span></code>.
+ See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43">Release
+ Notes</a> for details.
+ </li>
+ <li>
+ Fix error in invocation of callable monomorphic function objects in Proto
+ transforms.
+ </li>
+ <li>
+ Fix misc const correctness issues, work around fusion bug.
+ </li>
+ <li>
+ Add non-const function call overloads to proto terminals.
+ </li>
+ <li>
+ Add a default constructor to <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">literal</span><span class="special">&lt;&gt;</span></code>.
+ </li>
+ <li>
+ Do not use deprecated config macros.
+ </li>
+ <li>
+ Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">assert_matches</span><span class="special">()</span></code>
+ function and friends to <tt>&lt;boost/proto/debug.hpp&gt;</tt>.
+ </li>
+ <li>
+ <code><span class="identifier">functional</span><span class="special">::</span><span class="identifier">make_expr</span><span class="special">&lt;&gt;</span></code>
+ and <code><span class="identifier">functional</span><span class="special">::</span><span class="identifier">unpack_expr</span><span class="special">&lt;&gt;</span></code>
+ return const-qualified rvalues.
+ </li>
+ <li>
+ Add documentation for Expr and Domain concepts.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/random/index.html">Random</a>:</span>
<ul>
<li>
@@ -208,7 +260,7 @@
Split generators into separate files.
</li>
<li>
- Fixed bug in basic_random_generator.
+ Fixed bug in basic_random_generator (<a href="https://svn.boost.org/trac/boost/ticket/3971">#3971</a>).
</li>
<li>
Updated documentation.
@@ -220,6 +272,14 @@
See the <a href="/libs/wave/ChangeLog">Changelog</a>
for details.
</li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ <ul>
+ <li>
+ Add missing include to <tt>&lt;boost/xpressive/regex_error.hpp&gt;</tt>.
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_43_0.build_system">
Modified: website/public_html/beta/feed/history/boost_1_43_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_43_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_43_0.qbk 2010-04-21 10:53:02 EDT (Wed, 21 Apr 2010)
@@ -1,9 +1,9 @@
[article Version 1.43.0
[quickbook 1.4]
[source-mode c++]
- [purpose Updated: Array, Asio, Fusion, Iostreams,
+ [purpose Updated: Accumulators, Array, Asio, Fusion, Iostreams,
Multi-index Containers, Random, Range, Spirit, Thread, Unordered,
- Uuid, Wave, the build system and quickbook.]
+ Uuid, Wave, Xpressive, the build system and quickbook.]
[authors [Dawes, Beman]]
[last-revision ]
]
@@ -135,14 +135,15 @@
* [phrase library..[@/libs/uuid/index.html Uuid]:]
* Split generators into separate files.
- * Fixed bug in basic_random_generator.
+ * Fixed bug in basic_random_generator
+ ([@https://svn.boost.org/trac/boost/ticket/3971 #3971]).
* Updated documentation.
* [phrase library..[@/libs/wave/index.html Wave]:]
See the [@/libs/wave/ChangeLog Changelog] for details.
* [phrase library..[@/libs/xpressive/index.html Xpressive]:]
- * Add missing include to [^<boost/xpressive/regex_error.hpp].
+ * Add missing include to [^<boost/xpressive/regex_error.hpp>].
[endsect]
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2010-04-21 10:53:02 EDT (Wed, 21 Apr 2010)
@@ -7,8 +7,9 @@
<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.43.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- Updated: Array, Asio, Fusion, Iostreams, Multi-index Containers, Random, Range,
- Spirit, Thread, Unordered, Uuid, Wave, the build system and quickbook.
+ Updated: Accumulators, Array, Asio, Fusion, Iostreams, Multi-index Containers,
+ Random, Range, Spirit, Thread, Unordered, Uuid, Wave, Xpressive, the build
+ system and quickbook.
</span></span></boostbook:purpose><boostbook:download>http://sourceforge.net/projects/boost/files/boost/1.43.0/><description><div class="description">
@@ -17,6 +18,14 @@
<h3><span class="link">Updated Libraries</span></h3>
<ul>
<li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span>
+ <ul>
+ <li>
+ Avoid premature template evaluation in operator overload return types.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/array/index.html">Array</a>:</span>
<ul>
<li>
@@ -133,6 +142,49 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/proto/index.html">Proto</a>:</span>
+ <ul>
+ <li>
+ Minor change in behavior: non-const expression self-assignment creates
+ an assign node. See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43">Release
+ Notes</a> for details.
+ </li>
+ <li>
+ Minor change to recommended expression extension mechanism: use <code><span class="identifier">BOOST_PROTO_EXTENDS_USING_ASSIGN</span><span class="special">()</span></code>.
+ See Proto's <a href="/doc/html/proto/appendices.html#boost_proto.appendices.release_notes.boost_1_43">Release
+ Notes</a> for details.
+ </li>
+ <li>
+ Fix error in invocation of callable monomorphic function objects in Proto
+ transforms.
+ </li>
+ <li>
+ Fix misc const correctness issues, work around fusion bug.
+ </li>
+ <li>
+ Add non-const function call overloads to proto terminals.
+ </li>
+ <li>
+ Add a default constructor to <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">literal</span><span class="special">&lt;&gt;</span></code>.
+ </li>
+ <li>
+ Do not use deprecated config macros.
+ </li>
+ <li>
+ Add <code><span class="identifier">proto</span><span class="special">::</span><span class="identifier">assert_matches</span><span class="special">()</span></code>
+ function and friends to <tt>&lt;boost/proto/debug.hpp&gt;</tt>.
+ </li>
+ <li>
+ <code><span class="identifier">functional</span><span class="special">::</span><span class="identifier">make_expr</span><span class="special">&lt;&gt;</span></code>
+ and <code><span class="identifier">functional</span><span class="special">::</span><span class="identifier">unpack_expr</span><span class="special">&lt;&gt;</span></code>
+ return const-qualified rvalues.
+ </li>
+ <li>
+ Add documentation for Expr and Domain concepts.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/random/index.html">Random</a>:</span>
<ul>
<li>
@@ -208,7 +260,7 @@
Split generators into separate files.
</li>
<li>
- Fixed bug in basic_random_generator.
+ Fixed bug in basic_random_generator (<a href="https://svn.boost.org/trac/boost/ticket/3971">#3971</a>).
</li>
<li>
Updated documentation.
@@ -220,6 +272,14 @@
See the <a href="/libs/wave/ChangeLog">Changelog</a>
for details.
</li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ <ul>
+ <li>
+ Add missing include to <tt>&lt;boost/xpressive/regex_error.hpp&gt;</tt>.
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_43_0.build_system">
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