|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r79884 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-08-05 17:48:05
Author: danieljames
Date: 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
New Revision: 79884
URL: http://svn.boost.org/trac/boost/changeset/79884
Log:
Website: Update release notes.
Some extra notes for Unordered + use https for trac links.
Text files modified:
website/public_html/live/feed/history/boost_1_51_0.qbk | 40 ++++++++++++++++--------------
website/public_html/live/generated/dev.rss | 52 ++++++++++++++++++++++++++-------------
website/public_html/live/generated/state/feed-pages.txt | 6 ++--
website/public_html/live/users/history/version_1_51_0.html | 52 ++++++++++++++++++++++++++-------------
4 files changed, 92 insertions(+), 58 deletions(-)
Modified: website/public_html/live/feed/history/boost_1_51_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_51_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_51_0.qbk 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -57,21 +57,21 @@
the documentation to list the deprecated macros.
* [phrase library..[@/libs/chrono/ Chrono]:]
- * [@http://svn.boost.org/trac/boost/ticket/6918 #6918] Boost Chrono
+ * [@https://svn.boost.org/trac/boost/ticket/6918 #6918] Boost Chrono
compilation failure on HP uX due to undefined pthread_getcpuclockid.
- * [@http://svn.boost.org/trac/boost/ticket/6241 #6241] boost::chrono
+ * [@https://svn.boost.org/trac/boost/ticket/6241 #6241] boost::chrono
compilation problems without std::wstring support.
- * [@http://svn.boost.org/trac/boost/ticket/6987 #6987] Documentation &
+ * [@https://svn.boost.org/trac/boost/ticket/6987 #6987] Documentation &
C++11.
- * [@http://svn.boost.org/trac/boost/ticket/7041 #7041] time_point.hpp
+ * [@https://svn.boost.org/trac/boost/ticket/7041 #7041] time_point.hpp
depends on Boost.System.
- * [@http://svn.boost.org/trac/boost/ticket/7042 #7042] Avoiding time_point
+ * [@https://svn.boost.org/trac/boost/ticket/7042 #7042] Avoiding time_point
and duration dependency on time.h and CLOCK_REALTIME.
- * [@http://svn.boost.org/trac/boost/ticket/7058 #7058] Make it work when
+ * [@https://svn.boost.org/trac/boost/ticket/7058 #7058] Make it work when
BOOST_NO_EXCEPTIONS is defined.
- * [@http://svn.boost.org/trac/boost/ticket/7069 #7069] Misspellings in
+ * [@https://svn.boost.org/trac/boost/ticket/7069 #7069] Misspellings in
clock_string<thread_clock>.
- * [@http://svn.boost.org/trac/boost/ticket/7081 #7081] WinError.h
+ * [@https://svn.boost.org/trac/boost/ticket/7081 #7081] WinError.h
capitalization in boost/detail/win/basic_types.hpp.
* [phrase library..[@/libs/graph/ Graph]:]
@@ -98,7 +98,7 @@
* [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
* Better performance, less memory usage for `boost::array<character_type, N>`
and `std::array<character_type, N>` conversions.
- * Fixed bug with volatile input parameter [@http://svn.boost.org/trac/boost/ticket/7157 #7157].
+ * Fixed bug with volatile input parameter [@https://svn.boost.org/trac/boost/ticket/7157 #7157].
* [phrase library..[@/libs/math/ Math]:]
* Updated to use the new config macros.
@@ -110,7 +110,7 @@
for more information.
* [phrase library..[@/libs/ratio/ Ratio]:]
- * [@http://svn.boost.org/trac/boost/ticket/7075 #7075] Workaround for
+ * [@https://svn.boost.org/trac/boost/ticket/7075 #7075] Workaround for
error: the type of partial specialization template parameter constant "n1"
depends on another template parameter.
@@ -118,30 +118,32 @@
* Updated to use the new config macros.
* [phrase library..[@/libs/thread/ Thread]:]
- * [@http://svn.boost.org/trac/boost/ticket/4258 #4258] Linking with boost
+ * [@https://svn.boost.org/trac/boost/ticket/4258 #4258] Linking with boost
thread does not work on mingw/gcc 4.5.
- * [@http://svn.boost.org/trac/boost/ticket/4885 #4885] Access violation in
+ * [@https://svn.boost.org/trac/boost/ticket/4885 #4885] Access violation in
set_tss_data at process exit due to invalid assumption about TlsAlloc.
- * [@http://svn.boost.org/trac/boost/ticket/6931 #6931] mutex waits
+ * [@https://svn.boost.org/trac/boost/ticket/6931 #6931] mutex waits
forwever with Intel Compiler and /debug:parallel
- * [@http://svn.boost.org/trac/boost/ticket/7044 #7044] boost 1.50.0 header
+ * [@https://svn.boost.org/trac/boost/ticket/7044 #7044] boost 1.50.0 header
missing.
- * [@http://svn.boost.org/trac/boost/ticket/7052 #7052] Thread:
+ * [@https://svn.boost.org/trac/boost/ticket/7052 #7052] Thread:
BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only masks
thread::operator==, thread::operator!= forward declarations, not
definitions.
- * [@http://svn.boost.org/trac/boost/ticket/7066 #7066] An attempt to fix
+ * [@https://svn.boost.org/trac/boost/ticket/7066 #7066] An attempt to fix
current_thread_tls_key static initialization order.
- * [@http://svn.boost.org/trac/boost/ticket/7074 #7074] Multiply defined
+ * [@https://svn.boost.org/trac/boost/ticket/7074 #7074] Multiply defined
symbol boost::allocator_arg.
- * [@http://svn.boost.org/trac/boost/ticket/7078 #7078] Trivial 64-bit
+ * [@https://svn.boost.org/trac/boost/ticket/7078 #7078] Trivial 64-bit
warning fix on Windows for thread attribute stack size
- * [@http://svn.boost.org/trac/boost/ticket/7089 #7089]
+ * [@https://svn.boost.org/trac/boost/ticket/7089 #7089]
BOOST_THREAD_WAIT_BUG limits functionality without solving anything
* [phrase library..[@/libs/unordered/ Unordered]:]
* Fix construction/destruction issue when using a C++11 compiler with a
C++03 allocator ([ticket 7100]).
+ * Remove a `try..catch` to support compiling without exceptions.
+ * Adjust SFINAE use to try to supprt g++ 3.4 ([ticket 7175]).
* Updated to use the new config macros.
* [phrase library..[@/libs/wave/ Wave]:]
Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -71,49 +71,49 @@
<ul>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/6918">#6918</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/6918">#6918</a>
Boost Chrono compilation failure on HP uX due to undefined pthread_getcpuclockid.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/6241">#6241</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/6241">#6241</a>
boost::chrono compilation problems without std::wstring support.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/6987">#6987</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/6987">#6987</a>
Documentation &amp; C++11.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7041">#7041</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7041">#7041</a>
time_point.hpp depends on Boost.System.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7042">#7042</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7042">#7042</a>
Avoiding time_point and duration dependency on time.h and CLOCK_REALTIME.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7058">#7058</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7058">#7058</a>
Make it work when BOOST_NO_EXCEPTIONS is defined.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7069">#7069</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7069">#7069</a>
Misspellings in clock_string&lt;thread_clock&gt;.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7081">#7081</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7081">#7081</a>
WinError.h capitalization in boost/detail/win/basic_types.hpp.
</div>
</li>
@@ -208,6 +208,11 @@
Better performance, less memory usage for <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">&gt;</span></code> and <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special">&lt;</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">&gt;</sp
an></code> conversions.
</div>
</li>
+ <li>
+ <div>
+ Fixed bug with volatile input parameter <a href="https://svn.boost.org/trac/boost/ticket/7157">#7157</a>.
+ </div>
+ </li>
</ul>
</div>
</li>
@@ -243,7 +248,7 @@
<ul>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7075">#7075</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7075">#7075</a>
Workaround for error: the type of partial specialization template
parameter constant &quot;n1&quot; depends on another template parameter.
</div>
@@ -269,32 +274,32 @@
<ul>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/4258">#4258</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/4258">#4258</a>
Linking with boost thread does not work on mingw/gcc 4.5.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/4885">#4885</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/4885">#4885</a>
Access violation in set_tss_data at process exit due to invalid assumption
about TlsAlloc.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/6931">#6931</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/6931">#6931</a>
mutex waits forwever with Intel Compiler and /debug:parallel
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7044">#7044</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7044">#7044</a>
boost 1.50.0 header missing.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7052">#7052</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7052">#7052</a>
Thread: BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only
masks thread::operator==, thread::operator!= forward declarations,
not definitions.
@@ -302,26 +307,26 @@
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7066">#7066</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7066">#7066</a>
An attempt to fix current_thread_tls_key static initialization order.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7074">#7074</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7074">#7074</a>
Multiply defined symbol boost::allocator_arg.
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7078">#7078</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7078">#7078</a>
Trivial 64-bit warning fix on Windows for thread attribute stack
size
</div>
</li>
<li>
<div>
- <a href="http://svn.boost.org/trac/boost/ticket/7089">#7089</a>
+ <a href="https://svn.boost.org/trac/boost/ticket/7089">#7089</a>
BOOST_THREAD_WAIT_BUG limits functionality without solving anything
</div>
</li>
@@ -340,6 +345,17 @@
</li>
<li>
<div>
+ Remove a <code><span class="keyword">try</span><span class="special">..</span><span class="keyword">catch</span></code> to support compiling without
+ exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Adjust SFINAE use to try to supprt g++ 3.4 (<a href="https://svn.boost.org/trac/boost/ticket/7175">#7175</a>).
+ </div>
+ </li>
+ <li>
+ <div>
Updated to use the new config macros.
</div>
</li>
Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt (original)
+++ website/public_html/live/generated/state/feed-pages.txt 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -1903,7 +1903,7 @@
-id
"version_1_51_0
-last_modified
-.1344154492.91
+.1344203215.43
-location
"users/history/version_1_51_0.html
-page_state
@@ -1914,11 +1914,11 @@
" New Libraries: Updated Libraries:
"
-qbk_hash
-"c60c17fead190954dc3a830a88138d9c2c612e7e6858cc5b6b353ccaf5e36133
+"587bfe867d55e3535fa5ac73dfd685507c109f566479c7f7cf9f11a11b9d49ab
-release_status
"beta
-rss_hash
-"625d83ed663b375f23b30a61ef891738b30830dee3ce7aefc5eba5cf1b06739f
+"c3afe03fc8dde7c3940485b52463eb2d4fde255f99402b4be6b65bdfcb410dfe
-title
"Version 1.51.0
-type
Modified: website/public_html/live/users/history/version_1_51_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_51_0.html (original)
+++ website/public_html/live/users/history/version_1_51_0.html 2012-08-05 17:48:04 EDT (Sun, 05 Aug 2012)
@@ -110,49 +110,49 @@
<ul>
<li>
<div>
- #6918
+ #6918
Boost Chrono compilation failure on HP uX due to undefined pthread_getcpuclockid.
</div>
</li>
<li>
<div>
- #6241
+ #6241
boost::chrono compilation problems without std::wstring support.
</div>
</li>
<li>
<div>
- #6987
+ #6987
Documentation & C++11.
</div>
</li>
<li>
<div>
- #7041
+ #7041
time_point.hpp depends on Boost.System.
</div>
</li>
<li>
<div>
- #7042
+ #7042
Avoiding time_point and duration dependency on time.h and CLOCK_REALTIME.
</div>
</li>
<li>
<div>
- #7058
+ #7058
Make it work when BOOST_NO_EXCEPTIONS is defined.
</div>
</li>
<li>
<div>
- #7069
+ #7069
Misspellings in clock_string<thread_clock>.
</div>
</li>
<li>
<div>
- #7081
+ #7081
WinError.h capitalization in boost/detail/win/basic_types.hpp.
</div>
</li>
@@ -247,6 +247,11 @@
Better performance, less memory usage for <code><span class="identifier">boost</span><span class="special">::</span><span class="identifier">array</span><span class="special"><</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></code> and <code><span class="identifier">std</span><span class="special">::</span><span class="identifier">array</span><span class="special"><</span><span class="identifier">character_type</span><span class="special">,</span> <span class="identifier">N</span><span class="special">></span></code> conversions.
</div>
</li>
+ <li>
+ <div>
+ Fixed bug with volatile input parameter #7157.
+ </div>
+ </li>
</ul>
</div>
</li>
@@ -282,7 +287,7 @@
<ul>
<li>
<div>
- #7075
+ #7075
Workaround for error: the type of partial specialization template
parameter constant "n1" depends on another template parameter.
</div>
@@ -308,32 +313,32 @@
<ul>
<li>
<div>
- #4258
+ #4258
Linking with boost thread does not work on mingw/gcc 4.5.
</div>
</li>
<li>
<div>
- #4885
+ #4885
Access violation in set_tss_data at process exit due to invalid assumption
about TlsAlloc.
</div>
</li>
<li>
<div>
- #6931
+ #6931
mutex waits forwever with Intel Compiler and /debug:parallel
</div>
</li>
<li>
<div>
- #7044
+ #7044
boost 1.50.0 header missing.
</div>
</li>
<li>
<div>
- #7052
+ #7052
Thread: BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only
masks thread::operator==, thread::operator!= forward declarations,
not definitions.
@@ -341,26 +346,26 @@
</li>
<li>
<div>
- #7066
+ #7066
An attempt to fix current_thread_tls_key static initialization order.
</div>
</li>
<li>
<div>
- #7074
+ #7074
Multiply defined symbol boost::allocator_arg.
</div>
</li>
<li>
<div>
- #7078
+ #7078
Trivial 64-bit warning fix on Windows for thread attribute stack
size
</div>
</li>
<li>
<div>
- #7089
+ #7089
BOOST_THREAD_WAIT_BUG limits functionality without solving anything
</div>
</li>
@@ -379,6 +384,17 @@
</li>
<li>
<div>
+ Remove a <code><span class="keyword">try</span><span class="special">..</span><span class="keyword">catch</span></code> to support compiling without
+ exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ Adjust SFINAE use to try to supprt g++ 3.4 (#7175).
+ </div>
+ </li>
+ <li>
+ <div>
Updated to use the new config macros.
</div>
</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