Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79714 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-07-24 02:54:20


Author: danieljames
Date: 2012-07-24 02:54:19 EDT (Tue, 24 Jul 2012)
New Revision: 79714
URL: http://svn.boost.org/trac/boost/changeset/79714

Log:
Website: Release notes for context, unordered, hash.

Text files modified:
   website/public_html/live/feed/history/boost_1_51_0.qbk | 14 ++++++++++++--
   website/public_html/live/generated/dev.rss | 38 ++++++++++++++++++++++++++++++++++++--
   website/public_html/live/generated/state/feed-pages.txt | 6 +++---
   website/public_html/live/users/history/version_1_51_0.html | 38 ++++++++++++++++++++++++++++++++++++--
   4 files changed, 87 insertions(+), 9 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-24 02:54:19 EDT (Tue, 24 Jul 2012)
@@ -47,13 +47,23 @@
 
 [section New Libraries]
 
-* /TODO/
+* [phrase library..[@/libs/context/ Context]:]
+ Context switching library, from Oliver Kowalke.
 
 [endsect]
 
 [section Updated Libraries]
 
-* /TODO/
+* [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/unordered/ Unordered]:]
+ * Fix construction/destruction issue when using a C++11 compiler with a
+ C++03 allocator ([@https://svn.boost.org/trac/boost/changeset/7100 #7100]).
+
+* /TODO/: This list is incomplete.
 
 [/
 

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-24 02:54:19 EDT (Tue, 24 Jul 2012)
@@ -14,7 +14,9 @@
     <ul>
       <li>
         <div>
- <em>TODO</em>
+ <span class="library"><a href="http://www.boost.org/libs/context/">Context</a>:</span>
+ Context switching library,
+ from Oliver Kowalke.
         </div>
       </li>
     </ul>
@@ -24,7 +26,39 @@
     <ul>
       <li>
         <div>
- <em>TODO</em>
+ <span class="library"><a href="http://www.boost.org/libs/functional/hash">Hash</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Support the standard smart pointers.
+ </div>
+ </li>
+ <li>
+ <div>
+ <code><span class="identifier">hash_value</span></code> now implemented
+ using SFINAE to avoid implicit casts to built in types when calling
+ it.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/libs/unordered/">Unordered</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fix construction/destruction issue when using a C++11 compiler with
+ a C++03 allocator (<a href="https://svn.boost.org/trac/boost/changeset/7100">#7100</a>).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>TODO</em>: This list is incomplete.
         </div>
       </li>
     </ul>

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-24 02:54:19 EDT (Tue, 24 Jul 2012)
@@ -1902,7 +1902,7 @@
 -id
 "version_1_51_0
 -last_modified
-.1341264406.34
+.1343112812.14
 -location
 "users/history/version_1_51_0.html
 -page_state
@@ -1913,11 +1913,11 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"7b06f3caf356acee6be2c71143d2fa9c3d7978a4f6529c721513ba6fa470a18d
+"66c03d1af5fce3e3df9c8ef83d057445aa7cbd1c5da124a8ec0ba4bb3d025ed3
 -release_status
 "dev
 -rss_hash
-"0d6dc4c3a64067e6e71b8ec401c5e24fda1cee1371155e999344663d7d808d28
+"4d5eeb0bddb1998fd7037b750ddc9d16d8d257ccfd1255d7820f74939333720c
 -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-24 02:54:19 EDT (Tue, 24 Jul 2012)
@@ -53,7 +53,9 @@
     <ul>
       <li>
         <div>
- <em>TODO</em>
+ <span class="library">Context:</span>
+ Context switching library,
+ from Oliver Kowalke.
         </div>
       </li>
     </ul>
@@ -63,7 +65,39 @@
     <ul>
       <li>
         <div>
- <em>TODO</em>
+ <span class="library">Hash:</span>
+ <ul>
+ <li>
+ <div>
+ Support the standard smart pointers.
+ </div>
+ </li>
+ <li>
+ <div>
+ <code><span class="identifier">hash_value</span></code> now implemented
+ using SFINAE to avoid implicit casts to built in types when calling
+ it.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Unordered:</span>
+ <ul>
+ <li>
+ <div>
+ Fix construction/destruction issue when using a C++11 compiler with
+ a C++03 allocator (#7100).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>TODO</em>: This list is incomplete.
         </div>
       </li>
     </ul>


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