Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76738 - in website/public_html/live: feed feed/history generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-01-28 08:46:39


Author: danieljames
Date: 2012-01-28 08:46:38 EST (Sat, 28 Jan 2012)
New Revision: 76738
URL: http://svn.boost.org/trac/boost/changeset/76738

Log:
Website: Thread release notes.
Text files modified:
   website/public_html/live/feed/dev.rss | 175 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/feed/history/boost_1_49_0.qbk | 32 +++++++
   website/public_html/live/generated/state/feed-pages.txt | 8
   website/public_html/live/users/history/version_1_49_0.html | 175 ++++++++++++++++++++++++++++++++++++++++
   4 files changed, 385 insertions(+), 5 deletions(-)

Modified: website/public_html/live/feed/dev.rss
==============================================================================
--- website/public_html/live/feed/dev.rss (original)
+++ website/public_html/live/feed/dev.rss 2012-01-28 08:46:38 EST (Sat, 28 Jan 2012)
@@ -355,6 +355,181 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/thread">Thread</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed Bugs:
+ <ul>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/2309">#2309</a>
+ Lack of g++ symbol visibility support in Boost.Thread.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/2639">#2639</a>
+ documentation should be extended(defer_lock, try_to_lock, ...).
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/3639">#3639</a>
+ Boost.Thread doesn't build with Sun-5.9 on Linux.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/3762">#3762</a>
+ Thread can't be compiled with winscw (Codewarrior by Nokia).
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/3885">#3885</a>
+ document about mix usage of boost.thread and native thread
+ api.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/3975">#3975</a>
+ Incorrect precondition for promise::set_wait_callback().
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/4048">#4048</a>
+ thread::id formatting involves locale
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/4315">#4315</a>
+ gcc 4.4 Warning: inline ... declared as dllimport: attribute
+ ignored.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/4480">#4480</a>
+ OpenVMS patches for compiler issues workarounds.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/4819">#4819</a>
+ boost.thread's documentation misprints.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5040">#5040</a>
+ future.hpp in boost::thread does not compile with /clr.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5423">#5423</a>
+ thread issues with C++0x.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5502">#5502</a>
+ race condition between shared_mutex timed_lock and lock_shared.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5594">#5594</a>
+ boost::shared_mutex not fully compatible with Windows CE.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5617">#5617</a>
+ boost::thread::id copy ctor.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5739">#5739</a>
+ set-but-not-used warnings with gcc-4.6.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5826">#5826</a>
+ threads.cpp: resource leak on threads creation failure.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5839">#5839</a>
+ thread.cpp: ThreadProxy leaks on exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/5859">#5859</a>
+ win32 shared_mutex constructor leaks on exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/6100">#6100</a>
+ Compute hardware_concurrency() using get_nprocs() on GLIBC
+ systems.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/6141">#6141</a>
+ Compilation error when boost.thread and boost.move are used
+ together.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/6168">#6168</a>
+ recursive_mutex is using wrong config symbol (possible typo).
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/6175">#6175</a>
+ Compile error with SunStudio.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/6200">#6200</a>
+ patch to have condition_variable and mutex error better handle
+ EINTR.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/6207">#6207</a>
+ shared_lock swap compiler error on clang 3.0 c++11.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="http://svn.boost.org/trac/boost/ticket/6208">#6208</a>
+ try_lock_wrapper swap compiler error on clang 3.0 c++11.
+ </div>
+ </li>
+ </ul>
+ </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/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_49_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_49_0.qbk 2012-01-28 08:46:38 EST (Sat, 28 Jan 2012)
@@ -3,7 +3,7 @@
     [source-mode c++]
     [purpose Updated Libraries: Container, Geometry, Graph,
     Icl, Interprocess, Intrusive, Lexical Cast, Locale, Move,
- Property Tree, Spirit, Unordered, Uuid.
+ Property Tree, Spirit, Thread, Unordered, Uuid.
     ]
     [authors [Dawes, Beman]]
     [last-revision ]
@@ -163,6 +163,36 @@
     '[@/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html What's New]'
     section for details.
 
+* [phrase library..[@/libs/thread Thread]:]
+ * Fixed Bugs:
+ * [@http://svn.boost.org/trac/boost/ticket/2309 #2309] Lack of g++ symbol visibility support in Boost.Thread.
+ * [@http://svn.boost.org/trac/boost/ticket/2639 #2639] documentation should be extended(defer_lock, try_to_lock, ...).
+ * [@http://svn.boost.org/trac/boost/ticket/3639 #3639] Boost.Thread doesn't build with Sun-5.9 on Linux.
+ * [@http://svn.boost.org/trac/boost/ticket/3762 #3762] Thread can't be compiled with winscw (Codewarrior by Nokia).
+ * [@http://svn.boost.org/trac/boost/ticket/3885 #3885] document about mix usage of boost.thread and native thread api.
+ * [@http://svn.boost.org/trac/boost/ticket/3975 #3975] Incorrect precondition for promise::set_wait_callback().
+ * [@http://svn.boost.org/trac/boost/ticket/4048 #4048] thread::id formatting involves locale
+ * [@http://svn.boost.org/trac/boost/ticket/4315 #4315] gcc 4.4 Warning: inline ... declared as dllimport: attribute ignored.
+ * [@http://svn.boost.org/trac/boost/ticket/4480 #4480] OpenVMS patches for compiler issues workarounds.
+ * [@http://svn.boost.org/trac/boost/ticket/4819 #4819] boost.thread's documentation misprints.
+ * [@http://svn.boost.org/trac/boost/ticket/5040 #5040] future.hpp in boost::thread does not compile with /clr.
+ * [@http://svn.boost.org/trac/boost/ticket/5423 #5423] thread issues with C++0x.
+ * [@http://svn.boost.org/trac/boost/ticket/5502 #5502] race condition between shared_mutex timed_lock and lock_shared.
+ * [@http://svn.boost.org/trac/boost/ticket/5594 #5594] boost::shared_mutex not fully compatible with Windows CE.
+ * [@http://svn.boost.org/trac/boost/ticket/5617 #5617] boost::thread::id copy ctor.
+ * [@http://svn.boost.org/trac/boost/ticket/5739 #5739] set-but-not-used warnings with gcc-4.6.
+ * [@http://svn.boost.org/trac/boost/ticket/5826 #5826] threads.cpp: resource leak on threads creation failure.
+ * [@http://svn.boost.org/trac/boost/ticket/5839 #5839] thread.cpp: ThreadProxy leaks on exceptions.
+ * [@http://svn.boost.org/trac/boost/ticket/5859 #5859] win32 shared_mutex constructor leaks on exceptions.
+ * [@http://svn.boost.org/trac/boost/ticket/6100 #6100] Compute hardware_concurrency() using get_nprocs() on GLIBC systems.
+ * [@http://svn.boost.org/trac/boost/ticket/6141 #6141] Compilation error when boost.thread and boost.move are used together.
+ * [@http://svn.boost.org/trac/boost/ticket/6168 #6168] recursive_mutex is using wrong config symbol (possible typo).
+ * [@http://svn.boost.org/trac/boost/ticket/6175 #6175] Compile error with SunStudio.
+ * [@http://svn.boost.org/trac/boost/ticket/6200 #6200] patch to have condition_variable and mutex error better handle EINTR.
+ * [@http://svn.boost.org/trac/boost/ticket/6207 #6207] shared_lock swap compiler error on clang 3.0 c++11.
+ * [@http://svn.boost.org/trac/boost/ticket/6208 #6208] try_lock_wrapper swap compiler error on clang 3.0 c++11.
+
+
 * [phrase library..[@/libs/unordered Unordered]:]
   * On compilers without rvalue references, the containers are no longer
     movable by default, as move emulation was causing some odd quirks.

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-01-28 08:46:38 EST (Sat, 28 Jan 2012)
@@ -1836,7 +1836,7 @@
 -id
 "version_1_49_0
 -last_modified
-.1327566169.84
+.1327758371.9
 -location
 "users/history/version_1_49_0.html
 -page_state
@@ -1845,13 +1845,13 @@
 -purpose
 "
 " Updated Libraries: Container, Geometry, Graph, Icl, Interprocess, Intrusive,
-" Lexical Cast, Locale, Move, Property Tree, Spirit, Unordered, Uuid.
+" Lexical Cast, Locale, Move, Property Tree, Spirit, Thread, Unordered, Uuid.
 "
 -qbk_hash
-"5b56ee46e16781b164074cd5759a47c2a004c7b6e80b623c977e1ff3d6330185
+"9e5850233838b993d4a0a91b2af46b7db01a47628d2f740ddb116f37e0af4bab
 -release_status
 -rss_hash
-"05392912ee32d0619a111435620b76f8efbbe2f0c4c8734db95898cb89d57fe1
+"001d7260674fd676a5deba0a8e23adc7f73f9fd023503784b740a85a279f472e
 -title
 "Version 1.49.0
 -type

Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html (original)
+++ website/public_html/live/users/history/version_1_49_0.html 2012-01-28 08:46:38 EST (Sat, 28 Jan 2012)
@@ -394,6 +394,181 @@
       </li>
       <li>
         <div>
+ <span class="library">Thread:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed Bugs:
+ <ul>
+ <li>
+ <div>
+ #2309
+ Lack of g++ symbol visibility support in Boost.Thread.
+ </div>
+ </li>
+ <li>
+ <div>
+ #2639
+ documentation should be extended(defer_lock, try_to_lock, ...).
+ </div>
+ </li>
+ <li>
+ <div>
+ #3639
+ Boost.Thread doesn't build with Sun-5.9 on Linux.
+ </div>
+ </li>
+ <li>
+ <div>
+ #3762
+ Thread can't be compiled with winscw (Codewarrior by Nokia).
+ </div>
+ </li>
+ <li>
+ <div>
+ #3885
+ document about mix usage of boost.thread and native thread
+ api.
+ </div>
+ </li>
+ <li>
+ <div>
+ #3975
+ Incorrect precondition for promise::set_wait_callback().
+ </div>
+ </li>
+ <li>
+ <div>
+ #4048
+ thread::id formatting involves locale
+ </div>
+ </li>
+ <li>
+ <div>
+ #4315
+ gcc 4.4 Warning: inline ... declared as dllimport: attribute
+ ignored.
+ </div>
+ </li>
+ <li>
+ <div>
+ #4480
+ OpenVMS patches for compiler issues workarounds.
+ </div>
+ </li>
+ <li>
+ <div>
+ #4819
+ boost.thread's documentation misprints.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5040
+ future.hpp in boost::thread does not compile with /clr.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5423
+ thread issues with C++0x.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5502
+ race condition between shared_mutex timed_lock and lock_shared.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5594
+ boost::shared_mutex not fully compatible with Windows CE.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5617
+ boost::thread::id copy ctor.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5739
+ set-but-not-used warnings with gcc-4.6.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5826
+ threads.cpp: resource leak on threads creation failure.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5839
+ thread.cpp: ThreadProxy leaks on exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ #5859
+ win32 shared_mutex constructor leaks on exceptions.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6100
+ Compute hardware_concurrency() using get_nprocs() on GLIBC
+ systems.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6141
+ Compilation error when boost.thread and boost.move are used
+ together.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6168
+ recursive_mutex is using wrong config symbol (possible typo).
+ </div>
+ </li>
+ <li>
+ <div>
+ #6175
+ Compile error with SunStudio.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6200
+ patch to have condition_variable and mutex error better handle
+ EINTR.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6207
+ shared_lock swap compiler error on clang 3.0 c++11.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6208
+ try_lock_wrapper swap compiler error on clang 3.0 c++11.
+ </div>
+ </li>
+ </ul>
+ </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