mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 05:55:01 +00:00
Merged geometry into release for: status/*, libs/libraries.htm, libs/maintainers.txt
(i.e. merged commits 67518, 68328, 70053, 70054, 70620) [SVN r71806]
This commit is contained in:
parent
ba758d9dee
commit
36eaf82bff
4 changed files with 49 additions and 8 deletions
|
@ -147,11 +147,13 @@ how to download, build, and install the libraries.</p>
|
|||
From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
|
||||
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
|
||||
Lubomir Bourdev and Hailin Jin.</li>
|
||||
<li><a href="geometry/index.html">geometry</a> - Geometry Library, from
|
||||
Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
|
||||
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
||||
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><a href="icl/index.html">icl</a> -
|
||||
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><a href="integer/index.html">integer</a> - Headers to ease
|
||||
dealing with integral types.</li>
|
||||
|
@ -242,10 +244,10 @@ how to download, build, and install the libraries.</p>
|
|||
Abrahams.</li>
|
||||
<li><a href="random/index.html">random</a> - A complete
|
||||
system for random number generation, from Jens Maurer.</li>
|
||||
<li><a href="range/index.html">range</a> - 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><a href="range/index.html">range</a> - 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><a href="ratio/index.html">ratio</a> - Compile time rational arithmetic,
|
||||
from Howard Hinnant, Beman Dewes, Vicente J. Botet Escribá.</li>
|
||||
<li><a href="rational/index.html">rational</a> - A rational
|
||||
|
@ -369,7 +371,7 @@ how to download, build, and install the libraries.</p>
|
|||
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><a href="icl/index.html">icl</a> -
|
||||
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><a href="intrusive/index.html">intrusive </a>- Intrusive containers and algorithms, from Ion Gaztañaga</li>
|
||||
<li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
|
||||
|
@ -415,6 +417,8 @@ how to download, build, and install the libraries.</p>
|
|||
iterating over the elements of a sequence, from Eric Niebler.</li>
|
||||
<li><a href="gil/doc/index.html">gil</a> - Generic Image Library, from
|
||||
Lubomir Bourdev and Hailin Jin.</li>
|
||||
<li><a href="geometry/index.html">geometry</a> - Geometry Library, from
|
||||
Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
|
||||
<li><a href="graph/doc/table_of_contents.html">graph</a> -
|
||||
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 @@ how to download, build, and install the libraries.</p>
|
|||
<ul>
|
||||
<li><a href="accumulators/index.html">accumulators</a> - Framework for incremental
|
||||
calculation, and collection of statistical accumulators, from Eric Niebler.</li>
|
||||
<li><a href="geometry/index.html">geometry</a> - Geometry Library, from
|
||||
Barend Gehrels, Bruno Lalande and Mateusz Loskot.</li>
|
||||
<li><a href="integer/index.html">integer</a> - Headers to ease
|
||||
dealing with integral types.</li>
|
||||
<li><a href="numeric/interval/doc/interval.htm">interval </a>- Extends the
|
||||
|
@ -608,7 +614,7 @@ how to download, build, and install the libraries.</p>
|
|||
Library for working with tuples, including various containers, algorithms, etc.
|
||||
From Joel de Guzman and Dan Marsden and Tobias Schwinger.</li>
|
||||
<li><a href="icl/index.html">icl</a> -
|
||||
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><a href="multi_index/doc/index.html">multi_index</a> - Containers with
|
||||
multiple STL-compatible access interfaces, from Joaquín M López
|
||||
|
|
|
@ -39,6 +39,7 @@ functional/forward Tobias Schwinger <tschwinger -at- isonews2.com>
|
|||
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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue