Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r84516 - in website/public_html/live: feed/history generated generated/state users/history
From: dnljms_at_[hidden]
Date: 2013-05-26 14:25:00


Author: danieljames
Date: 2013-05-26 14:24:59 EDT (Sun, 26 May 2013)
New Revision: 84516
URL: http://svn.boost.org/trac/boost/changeset/84516

Log:
Iostreams and Graph release notes.
Text files modified:
   website/public_html/live/feed/history/boost_1_54_0.qbk | 28 ++++++
   website/public_html/live/generated/dev.rss | 168 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/generated/state/feed-pages.txt | 9 +
   website/public_html/live/generated/state/rss-items.txt | 170 +++++++++++++++++++++++++++++++++++++++
   website/public_html/live/users/history/version_1_54_0.html | 168 +++++++++++++++++++++++++++++++++++++++
   5 files changed, 537 insertions(+), 6 deletions(-)

Modified: website/public_html/live/feed/history/boost_1_54_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_54_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_54_0.qbk 2013-05-26 14:24:59 EDT (Sun, 26 May 2013)
@@ -4,7 +4,7 @@
     [purpose
         New Libraries: Log, TTI, Type Erasure.
         Updated Libraries: Algorithm, Any, Chrono, Circular Buffer, Context,
- Coroutine, Graph, Lexical Cast, Math, Multiprecision, Property Map,
+ Coroutine, Graph, Iostreams, Lexical Cast, Math, Multiprecision, Property Map,
         Thread, Type Traits, Unordered, Utility, Variant, Wave
     ]
     [authors [Clow, Marshall]]
@@ -128,6 +128,32 @@
   * Added timeout support from Brammert Ottens to resource-constrained shortest paths (r_c_shortest_paths) algorithm.
   * Various fixes to documentation and examples and removal of outdated compiler workarounds.
 
+* [phrase library..[@/libs/iostreams/ Iostreams]:]
+ * `tee` now works correctly for std::streams ([ticket 8315]).
+ * Documentation fixes ([ticket 8385], [ticket 8460]).
+ * Avoid warning from Clang's `-Wimplicit-fallthrough` ([ticket 8482]).
+
+* [phrase library..[@/libs/geometry/ Geometry]:]
+ * ['Additional functionality]
+ * added Spatial Index, developed for Boost.Geometry by Adam Wulkiewicz. The spatial index was originally started by Federico J. Fernandez during the Google Summer of Code 2008 program, mentored by Hartmut Kaiser.
+ * added SVG-output, this was already in extensions for several years
+ * ['Documentation]
+ * small fixes of missing words
+ * ['Bugfixes]
+ * collinear opposite segments did sometimes (in circles) have a robustness issue, fixed
+ * fixed insertion of false intersection point (found by buffer)
+ * applied patch of Vladimir Petrovic for debugging traversals
+ * ['Solved tickets]
+ * [@https://svn.boost.org/trac/boost/ticket/7462 7462] degenerate union result for float, fixed
+ * [@https://svn.boost.org/trac/boost/ticket/7465 7465] wrong construtors access type in scale_transformer class, fixed
+ * [@https://svn.boost.org/trac/boost/ticket/7802 7802] cart_intersect.hpp unused parameter warnings, fixed
+ * [@https://svn.boost.org/trac/boost/ticket/8254 8254] faulty intersection, fixed
+ * [@https://svn.boost.org/trac/boost/ticket/8393 8393] polygon model doesn't adhere to stated Polygon concept rules, doc updated.
+ * [@https://svn.boost.org/trac/boost/ticket/8403 8403] silenced compiler warning C4127: conditional expression is constant
+ * [@https://svn.boost.org/trac/boost/ticket/8405 8405] silenced compiler warning C4189: '...' : local variable is initialized but not referenced
+ * ['Internal changes]
+ * Made several algorithms variant-aware (append, area, clear, convert, equals, length, num_points)
+
 * [phrase library..[@/libs/conversion/lexical_cast.htm Lexical cast]:]
   * Converting to character pointer now triggers compile time assert
     instead of runtime [ticket 8334].

Modified: website/public_html/live/generated/dev.rss
==============================================================================
--- website/public_html/live/generated/dev.rss (original)
+++ website/public_html/live/generated/dev.rss 2013-05-26 14:24:59 EDT (Sun, 26 May 2013)
@@ -329,6 +329,157 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/iostreams/">Iostreams</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <code><span class="identifier">tee</span></code> now works correctly
+ for std::streams (<a href="https://svn.boost.org/trac/boost/ticket/8315">#8315</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/8385">#8385</a>, <a href="https://svn.boost.org/trac/boost/ticket/8460">#8460</a>).
+ </div>
+ </li>
+ <li>
+ <div>
+ Avoid warning from Clang's <code><span class="special">-</span><span class="identifier">Wimplicit</span><span class="special">-</span><span class="identifier">fallthrough</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/8482">#8482</a>).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library"><a href="http://www.boost.org/libs/geometry/">Geometry</a>:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Additional functionality</em>
+ <ul>
+ <li>
+ <div>
+ added Spatial Index, developed for Boost.Geometry by Adam Wulkiewicz.
+ The spatial index was originally started by Federico J. Fernandez
+ during the Google Summer of Code 2008 program, mentored by
+ Hartmut Kaiser.
+ </div>
+ </li>
+ <li>
+ <div>
+ added SVG-output, this was already in extensions for several
+ years
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Documentation</em>
+ <ul>
+ <li>
+ <div>
+ small fixes of missing words
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Bugfixes</em>
+ <ul>
+ <li>
+ <div>
+ collinear opposite segments did sometimes (in circles) have
+ a robustness issue, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ fixed insertion of false intersection point (found by buffer)
+ </div>
+ </li>
+ <li>
+ <div>
+ applied patch of Vladimir Petrovic for debugging traversals
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Solved tickets</em>
+ <ul>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7462">7462</a>
+ degenerate union result for float, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7465">7465</a>
+ wrong construtors access type in scale_transformer class, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/7802">7802</a>
+ cart_intersect.hpp unused parameter warnings, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/8254">8254</a>
+ faulty intersection, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/8393">8393</a>
+ polygon model doesn't adhere to stated Polygon concept rules,
+ doc updated.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/8403">8403</a>
+ silenced compiler warning C4127: conditional expression is
+ constant
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/8405">8405</a>
+ silenced compiler warning C4189: '...' : local variable is
+ initialized but not referenced
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Internal changes</em>
+ <ul>
+ <li>
+ <div>
+ Made several algorithms variant-aware (append, area, clear,
+ convert, equals, length, num_points)
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/conversion/lexical_cast.htm">Lexical cast</a>:</span>
           <ul>
             <li>
@@ -511,6 +662,23 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/polygon/">Polygon</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Updates and fixes to the Voronoi documentation.
+ </div>
+ </li>
+ <li>
+ <div>
+ Bugs fixed from Trac: <a href="https://svn.boost.org/trac/boost/ticket/8026">#8026</a>, <a href="https://svn.boost.org/trac/boost/ticket/8197">#8197</a>, <a href="https://svn.boost.org/trac/boost/ticket/8257">#8257</a>.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/property_map/">PropertyMap</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 2013-05-26 14:24:59 EDT (Sun, 26 May 2013)
@@ -2004,7 +2004,7 @@
 -id
 "version_1_54_0
 -last_modified
-.1369500406.87
+.1369592518.3
 -location
 "users/history/version_1_54_0.html
 -notice
@@ -2015,11 +2015,12 @@
 -purpose
 "
 " New Libraries: Log, TTI, Type Erasure. Updated Libraries: Algorithm, Any, Chrono,
-" Circular Buffer, Context, Coroutine, Graph, Lexical Cast, Math, Multiprecision,
-" Property Map, Thread, Type Traits, Unordered, Utility, Variant, Wave
+" Circular Buffer, Context, Coroutine, Graph, Iostreams, Lexical Cast, Math,
+" Multiprecision, Property Map, Thread, Type Traits, Unordered, Utility, Variant,
+" Wave
 "
 -qbk_hash
-"b8fef5027ce87e60d419e7806dfcb8aaa6c5c309ba1ae426ff97f5cd1f8bc251
+"08bdb1ebe7fcd5ac6b7000be773dc70623bb99cd2e8f12176426b53ebcf31787
 -release_status
 "dev
 -title

Modified: website/public_html/live/generated/state/rss-items.txt
==============================================================================
--- website/public_html/live/generated/state/rss-items.txt (original)
+++ website/public_html/live/generated/state/rss-items.txt 2013-05-26 14:24:59 EDT (Sun, 26 May 2013)
@@ -18953,6 +18953,157 @@
 " </li>
 " <li>
 " <div>
+" <span class="library"><a href="http://www.boost.org/libs/iostreams/">Iostreams</a>:</span>
+" <ul>
+" <li>
+" <div>
+" <code><span class="identifier">tee</span></code> now works correctly
+" for std::streams (<a href="https://svn.boost.org/trac/boost/ticket/8315">#8315</a>).
+" </div>
+" </li>
+" <li>
+" <div>
+" Documentation fixes (<a href="https://svn.boost.org/trac/boost/ticket/8385">#8385</a>, <a href="https://svn.boost.org/trac/boost/ticket/8460">#8460</a>).
+" </div>
+" </li>
+" <li>
+" <div>
+" Avoid warning from Clang's <code><span class="special">-</span><span class="identifier">Wimplicit</span><span class="special">-</span><span class="identifier">fallthrough</span></code> (<a href="https://svn.boost.org/trac/boost/ticket/8482">#8482</a>).
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" <li>
+" <div>
+" <span class="library"><a href="http://www.boost.org/libs/geometry/">Geometry</a>:</span>
+" <ul>
+" <li>
+" <div>
+" <em>Additional functionality</em>
+" <ul>
+" <li>
+" <div>
+" added Spatial Index, developed for Boost.Geometry by Adam Wulkiewicz.
+" The spatial index was originally started by Federico J. Fernandez
+" during the Google Summer of Code 2008 program, mentored by
+" Hartmut Kaiser.
+" </div>
+" </li>
+" <li>
+" <div>
+" added SVG-output, this was already in extensions for several
+" years
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" <li>
+" <div>
+" <em>Documentation</em>
+" <ul>
+" <li>
+" <div>
+" small fixes of missing words
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" <li>
+" <div>
+" <em>Bugfixes</em>
+" <ul>
+" <li>
+" <div>
+" collinear opposite segments did sometimes (in circles) have
+" a robustness issue, fixed
+" </div>
+" </li>
+" <li>
+" <div>
+" fixed insertion of false intersection point (found by buffer)
+" </div>
+" </li>
+" <li>
+" <div>
+" applied patch of Vladimir Petrovic for debugging traversals
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" <li>
+" <div>
+" <em>Solved tickets</em>
+" <ul>
+" <li>
+" <div>
+" <a href="https://svn.boost.org/trac/boost/ticket/7462">7462</a>
+" degenerate union result for float, fixed
+" </div>
+" </li>
+" <li>
+" <div>
+" <a href="https://svn.boost.org/trac/boost/ticket/7465">7465</a>
+" wrong construtors access type in scale_transformer class, fixed
+" </div>
+" </li>
+" <li>
+" <div>
+" <a href="https://svn.boost.org/trac/boost/ticket/7802">7802</a>
+" cart_intersect.hpp unused parameter warnings, fixed
+" </div>
+" </li>
+" <li>
+" <div>
+" <a href="https://svn.boost.org/trac/boost/ticket/8254">8254</a>
+" faulty intersection, fixed
+" </div>
+" </li>
+" <li>
+" <div>
+" <a href="https://svn.boost.org/trac/boost/ticket/8393">8393</a>
+" polygon model doesn't adhere to stated Polygon concept rules,
+" doc updated.
+" </div>
+" </li>
+" <li>
+" <div>
+" <a href="https://svn.boost.org/trac/boost/ticket/8403">8403</a>
+" silenced compiler warning C4127: conditional expression is
+" constant
+" </div>
+" </li>
+" <li>
+" <div>
+" <a href="https://svn.boost.org/trac/boost/ticket/8405">8405</a>
+" silenced compiler warning C4189: '...' : local variable is
+" initialized but not referenced
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" <li>
+" <div>
+" <em>Internal changes</em>
+" <ul>
+" <li>
+" <div>
+" Made several algorithms variant-aware (append, area, clear,
+" convert, equals, length, num_points)
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" <li>
+" <div>
 " <span class="library"><a href="http://www.boost.org/libs/conversion/lexical_cast.htm">Lexical cast</a>:</span>
 " <ul>
 " <li>
@@ -19135,6 +19286,23 @@
 " </li>
 " <li>
 " <div>
+" <span class="library"><a href="http://www.boost.org/libs/polygon/">Polygon</a>:</span>
+" <ul>
+" <li>
+" <div>
+" Updates and fixes to the Voronoi documentation.
+" </div>
+" </li>
+" <li>
+" <div>
+" Bugs fixed from Trac: <a href="https://svn.boost.org/trac/boost/ticket/8026">#8026</a>, <a href="https://svn.boost.org/trac/boost/ticket/8197">#8197</a>, <a href="https://svn.boost.org/trac/boost/ticket/8257">#8257</a>.
+" </div>
+" </li>
+" </ul>
+" </div>
+" </li>
+" <li>
+" <div>
 " <span class="library"><a href="http://www.boost.org/libs/property_map/">PropertyMap</a>:</span>
 " <ul>
 " <li>
@@ -19659,7 +19827,7 @@
 " </div>
 "</description></item>
 -last_modified
-.1369500406.87
+.1369592518.3
 -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 (original)
+++ website/public_html/live/users/history/version_1_54_0.html 2013-05-26 14:24:59 EDT (Sun, 26 May 2013)
@@ -365,6 +365,157 @@
       </li>
       <li>
         <div>
+ <span class="library">Iostreams:</span>
+ <ul>
+ <li>
+ <div>
+ <code><span class="identifier">tee</span></code> now works correctly
+ for std::streams (#8315).
+ </div>
+ </li>
+ <li>
+ <div>
+ Documentation fixes (#8385, #8460).
+ </div>
+ </li>
+ <li>
+ <div>
+ Avoid warning from Clang's <code><span class="special">-</span><span class="identifier">Wimplicit</span><span class="special">-</span><span class="identifier">fallthrough</span></code> (#8482).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <span class="library">Geometry:</span>
+ <ul>
+ <li>
+ <div>
+ <em>Additional functionality</em>
+ <ul>
+ <li>
+ <div>
+ added Spatial Index, developed for Boost.Geometry by Adam Wulkiewicz.
+ The spatial index was originally started by Federico J. Fernandez
+ during the Google Summer of Code 2008 program, mentored by
+ Hartmut Kaiser.
+ </div>
+ </li>
+ <li>
+ <div>
+ added SVG-output, this was already in extensions for several
+ years
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Documentation</em>
+ <ul>
+ <li>
+ <div>
+ small fixes of missing words
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Bugfixes</em>
+ <ul>
+ <li>
+ <div>
+ collinear opposite segments did sometimes (in circles) have
+ a robustness issue, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ fixed insertion of false intersection point (found by buffer)
+ </div>
+ </li>
+ <li>
+ <div>
+ applied patch of Vladimir Petrovic for debugging traversals
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Solved tickets</em>
+ <ul>
+ <li>
+ <div>
+ 7462
+ degenerate union result for float, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ 7465
+ wrong construtors access type in scale_transformer class, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ 7802
+ cart_intersect.hpp unused parameter warnings, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ 8254
+ faulty intersection, fixed
+ </div>
+ </li>
+ <li>
+ <div>
+ 8393
+ polygon model doesn't adhere to stated Polygon concept rules,
+ doc updated.
+ </div>
+ </li>
+ <li>
+ <div>
+ 8403
+ silenced compiler warning C4127: conditional expression is
+ constant
+ </div>
+ </li>
+ <li>
+ <div>
+ 8405
+ silenced compiler warning C4189: '...' : local variable is
+ initialized but not referenced
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ <em>Internal changes</em>
+ <ul>
+ <li>
+ <div>
+ Made several algorithms variant-aware (append, area, clear,
+ convert, equals, length, num_points)
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Lexical cast:</span>
           <ul>
             <li>
@@ -547,6 +698,23 @@
       </li>
       <li>
         <div>
+ <span class="library">Polygon:</span>
+ <ul>
+ <li>
+ <div>
+ Updates and fixes to the Voronoi documentation.
+ </div>
+ </li>
+ <li>
+ <div>
+ Bugs fixed from Trac: #8026, #8197, #8257.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">PropertyMap:</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