Просмотр исходного кода

Doc update and added to 3 list-files (maintainers.txt, libraries.htm, status/Jamfile.v2)

[SVN r67518]
Barend Gehrels 15 лет назад
Родитель
Сommit
acfe1fac77
4 измененных файлов с 16 добавлено и 8 удалено
  1. 1 1
      libs/geometry
  2. 13 7
      libs/libraries.htm
  3. 1 0
      libs/maintainers.txt
  4. 1 0
      status/Jamfile.v2

+ 1 - 1
libs/geometry

@@ -1 +1 @@
-Subproject commit 508064d4088883586a95a7ae7e9586c74a5d32db
+Subproject commit 6f56c303cbeb232a0fd12c307f3513bc0dd035b1

+ 13 - 7
libs/libraries.htm

@@ -151,11 +151,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>
@@ -243,10 +245,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="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
 
@@ -368,7 +370,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&ntilde;aga</li>
     <li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
@@ -414,6 +416,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>
@@ -542,6 +546,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
@@ -603,7 +609,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&iacute;n M L&oacute;pez

+ 1 - 0
libs/maintainers.txt

@@ -38,6 +38,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- geodan.nl>, Bruno Lalande <bruno.lalande -at- gmail.com> and 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>

+ 1 - 0
status/Jamfile.v2

@@ -75,6 +75,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

粤ICP备19079148号