summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorDaniel James <daniel@calamity.org.uk>2013-05-16 22:29:58 +0000
committerDaniel James <daniel@calamity.org.uk>2013-05-16 22:29:58 +0000
commit0034107fbddde66e9014a29a52424ca8d20af3da (patch)
tree36538f948f2d493a8d33a1dcda1b30a3bb891ead /libs/libraries.htm
parent5936afb114319e97839344c6d373d4cac1988760 (diff)
downloadboost-0034107fbddde66e9014a29a52424ca8d20af3da.tar.gz
Merge polygon update to libraries.htm
[SVN r84306]
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm17
1 files changed, 12 insertions, 5 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 11e8f27bf7..04b8496743 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -246,9 +246,9 @@ how to download, build, and install the libraries.</p>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease
OO-programming, from Thorsten Ottosen. </li>
- <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction and
- booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates,
- from Lucanus Simonson, Andrii Sydorchuk.</li>
+ <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+ and booleans/clipping, resizing/offsetting and more for planar polygons
+ with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
<li><a href="pool/doc/html/index.html">pool</a> - Memory pool management, from
Steve Cleary.</li>
<li><a href="preprocessor/doc/index.html">preprocessor</a> - Preprocessor
@@ -376,6 +376,9 @@ how to download, build, and install the libraries.</p>
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
extensions for simultaneous min/max and min/max element computations,
from Herv&eacute; Br&ouml;nnimann.</li>
+ <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+ and booleans/clipping, resizing/offsetting and more for planar polygons
+ with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
<li><a href="range/index.html">range</a> - A new infrastructure
for generic algorithms that builds on top
of the new iterator concepts, from Thorsten Ottosen.</li>
@@ -493,6 +496,9 @@ how to download, build, and install the libraries.</p>
wrapper for optional values, from Fernando Cacciola.</li>
<li><a href="ptr_container/index.html">pointer container</a>
- Containers for storing heap-allocated polymorphic objects to ease OO-programming, from Thorsten Ottosen. </li>
+ <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+ and booleans/clipping, resizing/offsetting and more for planar polygons
+ with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
<li><a href="property_tree/index.html">property tree</a> - A tree data
structure especially suited to storing configuration data, from Marcin
Kalicinski and Sebastian Redl.</li>
@@ -712,8 +718,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
<li><a href="utility/operators.htm">operators</a> - Templates
ease arithmetic classes and iterators, from Dave Abrahams
and Jeremy Siek.</li>
- <li><a href="polygon/index.html">polygon</a> - Booleans/clipping, resizing/offsetting and more for planar polygons with integral coordinates, from
- Lucanus Simonson.</li>
+ <li><a href="polygon/index.html">polygon</a> - Voronoi diagram construction
+ and booleans/clipping, resizing/offsetting and more for planar polygons
+ with integral coordinates, from Lucanus Simonson, Andrii Sydorchuk.</li>
<li><a href="random/index.html">random</a> - A complete
system for random number generation, from Jens Maurer.</li>
<li><a href="ratio/index.html">ratio</a> - A compile time ratio arithmetic,