Boost logo

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 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
- &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/functional/hash&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/chrono/&quot;&gt;Chrono&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6918&quot;&gt;#6918&lt;/a&gt;
+ Boost Chrono compilation failure on HP uX due to undefined pthread_getcpuclockid.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6241&quot;&gt;#6241&lt;/a&gt;
+ boost::chrono compilation problems without std::wstring support.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6987&quot;&gt;#6987&lt;/a&gt;
+ Documentation &amp;amp; C++11.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7041&quot;&gt;#7041&lt;/a&gt;
+ time_point.hpp depends on Boost.System.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7042&quot;&gt;#7042&lt;/a&gt;
+ Avoiding time_point and duration dependency on time.h and CLOCK_REALTIME.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7058&quot;&gt;#7058&lt;/a&gt;
+ Make it work when BOOST_NO_EXCEPTIONS is defined.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7069&quot;&gt;#7069&lt;/a&gt;
+ Misspellings in clock_string&amp;lt;thread_clock&amp;gt;.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7081&quot;&gt;#7081&lt;/a&gt;
+ WinError.h capitalization in boost/detail/win/basic_types.hpp.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/functional/hash/&quot;&gt;Hash&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;
               &lt;div&gt;
@@ -50,6 +105,85 @@
       &lt;/li&gt;
       &lt;li&gt;
         &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/ratio/&quot;&gt;Ratio&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7075&quot;&gt;#7075&lt;/a&gt;
+ Workaround for error: the type of partial specialization template
+ parameter constant &amp;quot;n1&amp;quot; depends on another template parameter.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/thread/&quot;&gt;Thread&lt;/a&gt;:&lt;/span&gt;
+ &lt;ul&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4258&quot;&gt;#4258&lt;/a&gt;
+ Linking with boost thread does not work on mingw/gcc 4.5.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/4885&quot;&gt;#4885&lt;/a&gt;
+ Access violation in set_tss_data at process exit due to invalid assumption
+ about TlsAlloc.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/6931&quot;&gt;#6931&lt;/a&gt;
+ mutex waits forwever with Intel Compiler and /debug:parallel
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7044&quot;&gt;#7044&lt;/a&gt;
+ boost 1.50.0 header missing.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7052&quot;&gt;#7052&lt;/a&gt;
+ Thread: BOOST_THREAD_PROVIDES_DEPRECATED_FEATURES_SINCE_V3_0_0 only
+ masks thread::operator==, thread::operator!= forward declarations,
+ not definitions.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7066&quot;&gt;#7066&lt;/a&gt;
+ An attempt to fix current_thread_tls_key static initialization order.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7074&quot;&gt;#7074&lt;/a&gt;
+ Multiply defined symbol boost::allocator_arg.
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7078&quot;&gt;#7078&lt;/a&gt;
+ Trivial 64-bit warning fix on Windows for thread attribute stack
+ size
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
+ &lt;a href=&quot;http://svn.boost.org/trac/boost/ticket/7089&quot;&gt;#7089&lt;/a&gt;
+ BOOST_THREAD_WAIT_BUG limits functionality without solving anything
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;/ul&gt;
+ &lt;/div&gt;
+ &lt;/li&gt;
+ &lt;li&gt;
+ &lt;div&gt;
           &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/libs/unordered/&quot;&gt;Unordered&lt;/a&gt;:&lt;/span&gt;
           &lt;ul&gt;
             &lt;li&gt;

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 &amp; 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&lt;thread_clock&gt;.
+ </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 &quot;n1&quot; 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