Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r80793 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-09-30 16:07:55


Author: danieljames
Date: 2012-09-30 16:07:54 EDT (Sun, 30 Sep 2012)
New Revision: 80793
URL: http://svn.boost.org/trac/boost/changeset/80793

Log:
Website: uBLAS release notes.
Text files modified:
   website/public_html/live/feed/history/boost_1_52_0.qbk | 8 ++++-
   website/public_html/live/generated/dev.rss | 60 ++++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 8 ++--
   website/public_html/live/users/history/version_1_52_0.html | 60 ++++++++++++++++++++++++++++++++++++++++
   4 files changed, 130 insertions(+), 6 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_52_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_52_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_52_0.qbk 2012-09-30 16:07:54 EDT (Sun, 30 Sep 2012)
@@ -83,9 +83,9 @@
   * Fixed compilation issues.
 
 * [phrase library..[@/libs/thread/index.html Thread]:]
- [*Deprecated Features]: Deprecated features since boost 1.50 available only until boost 1.55. These deprecated features will be provided by default up to boost 1.52. If you don't want to include the deprecated features you could define BOOST_THREAD_DONT_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0. Since 1.53 these features will not be included any more by default. Since this version, if you want to include the deprecated features yet you could define BOOST_THREAD_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0. These deprecated features will be only available until boost 1.55, that is you have yet 1 year to move to the new features.
+ * [*Deprecated Features]: Deprecated features since boost 1.50 available only until boost 1.55. These deprecated features will be provided by default up to boost 1.52. If you don't want to include the deprecated features you could define BOOST_THREAD_DONT_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0. Since 1.53 these features will not be included any more by default. Since this version, if you want to include the deprecated features yet you could define BOOST_THREAD_PROVIDE_DEPRECATED_FEATURES_SINCE_V3_0_0. These deprecated features will be only available until boost 1.55, that is you have yet 1 year to move to the new features.
     * Time related functions don't using the Boost.Chrono library, use the chrono overloads instead.
- Breaking changes when `BOOST_THREAD_VERSION==3` (Default value since Boost 1.53):
+ * Breaking changes when `BOOST_THREAD_VERSION==3` (Default value since Boost 1.53):
     There are some new features which share the same interface but with different behavior. These breaking features are provided by default when BOOST_THREAD_VERSION is 3, but the user can however choose the version 2 behavior by defining the corresponding macro. As for the deprecated features, these broken features will be only available until boost 1.55.
     * [ticket 6229] C++11 compliance & Breaking change: Rename the unique_future to future following the c++11.
     * [ticket 6266] C++11 compliance & Breaking change: thread destructor should call terminate if joinable.
@@ -113,6 +113,10 @@
     * [ticket 7349] `packaged_task` holds reference to temporary.
     * [ticket 7350] `allocator_destructor` does not destroy object
 
+* [phrase library..[@/libs/numeric/ublas/ uBLAS]:]
+ * improved performance of inplace_solve (issue [ticket 4024])
+ * fixed coordinate_matrix for use with gcc 4.7 (issue [ticket 7363])
+
 * [phrase library..[@/libs/unordered/ Unordered]:]
   * In assignment, reuse existing nodes where possible.
   * Some work on the implementation.

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2012-09-30 16:07:54 EDT (Sun, 30 Sep 2012)
@@ -166,6 +166,49 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/iterator/">Iterator</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed:
+ <ul>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/5825">#5825</a> constructing function_input_iterator without consuming
+ an item
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7194">#7194</a> Error in documentation of make_function_input_iterator
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Breaking changes:</em>
+ <ul>
+ <li>
+ <div>
+ Due to the fix for <a href="https://svn.boost.org/trac/boost/ticket/5825">#5825</a>, a function_input_iterator will
+ no longer make unnecessary invokations to the wrapped nullary
+ function. For example, constructing an end iterator will now
+ not trigger an invokation; and dereferencing-and-incrementing
+ an iterator N times will trigger N invokations, not N+1 as
+ before. User code that relied on the old behavior will need
+ to be adjusted.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/polygon/">Polygon</a>:</span>
           <ul>
             <li>
@@ -371,6 +414,23 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/numeric/ublas/">uBLAS</a>:</span>
+ <ul>
+ <li>
+ <div>
+ improved performance of inplace_solve (issue <a href="https://svn.boost.org/trac/boost/ticket/4024">#4024</a>)
+ </div>
+ </li>
+ <li>
+ <div>
+ fixed coordinate_matrix for use with gcc 4.7 (issue <a href="https://svn.boost.org/trac/boost/ticket/7363">#7363</a>)
+ </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-09-30 16:07:54 EDT (Sun, 30 Sep 2012)
@@ -1934,7 +1934,7 @@
 -id
 "version_1_52_0
 -last_modified
-.1349021028.97
+.1349035577.64
 -location
 "users/history/version_1_52_0.html
 -page_state
@@ -1942,14 +1942,14 @@
 "In Progress
 -purpose
 "
-" Updated Libraries: Graph
+" Updated Libraries: Graph, Iterator
 "
 -qbk_hash
-"05241d45b3e428c7e2775255334ec9a359ae375eef1b5d64f97f044df41bc70e
+"382bd73d933788d26d3205aa77916489edd6403a4b7c3de78b89ba316297d0f7
 -release_status
 "dev
 -rss_hash
-"e7ab276fdc01259e956b15a86c944af7410fe1496ec0b8d0c0f4efc98b3fc1bf
+"831d06a50cddec75178bd5f88e9033e55dc048002d8ab4b2b2c637966a8f8e7e
 -title
 "Version 1.52.0
 -type

Modified: website/public_html/live/users/history/version_1_52_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_52_0.html (original)
+++ website/public_html/live/users/history/version_1_52_0.html 2012-09-30 16:07:54 EDT (Sun, 30 Sep 2012)
@@ -203,6 +203,49 @@
       </li>
       <li>
         <div>
+ <span class="library">Iterator:</span>
+ <ul>
+ <li>
+ <div>
+ Fixed:
+ <ul>
+ <li>
+ <div>
+ #5825 constructing function_input_iterator without consuming
+ an item
+ </div>
+ </li>
+ <li>
+ <div>
+ #7194 Error in documentation of make_function_input_iterator
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Breaking changes:</em>
+ <ul>
+ <li>
+ <div>
+ Due to the fix for #5825, a function_input_iterator will
+ no longer make unnecessary invokations to the wrapped nullary
+ function. For example, constructing an end iterator will now
+ not trigger an invokation; and dereferencing-and-incrementing
+ an iterator N times will trigger N invokations, not N+1 as
+ before. User code that relied on the old behavior will need
+ to be adjusted.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Polygon:</span>
           <ul>
             <li>
@@ -408,6 +451,23 @@
       </li>
       <li>
         <div>
+ <span class="library">uBLAS:</span>
+ <ul>
+ <li>
+ <div>
+ improved performance of inplace_solve (issue #4024)
+ </div>
+ </li>
+ <li>
+ <div>
+ fixed coordinate_matrix for use with gcc 4.7 (issue #7363)
+ </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