Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84905 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-06-26 13:34:38


Author: danieljames
Date: 2013-06-26 13:34:37 EDT (Wed, 26 Jun 2013)
New Revision: 84905
URL: http://svn.boost.org/trac/boost/changeset/84905

Log:
Range release notes.

Text files modified:
   website/public_html/live/feed/history/boost_1_54_0.qbk | 12 ++++++++
   website/public_html/live/generated/dev.rss | 51 ++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/download-items.html | 4 +-
   website/public_html/live/generated/state/feed-pages.txt | 8 +++---
   website/public_html/live/generated/state/rss-items.txt | 53 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/users/history/version_1_54_0.html | 51 ++++++++++++++++++++++++++++++++++++++
   6 files changed, 171 insertions(+), 8 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk Tue Jun 25 13:48:04 2013 (r84904)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-06-26 13:34:37 EDT (Wed, 26 Jun 2013) (r84905)
@@ -6,7 +6,7 @@
         New Libraries: Log, TTI, Type Erasure.
         Updated Libraries: Accumulators, Algorithm, Any, Asio, Chrono, Circular Buffer, Container, Context,
         Coroutine, Geometry, Graph, Interprocess, Intrusive, Iostreams, Lexical Cast,
- Math, Meta State Machine, Move, Multiprecision, Polygon, Property Map,
+ Math, Meta State Machine, Move, Multiprecision, Polygon, Property Map, Range,
         Thread, Type Traits, uBLAS, Unordered, Utility, Variant, Wave, xpressive
         Deprecated Library: Signals.
     ]
@@ -337,6 +337,16 @@
 * [phrase library..[@/libs/property_map/ PropertyMap]:]
   * Added `compose_property_map` from Guillaume Pinot.
 
+* [phrase library..[@/libs/range/ Range]:]
+ * ['Bug fixes:]
+ * [ticket 6944] Some Range concepts use the incorrect Iterator concept
+ * [ticket 7407] istream_range does not compile with wcin
+ * [ticket 7408] istream_range should not pull istream
+ * [ticket 7731] irange doesn't end iteration properly when step_size is 3 or more
+ * [ticket 7827] [range] cant compile r | indexed to range algorithm
+ * [ticket 8338] Iterator range does not work with pointer to array as iterator
+ * [ticket 8453] Incorrect configuration macro BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION
+
 * [phrase library..[@/libs/signals/ Signals]:]
   * No longer actively maintained, so it is deprecated.
     Use [@/libs/signals2 Signals2] for new development.

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss Tue Jun 25 13:48:04 2013 (r84904)
+++ website/public_html/live/generated/dev.rss 2013-06-26 13:34:37 EDT (Wed, 26 Jun 2013) (r84905)
@@ -1032,6 +1032,57 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/range/">Range</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Bug fixes:</em>
+ <ul>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/6944">#6944</a> Some Range concepts use the incorrect Iterator concept
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7407">#7407</a> istream_range does not compile with wcin
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7408">#7408</a> istream_range should not pull istream
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7731">#7731</a> irange doesn't end iteration properly when step_size
+ is 3 or more
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7827">#7827</a> [range] cant compile r | indexed to range algorithm
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/8338">#8338</a> Iterator range does not work with pointer to array
+ as iterator
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/8453">#8453</a> Incorrect configuration macro BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/doc/libs/1_54_0_beta1/libs/signals/">Signals</a>:</span>
           <ul>
             <li>

Modified: website/public_html/live/generated/download-items.html
==============================================================================
--- website/public_html/live/generated/download-items.html Tue Jun 25 13:48:04 2013 (r84904)
+++ website/public_html/live/generated/download-items.html 2013-06-26 13:34:37 EDT (Wed, 26 Jun 2013) (r84905)
@@ -35,8 +35,8 @@
       Changes to supported CPUs. New Libraries: Log, TTI, Type Erasure. Updated Libraries:
       Accumulators, Algorithm, Any, Asio, Chrono, Circular Buffer, Container, Context,
       Coroutine, Geometry, Graph, Interprocess, Intrusive, Iostreams, Lexical Cast,
- Math, Meta State Machine, Move, Multiprecision, Polygon, Property Map, Thread,
- Type Traits, uBLAS, Unordered, Utility, Variant, Wave, xpressive Deprecated
+ Math, Meta State Machine, Move, Multiprecision, Polygon, Property Map, Range,
+ Thread, Type Traits, uBLAS, Unordered, Utility, Variant, Wave, xpressive Deprecated
       Library: Signals.
 </span></span></p>
 

Modified: website/public_html/live/generated/state/feed-pages.txt
==============================================================================
--- website/public_html/live/generated/state/feed-pages.txt Tue Jun 25 13:48:04 2013 (r84904)
+++ website/public_html/live/generated/state/feed-pages.txt 2013-06-26 13:34:37 EDT (Wed, 26 Jun 2013) (r84905)
@@ -2006,7 +2006,7 @@
 -id
 "version_1_54_0
 -last_modified
-.1371763908.12
+.1372267924.39
 -location
 "users/history/version_1_54_0.html
 -notice
@@ -2019,12 +2019,12 @@
 " Changes to supported CPUs. New Libraries: Log, TTI, Type Erasure. Updated Libraries:
 " Accumulators, Algorithm, Any, Asio, Chrono, Circular Buffer, Container, Context,
 " Coroutine, Geometry, Graph, Interprocess, Intrusive, Iostreams, Lexical Cast,
-" Math, Meta State Machine, Move, Multiprecision, Polygon, Property Map, Thread,
-" Type Traits, uBLAS, Unordered, Utility, Variant, Wave, xpressive Deprecated
+" Math, Meta State Machine, Move, Multiprecision, Polygon, Property Map, Range,
+" Thread, Type Traits, uBLAS, Unordered, Utility, Variant, Wave, xpressive Deprecated
 " Library: Signals.
 "
 -qbk_hash
-"779f2eb5d1955d136c0812bfcaa4fc95359d35eefc0d19a08d7349f2dd25db9f
+"f4611ccf0c8b3cea8f65ad8042d3fb00bee508b306e646e5b34b025bedafa6ed
 -release_status
 "beta
 -title

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt Tue Jun 25 13:48:04 2013 (r84904)
+++ website/public_html/live/generated/state/rss-items.txt 2013-06-26 13:34:37 EDT (Wed, 26 Jun 2013) (r84905)
@@ -19656,6 +19656,57 @@
 " &lt;/li&gt;
 " &lt;li&gt;
 " &lt;div&gt;
+" &lt;span class=&quot;library&quot;&gt;&lt;a href=&quot;http://www.boost.org/doc/libs/1_54_0_beta1/libs/range/&quot;&gt;Range&lt;/a&gt;:&lt;/span&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;em&gt;Bug fixes:&lt;/em&gt;
+" &lt;ul&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/6944&quot;&gt;#6944&lt;/a&gt; Some Range concepts use the incorrect Iterator concept
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7407&quot;&gt;#7407&lt;/a&gt; istream_range does not compile with wcin
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7408&quot;&gt;#7408&lt;/a&gt; istream_range should not pull istream
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7731&quot;&gt;#7731&lt;/a&gt; irange doesn't end iteration properly when step_size
+" is 3 or more
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/7827&quot;&gt;#7827&lt;/a&gt; [range] cant compile r | indexed to range algorithm
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8338&quot;&gt;#8338&lt;/a&gt; Iterator range does not work with pointer to array
+" as iterator
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;li&gt;
+" &lt;div&gt;
+" &lt;a href=&quot;https://svn.boost.org/trac/boost/ticket/8453&quot;&gt;#8453&lt;/a&gt; Incorrect configuration macro BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION
+" &lt;/div&gt;
+" &lt;/li&gt;
+" &lt;/ul&gt;
+" &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/doc/libs/1_54_0_beta1/libs/signals/&quot;&gt;Signals&lt;/a&gt;:&lt;/span&gt;
 " &lt;ul&gt;
 " &lt;li&gt;
@@ -20250,7 +20301,7 @@
 " &lt;/div&gt;
 "</description></item>
 -last_modified
-.1371763908.12
+.1372267924.39
 -quickbook
 "feed/history/boost_1_54_0.qbk
 )

Modified: website/public_html/live/users/history/version_1_54_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_54_0.html Tue Jun 25 13:48:04 2013 (r84904)
+++ website/public_html/live/users/history/version_1_54_0.html 2013-06-26 13:34:37 EDT (Wed, 26 Jun 2013) (r84905)
@@ -1068,6 +1068,57 @@
       </li>
       <li>
         <div>
+ <span class="library">Range:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Bug fixes:</em>
+ <ul>
+ <li>
+ <div>
+ #6944 Some Range concepts use the incorrect Iterator concept
+ </div>
+ </li>
+ <li>
+ <div>
+ #7407 istream_range does not compile with wcin
+ </div>
+ </li>
+ <li>
+ <div>
+ #7408 istream_range should not pull istream
+ </div>
+ </li>
+ <li>
+ <div>
+ #7731 irange doesn't end iteration properly when step_size
+ is 3 or more
+ </div>
+ </li>
+ <li>
+ <div>
+ #7827 [range] cant compile r | indexed to range algorithm
+ </div>
+ </li>
+ <li>
+ <div>
+ #8338 Iterator range does not work with pointer to array
+ as iterator
+ </div>
+ </li>
+ <li>
+ <div>
+ #8453 Incorrect configuration macro BOOST_NO_PARTIAL_TEMPLATE_SPECIALIZATION
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Signals:</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