$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71806 - in branches/release: libs status
From: barend.gehrels_at_[hidden]
Date: 2011-05-08 05:32:15
Author: barendgehrels
Date: 2011-05-08 05:32:11 EDT (Sun, 08 May 2011)
New Revision: 71806
URL: http://svn.boost.org/trac/boost/changeset/71806
Log:
Merged geometry into release for: status/*, libs/libraries.htm, libs/maintainers.txt
(i.e. merged commits 67518, 68328, 70053, 70054, 70620)
Properties modified: 
   branches/release/libs/libraries.htm   (contents, props changed)
   branches/release/libs/maintainers.txt   (contents, props changed)
   branches/release/status/   (props changed)
   branches/release/status/Jamfile.v2   (contents, props changed)
   branches/release/status/explicit-failures-markup.xml   (contents, props changed)
Text files modified: 
   branches/release/libs/libraries.htm                  |    20 +++++++++++++-------                    
   branches/release/libs/maintainers.txt                |     1 +                                       
   branches/release/status/Jamfile.v2                   |     1 +                                       
   branches/release/status/explicit-failures-markup.xml |    35 ++++++++++++++++++++++++++++++++++-     
   4 files changed, 49 insertions(+), 8 deletions(-)
Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm	(original)
+++ branches/release/libs/libraries.htm	2011-05-08 05:32:11 EDT (Sun, 08 May 2011)
@@ -147,11 +147,13 @@
         From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
     <li>gil - Generic Image Library, from
         Lubomir Bourdev and Hailin Jin.</li>
+    <li>geometry - Geometry Library, from
+        Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
     <li>icl -
-        Interval Container Library, interval sets and maps and aggregation 
+        Interval Container Library, interval sets and maps and aggregation
         of associated values, from Joachim Faulhaber.</li>
     <li>integer - Headers to ease
         dealing with integral types.</li>
@@ -242,10 +244,10 @@
         Abrahams.</li>
     <li>random - A complete
         system for random number generation, from Jens Maurer.</li>
-    <li>range - Concepts and utilities for 
-        range-based algorithms, as well as range-based algorithms and range 
-        adaptors that allow for efficient and very expressive code, from 
-        Thorsten Ottosen and Neil Groves.</li> 
+    <li>range - Concepts and utilities for
+        range-based algorithms, as well as range-based algorithms and range
+        adaptors that allow for efficient and very expressive code, from
+        Thorsten Ottosen and Neil Groves.</li>
     <li>ratio - Compile time rational arithmetic,
         from Howard Hinnant, Beman Dewes, Vicente J. Botet Escribá.</li>
     <li>rational - A rational
@@ -369,7 +371,7 @@
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
     <li>icl -
-        Interval Container Library, interval sets and maps and aggregation 
+        Interval Container Library, interval sets and maps and aggregation
         of associated values, from Joachim Faulhaber.</li>
     <li>intrusive - Intrusive containers and algorithms, from Ion Gaztañaga</li>
     <li>multi_array - Multidimensional
@@ -415,6 +417,8 @@
         iterating over the elements of a sequence, from Eric Niebler.</li>
     <li>gil - Generic Image Library, from
         Lubomir Bourdev and Hailin Jin.</li>
+    <li>geometry - Geometry Library, from
+        Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
     <li>graph -
         Generic graph components and algorithms, from Jeremy Siek
         and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.</li>
@@ -545,6 +549,8 @@
 <ul>
     <li>accumulators - Framework for incremental
         calculation, and collection of statistical accumulators, from Eric Niebler.</li>
+    <li>geometry - Geometry Library, from
+        Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
     <li>integer - Headers to ease
         dealing with integral types.</li>
     <li>interval - Extends the
@@ -608,7 +614,7 @@
         Library for working with tuples, including various containers, algorithms, etc.
         From Joel de Guzman and Dan Marsden and Tobias Schwinger.</li>
     <li>icl -
-        Interval Container Library, interval sets and maps and aggregation 
+        Interval Container Library, interval sets and maps and aggregation
         of associated values, from Joachim Faulhaber.</li>
     <li>multi_index - Containers with
     multiple STL-compatible access interfaces, from Joaquín M López
Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt	(original)
+++ branches/release/libs/maintainers.txt	2011-05-08 05:32:11 EDT (Sun, 08 May 2011)
@@ -39,6 +39,7 @@
 functional/hash       Daniel James <dnljms -at- gmail.com>
 fusion                Joel de Guzman <joel -at- boost-consulting.com>, Dan Marsden <danmarsden -at- yahoo.co.uk>, Tobias Schwinger <tschwinger -at- isonews2.com>
 function_types        Tobias Schwinger <tschwinger -at- isonews2.com>
+geometry              Barend Gehrels<barend -at- xs4all.nl>, Bruno Lalande <bruno.lalande -at- gmail.com>, Mateusz Loskot <mateusz -at- loskot.net>
 gil                   Lubomir Bourdev <lbourdev -at- adobe.com>, Hailin Jin <hljin -at- adobe.com>
 graph                 Andrew Sutton <asutton -at- cs.kent.edu>
 icl                   Joachim Faulhaber <afojgo -at- gmail.com>
Modified: branches/release/status/Jamfile.v2
==============================================================================
--- branches/release/status/Jamfile.v2	(original)
+++ branches/release/status/Jamfile.v2	2011-05-08 05:32:11 EDT (Sun, 08 May 2011)
@@ -77,6 +77,7 @@
     functional/hash/test        # test-suite functional/hash
     function_types/test         # test-suite function_types
     fusion/test                 # test-suite fusion
+    geometry/test               # test-suite geometry
     gil/test                    # test-suite gil
     graph/test                  # test-suite graph
     graph_parallel/test         # test-suite graph/parallel
Modified: branches/release/status/explicit-failures-markup.xml
==============================================================================
--- branches/release/status/explicit-failures-markup.xml	(original)
+++ branches/release/status/explicit-failures-markup.xml	2011-05-08 05:32:11 EDT (Sun, 08 May 2011)
@@ -1838,7 +1838,40 @@
             </note>
         </mark-expected-failures>
     </library>
-
+    
+    <!-- geometry -->
+    <library name="geometry">
+        <mark-unusable>
+            <toolset name="borland-cb2009"/>
+            <toolset name="borland-cb2010"/>
+            <toolset name="sun-5.10"/>
+            <toolset name="vacpp"/>
+            <toolset name="vacpp-10.1"/>
+            <toolset name="msvc-7.1"/>
+            <note author="Barend Gehrels">
+                These compilers do not support features that are essential for the library.
+            </note>
+        </mark-unusable>
+        <mark-unusable>
+            <toolset name="intel-darwin-11.1"/>
+            <note author="Barend Gehrels">
+                Intel 11.1 on Darwin raises a SIGSEGV in almost all unit tests.
+            </note>
+        </mark-unusable>
+        <mark-unusable>
+            <toolset name="pgi-11.2"/>
+            <note author="Barend Gehrels">
+                pgi 11.1 does not support BOOST_AUTO and is not configured for UBLAS
+            </note>
+        </mark-unusable>
+        <mark-unusable>
+            <toolset name="msvc-9.0~wm5~stlport5.2"/>
+            <note author="Barend Gehrels">
+                This configruation is not well configured for UBLAS
+            </note>
+        </mark-unusable>
+    </library>
+    
     <!-- gil -->
     <library name="gil">
       <mark-expected-failures>