Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r76677 - website/public_html/live/feed/history
From: barend.gehrels_at_[hidden]
Date: 2012-01-24 18:12:30


Author: barendgehrels
Date: 2012-01-24 18:12:29 EST (Tue, 24 Jan 2012)
New Revision: 76677
URL: http://svn.boost.org/trac/boost/changeset/76677

Log:
Updated status for geometry
Text files modified:
   website/public_html/live/feed/history/boost_1_49_0.qbk | 23 +++++++++++++++++++++++
   1 files changed, 23 insertions(+), 0 deletions(-)

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-24 18:12:29 EST (Tue, 24 Jan 2012)
@@ -63,6 +63,29 @@
   * Added `allocator_traits` support for both C++11 and C++03
    compilers through an internal `allocator_traits` clone.
 
+* [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
+ * 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.
+ * 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
+ * Documentation
+ 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)
 
 * [phrase library..[@/libs/graph/ Graph]:]
   * Fixed bugs


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