|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r50925 - in website/public_html/beta/feed: . history
From: john_at_[hidden]
Date: 2009-01-31 07:17:10
Author: johnmaddock
Date: 2009-01-31 07:17:10 EST (Sat, 31 Jan 2009)
New Revision: 50925
URL: http://svn.boost.org/trac/boost/changeset/50925
Log:
Added config and TR1 changes.
Text files modified:
website/public_html/beta/feed/history.rss | 67 +++++++++++++++++++++++++++++++++++++++
website/public_html/beta/feed/history/boost_1_38_0.qbk | 10 +++++
website/public_html/beta/feed/news.rss | 67 +++++++++++++++++++++++++++++++++++++++
3 files changed, 142 insertions(+), 2 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-01-31 07:17:10 EST (Sat, 31 Jan 2009)
@@ -6,7 +6,7 @@
<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.38.0</title><pubDate>$Date: 2009/01/28 22:53:48 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Date_Time, Exception, Hash, Interprocess, Intrusive, Math, Multi-index Containers,
Proto, Regex, Unordered, Xpressive. Also, introduces the experimental CMake
@@ -55,6 +55,27 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/config/index.html">Config</a>:</span>
+ <ul>
+ <li>
+ Add new macros BOOST_NO_STD_UNORDERED and BOOST_NO_INITIALIZER_LISTS.
+ </li>
+ <li>
+ Added Codegear compiler support.
+ </li>
+ <li>
+ Added Dragonfly to the BSD family of configs.
+ </li>
+ <li>
+ Updated MSVC's binary ABI settings to match compiler default when doing
+ 64-bit builds.
+ </li>
+ <li>
+ Recognise latest compilers from MS and Intel.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/date_time/index.html">Date_Time</a>:</span>
<ul>
<li>
@@ -84,6 +105,21 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
+ <ul>
+ <li>
+ Fix native(name) test failures on POSIX-like systems.
+ </li>
+ <li>
+ Several bugfixes (<a href="https://svn.boost.org/trac/boost/ticket/2543">#2543</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2224">#2224</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2531">#2531</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1840">#1840</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2542">#2542</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
<ul>
<li>
@@ -216,6 +252,14 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/tr1/index.html">TR1</a>:</span>
+ <ul>
+ <li>
+ Added support for the TR1 math functions and the unordered containers.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
<ul>
<li>
@@ -256,6 +300,27 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
+ <ul>
+ <li>
+ Added a new algorithms for Traveling Salesman Problem approximation (<code><span class="identifier">metric_tsp_approx</span></code>) and resource-constrained
+ Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
+ </li>
+ <li>
+ Support for named vertices in <code><span class="identifier">adjacency_list</span></code>.
+ </li>
+ <li>
+ A number of bugfixes ( <a href="https://svn.boost.org/trac/boost/ticket/416">#416</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1622">#1622</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1700">#1700</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2209">#2209</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2392">#2392</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2460">#2460</a>,
+ and <a href="https://svn.boost.org/trac/boost/ticket/2550">#2550</a>)
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_38_0.other_changes">
Modified: website/public_html/beta/feed/history/boost_1_38_0.qbk
==============================================================================
--- website/public_html/beta/feed/history/boost_1_38_0.qbk (original)
+++ website/public_html/beta/feed/history/boost_1_38_0.qbk 2009-01-31 07:17:10 EST (Sat, 31 Jan 2009)
@@ -43,6 +43,13 @@
* [phrase library..[@/libs/accumulators/index.html Accumulators]:]
* Add `rolling_sum`, `rolling_count` and `rolling_mean` accumulators.
+* [phrase library..[@/libs/config/index.html Config]:]
+ * Add new macros BOOST_NO_STD_UNORDERED and BOOST_NO_INITIALIZER_LISTS.
+ * Added Codegear compiler support.
+ * Added Dragonfly to the BSD family of configs.
+ * Updated MSVC's binary ABI settings to match compiler default when doing 64-bit builds.
+ * Recognise latest compilers from MS and Intel.
+
* [phrase library..[@/libs/date_time/index.html Date_Time]:]
* Added support for formatting and reading time durations longer than 24 hours with new formatter: `%0`.
* Removed the `testfrmwk.hpp` file from the public include directory.
@@ -129,6 +136,9 @@
and
[@https://svn.boost.org/trac/boost/ticket/2244 #2458].
+* [phrase library..[@/libs/tr1/index.html TR1]:]
+ * Added support for the TR1 math functions and the unordered containers.
+
* [phrase library..[@/libs/unordered/index.html Unordered]:]
* Use [@/libs/utility/swap.html `boost::swap`].
* Use a larger prime number list for selecting the number of buckets.
Modified: website/public_html/beta/feed/news.rss
==============================================================================
--- website/public_html/beta/feed/news.rss (original)
+++ website/public_html/beta/feed/news.rss 2009-01-31 07:17:10 EST (Sat, 31 Jan 2009)
@@ -6,7 +6,7 @@
<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.38.0</title><pubDate>$Date: 2009/01/28 22:53:48 $</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
+ <item><title>Version 1.38.0</title><pubDate>$Date$</pubDate><boostbook:purpose><span class="brief"><span class="purpose">
New Libraries: Flyweight, ScopeExit, Swap. Updated Libraries: Accumulators,
Date_Time, Exception, Hash, Interprocess, Intrusive, Math, Multi-index Containers,
Proto, Regex, Unordered, Xpressive. Also, introduces the experimental CMake
@@ -55,6 +55,27 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/config/index.html">Config</a>:</span>
+ <ul>
+ <li>
+ Add new macros BOOST_NO_STD_UNORDERED and BOOST_NO_INITIALIZER_LISTS.
+ </li>
+ <li>
+ Added Codegear compiler support.
+ </li>
+ <li>
+ Added Dragonfly to the BSD family of configs.
+ </li>
+ <li>
+ Updated MSVC's binary ABI settings to match compiler default when doing
+ 64-bit builds.
+ </li>
+ <li>
+ Recognise latest compilers from MS and Intel.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/date_time/index.html">Date_Time</a>:</span>
<ul>
<li>
@@ -84,6 +105,21 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/filesystem/index.html">Filesystem</a>:</span>
+ <ul>
+ <li>
+ Fix native(name) test failures on POSIX-like systems.
+ </li>
+ <li>
+ Several bugfixes (<a href="https://svn.boost.org/trac/boost/ticket/2543">#2543</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2224">#2224</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2531">#2531</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1840">#1840</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2542">#2542</a>).
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/functional/hash/index.html">Hash</a>:</span>
<ul>
<li>
@@ -216,6 +252,14 @@
</ul>
</li>
<li>
+ <span class="library"><a href="/libs/tr1/index.html">TR1</a>:</span>
+ <ul>
+ <li>
+ Added support for the TR1 math functions and the unordered containers.
+ </li>
+ </ul>
+ </li>
+ <li>
<span class="library"><a href="/libs/unordered/index.html">Unordered</a>:</span>
<ul>
<li>
@@ -256,6 +300,27 @@
</li>
</ul>
</li>
+ <li>
+ <span class="library"><a href="/libs/graph/index.html">Graph</a>:</span>
+ <ul>
+ <li>
+ Added a new algorithms for Traveling Salesman Problem approximation (<code><span class="identifier">metric_tsp_approx</span></code>) and resource-constrained
+ Shortest Paths (<code><span class="identifier">r_c_shortest_paths</span></code>).
+ </li>
+ <li>
+ Support for named vertices in <code><span class="identifier">adjacency_list</span></code>.
+ </li>
+ <li>
+ A number of bugfixes ( <a href="https://svn.boost.org/trac/boost/ticket/416">#416</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1622">#1622</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/1700">#1700</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2209">#2209</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2392">#2392</a>,
+ <a href="https://svn.boost.org/trac/boost/ticket/2460">#2460</a>,
+ and <a href="https://svn.boost.org/trac/boost/ticket/2550">#2550</a>)
+ </li>
+ </ul>
+ </li>
</ul>
</div>
<div id="version_1_38_0.other_changes">
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