From 36eaf82bff8d231d3e5638ecae1fe144556cec30 Mon Sep 17 00:00:00 2001
From: Barend Gehrels
Date: Sun, 8 May 2011 09:32:11 +0000
Subject: [PATCH] Merged geometry into release for: status/*,
libs/libraries.htm, libs/maintainers.txt (i.e. merged commits 67518, 68328,
70053, 70054, 70620)
[SVN r71806]
---
libs/libraries.htm | 20 +++++++++++------
libs/maintainers.txt | 1 +
status/Jamfile.v2 | 1 +
status/explicit-failures-markup.xml | 35 ++++++++++++++++++++++++++++-
4 files changed, 49 insertions(+), 8 deletions(-)
diff --git a/libs/libraries.htm b/libs/libraries.htm
index c34e216980..0501bab898 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -147,11 +147,13 @@ how to download, build, and install the libraries.
From Joel de Guzman, Dan Marsden and Tobias Schwinger.
gil - Generic Image Library, from
Lubomir Bourdev and Hailin Jin.
+ geometry - Geometry Library, from
+ Barend Gehrels, Bruno Lalande and Mateusz Loskot.
graph -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.
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.
integer - Headers to ease
dealing with integral types.
@@ -242,10 +244,10 @@ how to download, build, and install the libraries.
Abrahams.
random - A complete
system for random number generation, from Jens Maurer.
- 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.
+ 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.
ratio - Compile time rational arithmetic,
from Howard Hinnant, Beman Dewes, Vicente J. Botet Escribá.
rational - A rational
@@ -369,7 +371,7 @@ how to download, build, and install the libraries.
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.
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.
intrusive - Intrusive containers and algorithms, from Ion Gaztañaga
multi_array - Multidimensional
@@ -415,6 +417,8 @@ how to download, build, and install the libraries.
iterating over the elements of a sequence, from Eric Niebler.
gil - Generic Image Library, from
Lubomir Bourdev and Hailin Jin.
+ geometry - Geometry Library, from
+ Barend Gehrels, Bruno Lalande and Mateusz Loskot.
graph -
Generic graph components and algorithms, from Jeremy Siek
and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock.
@@ -545,6 +549,8 @@ how to download, build, and install the libraries.
- accumulators - Framework for incremental
calculation, and collection of statistical accumulators, from Eric Niebler.
+ - geometry - Geometry Library, from
+ Barend Gehrels, Bruno Lalande and Mateusz Loskot.
- integer - Headers to ease
dealing with integral types.
- interval - Extends the
@@ -608,7 +614,7 @@ how to download, build, and install the libraries.
Library for working with tuples, including various containers, algorithms, etc.
From Joel de Guzman and Dan Marsden and Tobias Schwinger.
- 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.
- multi_index - Containers with
multiple STL-compatible access interfaces, from Joaquín M López
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index 1e3ec9e984..e65bddd85b 100644
--- a/libs/maintainers.txt
+++ b/libs/maintainers.txt
@@ -39,6 +39,7 @@ functional/forward Tobias Schwinger
functional/hash Daniel James
fusion Joel de Guzman , Dan Marsden , Tobias Schwinger
function_types Tobias Schwinger
+geometry Barend Gehrels, Bruno Lalande , Mateusz Loskot
gil Lubomir Bourdev , Hailin Jin
graph Andrew Sutton
icl Joachim Faulhaber
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 9844f264c0..2836188cf7 100644
--- a/status/Jamfile.v2
+++ b/status/Jamfile.v2
@@ -77,6 +77,7 @@ run-tests libs :
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
diff --git a/status/explicit-failures-markup.xml b/status/explicit-failures-markup.xml
index c9ef37669b..a2c45e88f6 100644
--- a/status/explicit-failures-markup.xml
+++ b/status/explicit-failures-markup.xml
@@ -1838,7 +1838,40 @@
-
+
+
+
+
+
+
+
+
+
+
+
+ These compilers do not support features that are essential for the library.
+
+
+
+
+
+ Intel 11.1 on Darwin raises a SIGSEGV in almost all unit tests.
+
+
+
+
+
+ pgi 11.1 does not support BOOST_AUTO and is not configured for UBLAS
+
+
+
+
+
+ This configruation is not well configured for UBLAS
+
+
+
+