Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79824 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-07-31 15:19:45


Author: danieljames
Date: 2012-07-31 15:19:45 EDT (Tue, 31 Jul 2012)
New Revision: 79824
URL: http://svn.boost.org/trac/boost/changeset/79824

Log:
Website: Graph release notes.
Text files modified:
   website/public_html/live/feed/history/boost_1_51_0.qbk | 15 ++++++++++
   website/public_html/live/generated/dev.rss | 55 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 6 ++--
   website/public_html/live/users/history/version_1_51_0.html | 55 ++++++++++++++++++++++++++++++++++++++++
   4 files changed, 128 insertions(+), 3 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-31 15:19:45 EDT (Tue, 31 Jul 2012)
@@ -71,6 +71,21 @@
   * [@http://svn.boost.org/trac/boost/ticket/7081 #7081] WinError.h
     capitalization in boost/detail/win/basic_types.hpp.
 
+* [phrase library..[@/libs/graph/ Graph]:]
+ * Refactored support for internal and bundled properties in
+ Boost.Graph-provided graph types, and cleaned up named parameter
+ functionality:
+ * Enabled old-style (non-bundled) internal properties in
+ `compressed_sparse_row_graph`.
+ * Bundled properties should work correctly for all graph types and
+ adaptors.
+ * Bugs fixed:
+ * [ticket 6993]: Typo Bundled Properties document
+ * [ticket 7002]: Problem with initialization of CSR bidirectional graph
+ * [ticket 7023]: Enclose internal type graphml_reader in anonymous
+ namespace
+ * Other bugs and warnings not in Trac
+
 * [phrase library..[@/libs/functional/hash/ Hash]:]
   * Support the standard smart pointers.
   * `hash_value` now implemented using SFINAE to avoid implicit casts to built

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-31 15:19:45 EDT (Tue, 31 Jul 2012)
@@ -121,6 +121,61 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/graph/">Graph</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Refactored support for internal and bundled properties in Boost.Graph-provided
+ graph types, and cleaned up named parameter functionality:
+ <ul>
+ <li>
+ <div>
+ Enabled old-style (non-bundled) internal properties in <code><span class="identifier">compressed_sparse_row_graph</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Bundled properties should work correctly for all graph types
+ and adaptors.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Bugs fixed:
+ <ul>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/6993">#6993</a>: Typo Bundled Properties document
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7002">#7002</a>: Problem with initialization of CSR bidirectional
+ graph
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7023">#7023</a>: Enclose internal type graphml_reader in anonymous
+ namespace
+ </div>
+ </li>
+ <li>
+ <div>
+ Other bugs and warnings not in Trac
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/functional/hash/">Hash</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-31 15:19:45 EDT (Tue, 31 Jul 2012)
@@ -1902,7 +1902,7 @@
 -id
 "version_1_51_0
 -last_modified
-.1343677530.31
+.1343762135.81
 -location
 "users/history/version_1_51_0.html
 -page_state
@@ -1913,11 +1913,11 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"9ddadf232a3e661135ebc3d79096a76d4708aafe5873884ecc39866da33c379a
+"59534d5ee679d24a25f64bfdc3e959c01188a6a9bff0b975f981b2414e6043ac
 -release_status
 "dev
 -rss_hash
-"d704b837f2f1730bcabaa83a7b69911222f9148ebcb28f2cd767512c389408a4
+"d3936c72d90ac420cb8180156ccd4aab71df5fa58aef4684f5ea652db7e462fd
 -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-31 15:19:45 EDT (Tue, 31 Jul 2012)
@@ -160,6 +160,61 @@
       </li>
       <li>
         <div>
+ <span class="library">Graph:</span>
+ <ul>
+ <li>
+ <div>
+ Refactored support for internal and bundled properties in Boost.Graph-provided
+ graph types, and cleaned up named parameter functionality:
+ <ul>
+ <li>
+ <div>
+ Enabled old-style (non-bundled) internal properties in <code><span class="identifier">compressed_sparse_row_graph</span></code>.
+ </div>
+ </li>
+ <li>
+ <div>
+ Bundled properties should work correctly for all graph types
+ and adaptors.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Bugs fixed:
+ <ul>
+ <li>
+ <div>
+ #6993: Typo Bundled Properties document
+ </div>
+ </li>
+ <li>
+ <div>
+ #7002: Problem with initialization of CSR bidirectional
+ graph
+ </div>
+ </li>
+ <li>
+ <div>
+ #7023: Enclose internal type graphml_reader in anonymous
+ namespace
+ </div>
+ </li>
+ <li>
+ <div>
+ Other bugs and warnings not in Trac
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Hash:</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