Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76700 - in website/public_html/live: feed feed/history generated/state users/history
From: dnljms_at_[hidden]
Date: 2012-01-26 02:41:55


Author: danieljames
Date: 2012-01-26 02:41:54 EST (Thu, 26 Jan 2012)
New Revision: 76700
URL: http://svn.boost.org/trac/boost/changeset/76700

Log:
Website: Make geometry notes more consistent + add spirit.

Text files modified:
   website/public_html/live/feed/dev.rss | 141 +++++++++++++++++++++++++++----
   website/public_html/live/feed/history/boost_1_49_0.qbk | 51 +++++------
   website/public_html/live/generated/state/feed-pages.txt | 6
   website/public_html/live/users/history/version_1_49_0.html | 173 +++++++++++++++++++++++++++++++--------
   4 files changed, 283 insertions(+), 88 deletions(-)

Modified: website/public_html/live/feed/dev.rss
==============================================================================
--- website/public_html/live/feed/dev.rss (original)
+++ website/public_html/live/feed/dev.rss 2012-01-26 02:41:54 EST (Thu, 26 Jan 2012)
@@ -50,42 +50,130 @@
           <ul>
             <li>
               <div>
- Fixed bugs bugfix: distance for multi-geometries ignored specified
- distance strategy. Fixed bugfix in difference for polygon/multi_polygon
- (reported 2011/10/24 on GGL-list) bugfix: raise exception for calculation
- of distances of multi-geometrie(s) where one of them is empty bugfix:
- multi DSV did not correctly use settings, fixed bugfix: self-intersections
- could sometimes be missed (introduced in 1.48), fixed bugfix: convex
- hull crashed on empty range (e.g. empty multi point), fixed
+ Fixed bugs
+ <ul>
+ <li>
+ <div>
+ Distance for multi-geometries ignored specified distance strategy.
+ </div>
+ </li>
+ <li>
+ <div>
+ In difference for polygon/multi_polygon (reported 2011/10/24
+ on GGL-list).
+ </div>
+ </li>
+ <li>
+ <div>
+ Raise exception for calculation of distances of multi-geometrie(s)
+ where one of them is empty
+ </div>
+ </li>
+ <li>
+ <div>
+ Multi DSV did not correctly use settings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Self-intersections could sometimes be missed (introduced in
+ 1.48).
+ </div>
+ </li>
+ <li>
+ <div>
+ Convex hull crashed on empty range (e.g. empty multi point).
+ </div>
+ </li>
+ </ul>
               </div>
             </li>
             <li>
               <div>
- Solved tickets <a href="https://svn.boost.org/trac/boost/ticket/6028">6028</a>
- Documentation: closure, fixed. <a href="https://svn.boost.org/trac/boost/ticket/6178">6178</a>
- Missing headerfile, fixed. <a href="https://svn.boost.org/trac/boost/ticket/6021">6021</a>
- convex hull of multipoint, fixed.
+ Solved tickets
+ <ul>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/6028">#6028</a>
+ Documentation: closure.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/6178">#6178</a>
+ Missing headerfile.
+ </div>
+ </li>
+ <li>
+ <div>
+ <a href="https://svn.boost.org/trac/boost/ticket/6021">#6021</a>
+ convex hull of multipoint.
+ </div>
+ </li>
+ </ul>
               </div>
             </li>
             <li>
               <div>
- Additional functionality support for line/polygon intersections and
- differences support for convert of segment/box of different point
- types support for append for multi point scalar functions (distance,
- area, length, perimeter) now throw an empty_input_exception on empty
- input
+ Additional functionality
+ <ul>
+ <li>
+ <div>
+ Support for line/polygon intersections and differences
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for convert of segment/box of different point types
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for append for multi point
+ </div>
+ </li>
+ <li>
+ <div>
+ Scalar functions (distance, area, length, perimeter) now throw
+ an empty_input_exception on empty input
+ </div>
+ </li>
+ </ul>
               </div>
             </li>
             <li>
               <div>
- Documentation updated support status
+ Documentation
+ <ul>
+ <li>
+ <div>
+ Updated support status
+ </div>
+ </li>
+ </ul>
               </div>
             </li>
             <li>
               <div>
- Internal changes updates in specializations/not_implemented for distance/convert/assign/area
- move of wkt/dsv to io folder, making domains redundant strategy concepts
- assigned to zero to avoid clang warnings (patched by Vishnu)
+ Internal changes
+ <ul>
+ <li>
+ <div>
+ Updates in specializations/not_implemented for distance/convert/assign/area
+ </div>
+ </li>
+ <li>
+ <div>
+ Move of wkt/dsv to io folder, making domains redundant
+ </div>
+ </li>
+ <li>
+ <div>
+ Strategy concepts assigned to zero to avoid clang warnings
+ (patched by Vishnu)
+ </div>
+ </li>
+ </ul>
               </div>
             </li>
           </ul>
@@ -264,6 +352,19 @@
       </li>
       <li>
         <div>
+ <span class="library"><a href="http://www.boost.org/libs/spirit/index.html">Spirit</a>:</span>
+ <ul>
+ <li>
+ <div>
+ Spirit V2.5.2, see the '<a href="http://www.boost.org/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html">What's
+ New</a>' section for details.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library"><a href="http://www.boost.org/libs/uuid/">Uuid</a>:</span>
           <ul>
             <li>

Modified: website/public_html/live/feed/history/boost_1_49_0.qbk
==============================================================================
--- website/public_html/live/feed/history/boost_1_49_0.qbk (original)
+++ website/public_html/live/feed/history/boost_1_49_0.qbk 2012-01-26 02:41:54 EST (Thu, 26 Jan 2012)
@@ -65,27 +65,27 @@
 
 * [phrase library..[@/libs/geometry/ Geometry]:]
   * Fixed bugs
- bugfix: distance for multi-geometries ignored specified distance strategy. Fixed
- bugfix in difference for polygon/multi_polygon (reported 2011/10/24 on GGL-list)
- bugfix: raise exception for calculation of distances of multi-geometrie(s) where one of them is empty
- bugfix: multi DSV did not correctly use settings, fixed
- bugfix: self-intersections could sometimes be missed (introduced in 1.48), fixed
- bugfix: convex hull crashed on empty range (e.g. empty multi point), fixed
+ * Distance for multi-geometries ignored specified distance strategy.
+ * In difference for polygon/multi_polygon (reported 2011/10/24 on GGL-list).
+ * Raise exception for calculation of distances of multi-geometrie(s) where one of them is empty
+ * Multi DSV did not correctly use settings.
+ * Self-intersections could sometimes be missed (introduced in 1.48).
+ * Convex hull crashed on empty range (e.g. empty multi point).
   * Solved tickets
- [@https://svn.boost.org/trac/boost/ticket/6028 6028] Documentation: closure, fixed.
- [@https://svn.boost.org/trac/boost/ticket/6178 6178] Missing headerfile, fixed.
- [@https://svn.boost.org/trac/boost/ticket/6021 6021] convex hull of multipoint, fixed.
+ * [@https://svn.boost.org/trac/boost/ticket/6028 #6028] Documentation: closure.
+ * [@https://svn.boost.org/trac/boost/ticket/6178 #6178] Missing headerfile.
+ * [@https://svn.boost.org/trac/boost/ticket/6021 #6021] convex hull of multipoint.
   * Additional functionality
- support for line/polygon intersections and differences
- support for convert of segment/box of different point types
- support for append for multi point
- scalar functions (distance, area, length, perimeter) now throw an empty_input_exception on empty input
+ * Support for line/polygon intersections and differences
+ * Support for convert of segment/box of different point types
+ * Support for append for multi point
+ * Scalar functions (distance, area, length, perimeter) now throw an empty_input_exception on empty input
   * Documentation
- updated support status
+ * Updated support status
   * Internal changes
- updates in specializations/not_implemented for distance/convert/assign/area
- move of wkt/dsv to io folder, making domains redundant
- strategy concepts assigned to zero to avoid clang warnings (patched by Vishnu)
+ * Updates in specializations/not_implemented for distance/convert/assign/area
+ * Move of wkt/dsv to io folder, making domains redundant
+ * Strategy concepts assigned to zero to avoid clang warnings (patched by Vishnu)
 
 * [phrase library..[@/libs/graph/ Graph]:]
   * Fixed bugs
@@ -177,6 +177,11 @@
     [@https://svn.boost.org/trac/boost/ticket/5710 #5710],
     and [@https://svn.boost.org/trac/boost/ticket/5307 #5307].
 
+* [phrase library..[@/libs/spirit/index.html Spirit]:]
+ * Spirit V2.5.2, see the
+ '[@/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html What's New]'
+ section for details.
+
 * [phrase library..[@/libs/uuid/ Uuid]:]
   * fixed [@https://svn.boost.org/trac/boost/ticket/6258 #6258]
   * fixed [@https://svn.boost.org/trac/boost/ticket/5325 #5325] (sha1
@@ -184,18 +189,6 @@
   * progress on [@https://svn.boost.org/trac/boost/ticket/6118 #6118]
     (there are fewer warnings)
 
-[/
-
-* /TODO/: [phrase library..[@/libs/spirit/index.html Spirit]:]
- * Spirit Vx.x, see the
- '[@/doc/libs/1_xx_x/libs/spirit/doc/html/spirit/what_s_new/spirit_x_x.html What's New]'
- section for details.
-
-* /TODO/: [phrase library..[@/libs/wave/index.html Wave]:]
- * See the [@/libs/wave/ChangeLog Changelog] for details.
-
-]
-
 [endsect]
 
 [section Compilers Tested]

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-01-26 02:41:54 EST (Thu, 26 Jan 2012)
@@ -1836,7 +1836,7 @@
 -id
 "version_1_49_0
 -last_modified
-.1327563245.91
+.1327563638.7
 -location
 "users/history/version_1_49_0.html
 -page_state
@@ -1847,10 +1847,10 @@
 " New Libraries: Updated Libraries:
 "
 -qbk_hash
-"fb2aa7eac8e259ab2bf8bc5dc9b03fe4f631736ebb9dfac65ff89d957e469219
+"29f62a01ad20b4ec91f1ae3fae6f1dc266d7ff8e72f82b3260f792fc80f9aac1
 -release_status
 -rss_hash
-"af9be15c7843b62c680cdb814064dfebd4fd3245651e25cfbbf22de3e2e7cd06
+"fd14ee068b545a1853e77506ebdc0e00093151fdfb8ac2e7373c7b7f360f1ece
 -title
 "Version 1.49.0
 -type

Modified: website/public_html/live/users/history/version_1_49_0.html
==============================================================================
--- website/public_html/live/users/history/version_1_49_0.html (original)
+++ website/public_html/live/users/history/version_1_49_0.html 2012-01-26 02:41:54 EST (Thu, 26 Jan 2012)
@@ -89,42 +89,130 @@
           <ul>
             <li>
               <div>
- Fixed bugs bugfix: distance for multi-geometries ignored specified
- distance strategy. Fixed bugfix in difference for polygon/multi_polygon
- (reported 2011/10/24 on GGL-list) bugfix: raise exception for calculation
- of distances of multi-geometrie(s) where one of them is empty bugfix:
- multi DSV did not correctly use settings, fixed bugfix: self-intersections
- could sometimes be missed (introduced in 1.48), fixed bugfix: convex
- hull crashed on empty range (e.g. empty multi point), fixed
- </div>
- </li>
- <li>
- <div>
- Solved tickets 6028
- Documentation: closure, fixed. 6178
- Missing headerfile, fixed. 6021
- convex hull of multipoint, fixed.
- </div>
- </li>
- <li>
- <div>
- Additional functionality support for line/polygon intersections and
- differences support for convert of segment/box of different point
- types support for append for multi point scalar functions (distance,
- area, length, perimeter) now throw an empty_input_exception on empty
- input
- </div>
- </li>
- <li>
- <div>
- Documentation updated support status
- </div>
- </li>
- <li>
- <div>
- Internal changes updates in specializations/not_implemented for distance/convert/assign/area
- move of wkt/dsv to io folder, making domains redundant strategy concepts
- assigned to zero to avoid clang warnings (patched by Vishnu)
+ Fixed bugs
+ <ul>
+ <li>
+ <div>
+ Distance for multi-geometries ignored specified distance strategy.
+ </div>
+ </li>
+ <li>
+ <div>
+ In difference for polygon/multi_polygon (reported 2011/10/24
+ on GGL-list).
+ </div>
+ </li>
+ <li>
+ <div>
+ Raise exception for calculation of distances of multi-geometrie(s)
+ where one of them is empty
+ </div>
+ </li>
+ <li>
+ <div>
+ Multi DSV did not correctly use settings.
+ </div>
+ </li>
+ <li>
+ <div>
+ Self-intersections could sometimes be missed (introduced in
+ 1.48).
+ </div>
+ </li>
+ <li>
+ <div>
+ Convex hull crashed on empty range (e.g. empty multi point).
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Solved tickets
+ <ul>
+ <li>
+ <div>
+ #6028
+ Documentation: closure.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6178
+ Missing headerfile.
+ </div>
+ </li>
+ <li>
+ <div>
+ #6021
+ convex hull of multipoint.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Additional functionality
+ <ul>
+ <li>
+ <div>
+ Support for line/polygon intersections and differences
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for convert of segment/box of different point types
+ </div>
+ </li>
+ <li>
+ <div>
+ Support for append for multi point
+ </div>
+ </li>
+ <li>
+ <div>
+ Scalar functions (distance, area, length, perimeter) now throw
+ an empty_input_exception on empty input
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Documentation
+ <ul>
+ <li>
+ <div>
+ Updated support status
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
+ Internal changes
+ <ul>
+ <li>
+ <div>
+ Updates in specializations/not_implemented for distance/convert/assign/area
+ </div>
+ </li>
+ <li>
+ <div>
+ Move of wkt/dsv to io folder, making domains redundant
+ </div>
+ </li>
+ <li>
+ <div>
+ Strategy concepts assigned to zero to avoid clang warnings
+ (patched by Vishnu)
+ </div>
+ </li>
+ </ul>
               </div>
             </li>
           </ul>
@@ -303,6 +391,19 @@
       </li>
       <li>
         <div>
+ <span class="library">Spirit:</span>
+ <ul>
+ <li>
+ <div>
+ Spirit V2.5.2, see the '<a href="/doc/libs/1_49_0/libs/spirit/doc/html/spirit/what_s_new/spirit_2_5_2.html">What's
+ New</a>' section for details.
+ </div>
+ </li>
+ </ul>
+ </div>
+ </li>
+ <li>
+ <div>
           <span class="library">Uuid:</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