|
Boost-Commit : |
From: daniel_james_at_[hidden]
Date: 2008-07-23 06:03:02
Author: danieljames
Date: 2008-07-23 06:03:01 EDT (Wed, 23 Jul 2008)
New Revision: 47705
URL: http://svn.boost.org/trac/boost/changeset/47705
Log:
Publish the in progress 1.36 release info.
Text files modified:
website/public_html/beta/feed/downloads.rss | 5
website/public_html/beta/feed/history.rss | 129 ++++++++++++++++++++++++++++++++++++
website/public_html/beta/feed/news.rss | 139 ++++++++++++++++++++++++++++++++++++---
3 files changed, 255 insertions(+), 18 deletions(-)
Modified: website/public_html/beta/feed/downloads.rss
==============================================================================
--- website/public_html/beta/feed/downloads.rss (original)
+++ website/public_html/beta/feed/downloads.rss 2008-07-23 06:03:01 EDT (Wed, 23 Jul 2008)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost Downloads</title>
@@ -365,7 +366,7 @@
</ul>
<p>
In addition the following compilers should be well supported, but weren't part
- of out release criteria for 1.35:
+ of our release criteria for 1.35:
</p>
<ul>
<li>
Modified: website/public_html/beta/feed/history.rss
==============================================================================
--- website/public_html/beta/feed/history.rss (original)
+++ website/public_html/beta/feed/history.rss 2008-07-23 06:03:01 EDT (Wed, 23 Jul 2008)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost History</title>
@@ -6,7 +7,129 @@
<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.35.0</title><pubDate>Sat, 29 Mar 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.36.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Accumulators, Exception, Units, Unordered. Updated Libraries:
+ Assign, Foreach, Math, Multi-index Containers, PtrContainer, Xpressive.
+ </span></span></boostbook:purpose><description><div class="description">
+ <div id="version_1_36_0.new_libraries">
+ <h3><span class="link">New Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span> Framework
+ for incremental calculation, and collection of statistical accumulators,
+ from Eric Niebler.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/exception/doc/boost-exception.html">Exception</a>:</span>
+ A
+ library for transporting of arbitrary data in exception objects, and transporting
+ of exceptions between threads, from Emil Dotchevski.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/units/index.html">Units</a>:</span>
+ Zero-overhead dimensional
+ analysis and unit/quantity manipulation and conversion, from Matthias Schabel
+ and Steven Watanabe
+ </li>
+ <li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ Unordered
+ associative containers, from Daniel James.
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_36_0.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/assign/index.html">Assign</a>:</span>
+ <code><span class="identifier">list_of</span><span class="special">()</span></code>
+ (and its variants) now has overloaded comparison operators. This allows you
+ to write test code such as <code><span class="identifier">BOOST_CHECK_EQUAL</span><span class="special">(</span> <span class="identifier">my_container</span><span class="special">,</span> <span class="identifier">list_of</span><span class="special">(</span><span class="number">2</span><span class="special">)(</span><span class="number">3</span><span class="special">)(</span><span class="number">4</span><span class="special">)(</span><span class="number">5</span><span class="special">)</span>
+ <span class="special">);</span></code>.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span> <code><span class="identifier">BOOST_FOREACH</span></code> macro for easily iterating
+ over the elements of a sequence, from Eric Niebler.
+ <ul>
+ <li>
+ New <code><span class="identifier">BOOST_REVERSE_FOREACH</span></code>
+ macro for iterating over a sequence in reverse.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Boost.Math</a>:</span>
+ <ul>
+ <li>
+ Added new non-central Chi-Square, Beta, F and T distributions.
+ </li>
+ <li>
+ Added Exponential Integral and Zeta special functions.
+ </li>
+ <li>
+ Added Rounding, Truncation, and Unit-in-the-last-place functions.
+ </li>
+ <li>
+ Added support for compile time powers of a runtime base.
+ </li>
+ <li>
+ Added a few SSE2 based optimisations for the Lanczos approximations.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
+ Minor
+ additions and maintenance fixes. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_36">release
+ notes</a> for further information.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/ptr_container/index.html">PtrContainer</a>:</span>
+ Support
+ for a few more containers, and addition of insert iterators. For details
+ see <a href="/libs/ptr_container/doc/ptr_container.html#upgrading-from-boost-v-1-35">upgrading
+ details</a>.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ 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.
+ <ul>
+ <li>
+ <code><span class="identifier">skip</span><span class="special">()</span></code>
+ for specifying which parts of the input sequence to ignore when matching
+ it against a regex.
+ </li>
+ <li>
+ <code><span class="identifier">regex_replace</span><span class="special">()</span></code>
+ accepts formatter objects and formatter expressions in addition to format
+ strings.
+ </li>
+ <li>
+ Range-based <code><span class="identifier">regex_replace</span><span class="special">()</span></code> algorithm.
+ </li>
+ <li>
+ Fix crash when semantic actions are placed in look-aheads, look-behinds
+ or independent sub-expressions.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_36_0.supported_compilers">
+ <h3><span class="link">Supported Compilers</span></h3>
+ </div>
+ <div id="version_1_36_0.acknowledgements">
+ <h3><span class="link">Acknowledgements</span></h3>
+ <p>
+ <a href="/users/people/beman_dawes.html">Beman Dawes</a> managed this
+ release.
+ </p>
+ </div>
+</div></description></item><item><title>Version 1.35.0</title><pubDate>Sat, 29 Mar 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Asio, Bimap, Circular Buffer, Function Types, Fusion, GIL, Interprocess,
Intrusive, Math/Special Functions, Math/Statistical Distributions, MPI, System.
Updated Libraries: Graph, Hash, Iostreams, Multi Array, Multi-index Containers,
@@ -365,7 +488,7 @@
</ul>
<p>
In addition the following compilers should be well supported, but weren't part
- of out release criteria for 1.35:
+ of our release criteria for 1.35:
</p>
<ul>
<li>
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2008-07-23 06:03:01 EDT (Wed, 23 Jul 2008)
@@ -1,4 +1,5 @@
-<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
+<?xml version="1.0" encoding="utf-8"?>
+<rss version="2.0" xmlns:boostbook="urn:boost.org:boostbook">
<channel>
<generator>BoostBook2RSS</generator>
<title>Boost News</title>
@@ -6,7 +7,129 @@
<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.35.0</title><pubDate>Sat, 29 Mar 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.36.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ New Libraries: Accumulators, Exception, Units, Unordered. Updated Libraries:
+ Assign, Foreach, Math, Multi-index Containers, PtrContainer, Xpressive.
+ </span></span></boostbook:purpose><description><div class="description">
+ <div id="version_1_36_0.new_libraries">
+ <h3><span class="link">New Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/accumulators/index.html">Accumulators</a>:</span> Framework
+ for incremental calculation, and collection of statistical accumulators,
+ from Eric Niebler.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/exception/doc/boost-exception.html">Exception</a>:</span>
+ A
+ library for transporting of arbitrary data in exception objects, and transporting
+ of exceptions between threads, from Emil Dotchevski.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/units/index.html">Units</a>:</span>
+ Zero-overhead dimensional
+ analysis and unit/quantity manipulation and conversion, from Matthias Schabel
+ and Steven Watanabe
+ </li>
+ <li>
+ <span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
+ Unordered
+ associative containers, from Daniel James.
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_36_0.updated_libraries">
+ <h3><span class="link">Updated Libraries</span></h3>
+ <ul>
+ <li>
+ <span class="library"><a href="/libs/assign/index.html">Assign</a>:</span>
+ <code><span class="identifier">list_of</span><span class="special">()</span></code>
+ (and its variants) now has overloaded comparison operators. This allows you
+ to write test code such as <code><span class="identifier">BOOST_CHECK_EQUAL</span><span class="special">(</span> <span class="identifier">my_container</span><span class="special">,</span> <span class="identifier">list_of</span><span class="special">(</span><span class="number">2</span><span class="special">)(</span><span class="number">3</span><span class="special">)(</span><span class="number">4</span><span class="special">)(</span><span class="number">5</span><span class="special">)</span>
+ <span class="special">);</span></code>.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/foreach/index.html">Foreach</a>:</span> <code><span class="identifier">BOOST_FOREACH</span></code> macro for easily iterating
+ over the elements of a sequence, from Eric Niebler.
+ <ul>
+ <li>
+ New <code><span class="identifier">BOOST_REVERSE_FOREACH</span></code>
+ macro for iterating over a sequence in reverse.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/math/doc/sf_and_dist/html/index.html">Boost.Math</a>:</span>
+ <ul>
+ <li>
+ Added new non-central Chi-Square, Beta, F and T distributions.
+ </li>
+ <li>
+ Added Exponential Integral and Zeta special functions.
+ </li>
+ <li>
+ Added Rounding, Truncation, and Unit-in-the-last-place functions.
+ </li>
+ <li>
+ Added support for compile time powers of a runtime base.
+ </li>
+ <li>
+ Added a few SSE2 based optimisations for the Lanczos approximations.
+ </li>
+ </ul>
+ </li>
+ <li>
+ <span class="library"><a href="/libs/multi_index/doc/index.html">Multi-index Containers</a>:</span>
+ Minor
+ additions and maintenance fixes. Consult the library <a href="/libs/multi_index/doc/release_notes.html#boost_1_36">release
+ notes</a> for further information.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/ptr_container/index.html">PtrContainer</a>:</span>
+ Support
+ for a few more containers, and addition of insert iterators. For details
+ see <a href="/libs/ptr_container/doc/ptr_container.html#upgrading-from-boost-v-1-35">upgrading
+ details</a>.
+ </li>
+ <li>
+ <span class="library"><a href="/libs/xpressive/index.html">Xpressive</a>:</span>
+ 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.
+ <ul>
+ <li>
+ <code><span class="identifier">skip</span><span class="special">()</span></code>
+ for specifying which parts of the input sequence to ignore when matching
+ it against a regex.
+ </li>
+ <li>
+ <code><span class="identifier">regex_replace</span><span class="special">()</span></code>
+ accepts formatter objects and formatter expressions in addition to format
+ strings.
+ </li>
+ <li>
+ Range-based <code><span class="identifier">regex_replace</span><span class="special">()</span></code> algorithm.
+ </li>
+ <li>
+ Fix crash when semantic actions are placed in look-aheads, look-behinds
+ or independent sub-expressions.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </div>
+ <div id="version_1_36_0.supported_compilers">
+ <h3><span class="link">Supported Compilers</span></h3>
+ </div>
+ <div id="version_1_36_0.acknowledgements">
+ <h3><span class="link">Acknowledgements</span></h3>
+ <p>
+ <a href="/users/people/beman_dawes.html">Beman Dawes</a> managed this
+ release.
+ </p>
+ </div>
+</div></description></item><item><title>Version 1.35.0</title><pubDate>Sat, 29 Mar 2008 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Asio, Bimap, Circular Buffer, Function Types, Fusion, GIL, Interprocess,
Intrusive, Math/Special Functions, Math/Statistical Distributions, MPI, System.
Updated Libraries: Graph, Hash, Iostreams, Multi Array, Multi-index Containers,
@@ -365,7 +488,7 @@
</ul>
<p>
In addition the following compilers should be well supported, but weren't part
- of out release criteria for 1.35:
+ of our release criteria for 1.35:
</p>
<ul>
<li>
@@ -965,15 +1088,5 @@
and Greg D. for answering countless questions.
</p>
</div>
-</div></description></item><item><title>asio Formal Review Begins</title><pubDate>Sun, 10 Dec 2006 12:00:00 GMT</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
- The review will run until Friday December 23rd. The <a href="http://asio.sourceforge.net/">Boost.Asio</a>
- library is intended for programmers using C++ for systems programming, where
- access to operating system functionality such as networking is often required.
- </span></span></boostbook:purpose><description><div class="description">
- <p>
- The review will run until Friday December 23rd. The <a href="http://asio.sourceforge.net/">Boost.Asio</a>
- library is intended for programmers using C++ for systems programming, where
- access to operating system functionality such as networking is often required.
- </p>
</div></description></item></channel>
</rss>
\ No newline at end of file
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