|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r79743 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-07-25 13:46:47
Author: danieljames
Date: 2012-07-25 13:46:46 EDT (Wed, 25 Jul 2012)
New Revision: 79743
URL: http://svn.boost.org/trac/boost/changeset/79743
Log:
Website: Add Chrono,Ratio,Thread.
Text files modified:
website/public_html/live/feed/history/boost_1_51_0.qbk | 47 +++++++++++++
website/public_html/live/generated/dev.rss | 136 +++++++++++++++++++++++++++++++++++++++
website/public_html/live/generated/state/feed-pages.txt | 6
website/public_html/live/users/history/version_1_51_0.html | 136 +++++++++++++++++++++++++++++++++++++++
4 files changed, 319 insertions(+), 6 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-07-25 13:46:46 EDT (Wed, 25 Jul 2012)
@@ -56,11 +56,56 @@
* /TODO/: This list is incomplete.
-* [phrase library..[@/libs/functional/hash Hash]:]
+* [phrase library..[@/libs/chrono/ Chrono]:]
+ * [@http://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
+ compilation problems without std::wstring support.
+ * [@http://svn.boost.org/trac/boost/ticket/6987 #6987] Documentation &
+ C++11.
+ * [@http://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
+ and duration dependency on time.h and CLOCK_REALTIME.
+ * [@http://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
+ clock_string<thread_clock>.
+ * [@http://svn.boost.org/trac/boost/ticket/7081 #7081] WinError.h
+ capitalization in boost/detail/win/basic_types.hpp.
+
+* [phrase library..[@/libs/functional/hash/ Hash]:]
* Support the standard smart pointers.
* `hash_value` now implemented using SFINAE to avoid implicit casts to built
in types when calling it.
+* [phrase library..[@/libs/ratio/ Ratio]:]
+ * [@http://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.
+
+* [phrase library..[@/libs/thread/ Thread]:]
+ * [@http://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
+ set_tss_data at process exit due to invalid assumption about TlsAlloc.
+ * [@http://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
+ missing.
+ * [@http://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
+ current_thread_tls_key static initialization order.
+ * [@http://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
+ warning fix on Windows for thread attribute stack size
+ * [@http://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]).
Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-07-25 13:46:46 EDT (Wed, 25 Jul 2012)
@@ -31,7 +31,62 @@
</li>
<li>
<div>
- <span class="library"><a href="http://www.boost.org/libs/functional/hash">Hash</a>:</span>
+ <span class="library"><a href="http://www.boost.org/libs/chrono/">Chrono</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <a href="http://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>
+ boost::chrono compilation problems without std::wstring support.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://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>
+ time_point.hpp depends on Boost.System.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://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>
+ 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>
+ Misspellings in clock_string&lt;thread_clock&gt;.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/7081">#7081</a>
+ WinError.h capitalization in boost/detail/win/basic_types.hpp.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/libs/functional/hash/">Hash</a>:</span>
<ul>
<li>
<div>
@@ -50,6 +105,85 @@
</li>
<li>
<div>
+ <span class="library"><a href="http://www.boost.org/libs/ratio/">Ratio</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <a href="http://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>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/libs/thread/">Thread</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <a href="http://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>
+ 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>
+ 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>
+ boost 1.50.0 header missing.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://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.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://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>
+ Multiply defined symbol boost::allocator_arg.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://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>
+ BOOST_THREAD_WAIT_BUG limits functionality without solving anything
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
<span class="library"><a href="http://www.boost.org/libs/unordered/">Unordered</a>:</span>
<ul>
<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-07-25 13:46:46 EDT (Wed, 25 Jul 2012)
@@ -1902,7 +1902,7 @@
-id
"version_1_51_0
-last_modified
-.1343124927.15
+.1343238379.08
-location
"users/history/version_1_51_0.html
-page_state
@@ -1913,11 +1913,11 @@
" New Libraries: Updated Libraries:
"
-qbk_hash
-"411064958fff49ed52c6627c826359f8edca85f86b729dfab4d069d27c8abf98
+"99f03a930bd025b460d30b1e0be92edb7cb4e7266ba65795ec1c86dc5f577fe7
-release_status
"dev
-rss_hash
-"573a491c677ce39aa5c9b23297b71f71853f2821460c94b5d11763841d5c939f
+"33194a64b2be015dfd98c0f70d6f150411f063b6a8d0db125d0f889589760fe2
-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-07-25 13:46:46 EDT (Wed, 25 Jul 2012)
@@ -70,7 +70,62 @@
</li>
<li>
<div>
- <span class="library">Hash:</span>
+ <span class="library">Chrono:</span>
+ <ul>
+ <li>
+ <div>
+ #6918
+ Boost Chrono compilation failure on HP uX due to undefined pthread_getcpuclockid.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6241
+ boost::chrono compilation problems without std::wstring support.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6987
+ Documentation & C++11.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7041
+ time_point.hpp depends on Boost.System.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7042
+ Avoiding time_point and duration dependency on time.h and CLOCK_REALTIME.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7058
+ Make it work when BOOST_NO_EXCEPTIONS is defined.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7069
+ Misspellings in clock_string<thread_clock>.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7081
+ WinError.h capitalization in boost/detail/win/basic_types.hpp.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Hash:</span>
<ul>
<li>
<div>
@@ -89,6 +144,85 @@
</li>
<li>
<div>
+ <span class="library">Ratio:</span>
+ <ul>
+ <li>
+ <div>
+ #7075
+ Workaround for error: the type of partial specialization template
+ parameter constant "n1" depends on another template parameter.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Thread:</span>
+ <ul>
+ <li>
+ <div>
+ #4258
+ Linking with boost thread does not work on mingw/gcc 4.5.
+ </div>
+ </li>
+ <li>
+ <div>
+ #4885
+ Access violation in set_tss_data at process exit due to invalid assumption
+ about TlsAlloc.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6931
+ mutex waits forwever with Intel Compiler and /debug:parallel
+ </div>
+ </li>
+ <li>
+ <div>
+ #7044
+ boost 1.50.0 header missing.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7052
+ Thread: BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only
+ masks thread::operator==, thread::operator!= forward declarations,
+ not definitions.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7066
+ An attempt to fix current_thread_tls_key static initialization order.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7074
+ Multiply defined symbol boost::allocator_arg.
+ </div>
+ </li>
+ <li>
+ <div>
+ #7078
+ Trivial 64-bit warning fix on Windows for thread attribute stack
+ size
+ </div>
+ </li>
+ <li>
+ <div>
+ #7089
+ BOOST_THREAD_WAIT_BUG limits functionality without solving anything
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
<span class="library">Unordered:</span>
<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