changes.html update

This commit is contained in:
Maxime Gimeno 2016-07-13 16:47:42 +02:00 committed by Sébastien Loriot
parent 32899c21d0
commit a683fdca47
1 changed files with 13 additions and 6 deletions

View File

@ -155,6 +155,13 @@ and <code>src/</code> directories).
<!-- Mesh Generation --> <!-- Mesh Generation -->
<!-- Surface Reconstruction --> <!-- Surface Reconstruction -->
<!-- Geometry Processing --> <!-- Geometry Processing -->
<h3>Random Point Generators</h3>
<ul>
<li>
There is now convenience classes to uniformly generate random points on a FaceListGraph and a Triangulation_2,
and there is also functions to do so in and on a tetrahedral Mesh3.
</li>
</ul>
<!-- Spatial Searching and Sorting --> <!-- Spatial Searching and Sorting -->
<!-- Geometric Optimization --> <!-- Geometric Optimization -->
<!-- Interpolation --> <!-- Interpolation -->
@ -973,15 +980,15 @@ and <code>src/</code> directories).
longer supported since CGAL-4.5.</li> longer supported since CGAL-4.5.</li>
</ul> </ul>
</li> </li>
<li>Since CGAL version 4.0, Eigen was the recommended third-party <li>Since CGAL version 4.0, Eigen was the recommended third-party
library to use with <i>Planar Parameterization of Triangulated library to use with <i>Planar Parameterization of Triangulated
Surface Meshes</i>, <i>Surface Reconstruction from Point Surface Meshes</i>, <i>Surface Reconstruction from Point
Sets</i>, <i>Approximation of Ridges and Umbilics on Triangulated Sets</i>, <i>Approximation of Ridges and Umbilics on Triangulated
Surface Meshes</i>, and <i>Estimation of Local Differential Surface Meshes</i>, and <i>Estimation of Local Differential
Properties of Point-Sampled Surfaces</i> packages. From CGAL Properties of Point-Sampled Surfaces</i> packages. From CGAL
version 4.5, Taucs, Blas and Lapack are no longer supported. version 4.5, Taucs, Blas and Lapack are no longer supported.
</li> </li>
<li>CGAL is now compatible with the new CMake version 3.0.</li> <li>CGAL is now compatible with the new CMake version 3.0.</li>
</ul> </ul>
<!-- New packages --> <!-- New packages -->
@ -1174,7 +1181,7 @@ and <code>src/</code> directories).
<li>Additional supported platforms: <li>Additional supported platforms:
<ul> <ul>
<li>The Apple Clang compiler version 5.0 is now supported on <li>The Apple Clang compiler version 5.0 is now supported on
OS X Mavericks.</li> OS X Mavericks.</li>
<li>The Microsoft Windows Visual C++ compiler 2013 (VC12) is now <li>The Microsoft Windows Visual C++ compiler 2013 (VC12) is now
supported.</li> supported.</li>
</ul> </ul>
@ -1348,7 +1355,7 @@ and <code>src/</code> directories).
constructor added to <code>CGAL::Object</code>. However, it is constructor added to <code>CGAL::Object</code>. However, it is
recommended to upgrade your code. The previous behavior can be recommended to upgrade your code. The previous behavior can be
restored by defining the restored by defining the
macro <code>CGAL_INTERSECTION_VERSION</code> to 1. macro <code>CGAL_INTERSECTION_VERSION</code> to 1.
</li> </li>
</ul> </ul>
<h4>2D Arrangements</h4> <h4>2D Arrangements</h4>
@ -1672,7 +1679,7 @@ and <code>src/</code> directories).
<li>Additional supported platforms: <li>Additional supported platforms:
<ul> <ul>
<li>The Apple Clang compiler versions 3.1 and 3.2 are now supported on <li>The Apple Clang compiler versions 3.1 and 3.2 are now supported on
Mac OS X.</li> Mac OS X.</li>
</ul> </ul>
</li> </li>
<li>Improved configuration for essential and optional external third party software</li> <li>Improved configuration for essential and optional external third party software</li>