https://github.com/CGAL/cgal
Raw File
Tip revision: 9c4af1c9b25bcd6ed1de9225e834e53c91ad34a2 authored by Laurent Rineau on 22 March 2010, 14:31:50 UTC
Create the tag of CGAL-3.6
Tip revision: 9c4af1c
CHANGES_from_3.6-beta1
Here are the list of detailled changes between CGAL-3.6-beta1 and CGAL-3.6
final version, at a high level of detail.

The file CHANGES describes the changes between
CGAL-3.5 and CGAL-3.6.

The following has been changed since the release of CGAL-3.6-beta1:


1 General

  - Fix incompatibilities with Boost >= 1.42 (new path of
    <boost/property_map.hpp>).


2 Algebraic Kernel

  - Fixes so that the macros defined by CGAL headers cannot interfere with
    users code.


3 Polyhedra

  - Fix the plugin "cut_plugin" of the polyhedron demo.


4 2D Mesh Generation

  - The 2D mesh generator can now be used with a constrained Delaunay
    triangulation with constraints hierarchy (Constrained_triangulation_plus_2).

  - In some cases (refinement of a constrained edge that is on the convex
    hull), the 2D mesh generator from CGAL-3.4 and CGAL-3.5 could create
    invalid triangulations. This bug is now fixed.
back to top