On Fri, Aug 15, 2014 at 11:09 AM, Aaron <def...@gmail.com> wrote:

>
>
>
> On Fri, Aug 15, 2014 at 9:28 AM, Aaron <def...@gmail.com> wrote:
>
>> On Fri, Aug 15, 2014 at 9:19 AM, David Coppa <dco...@gmail.com> wrote:
>>
>>>
>>> Il giorno 15/ago/2014 15.57, "Aaron Bieber" <def...@gmail.com> ha
>>> scritto:
>>>
>>> >
>>> > Hola,
>>> >
>>> > This diff brings CGAL to the latest version which is requried for a
>>> > cad/openscad update I will send in another email.
>>> >
>>> > No major changes in the port, mostly regen'd WANTLIB and new plist
>>> > entries.
>>> >
>>> > OK?
>>> >
>>> > Index: Makefile
>>> > ===================================================================
>>> > RCS file: /cvs/ports/math/cgal/Makefile,v
>>> > retrieving revision 1.10
>>> > diff -u -p -r1.10 Makefile
>>> > --- Makefile    13 Mar 2014 21:05:38 -0000      1.10
>>> > +++ Makefile    15 Aug 2014 13:42:23 -0000
>>> > @@ -10,8 +10,8 @@ COMMENT =             Computational Geometry Algori
>>> >  # when updating this port, don't just change the version number here.
>>> >  # MASTER_SITES needs to be adapted for every new tarball.
>>> >  # See https://gforge.inria.fr/frs/?group_id=52 for files index.
>>> > -DISTNAME =             CGAL-3.8
>>> > -MASTER_SITES =
>>> https://gforge.inria.fr/frs/download.php/28500/
>>> > +DISTNAME =             CGAL-4.4
>>> > +MASTER_SITES =
>>> https://gforge.inria.fr/frs/download.php/33525/
>>> >  PKGNAME =              ${DISTNAME:L}
>>> >  EPOCH =                        0
>>> >
>>> > @@ -29,8 +29,8 @@ HOMEPAGE =            http://www.cgal.org/
>>> >  PERMIT_PACKAGE_CDROM = Yes
>>> >
>>> >  # m>=5.3 for fenv.h support
>>> > -WANTLIB =              GL GLU ICE SM X11 Xext boost_thread-mt gmp
>>> gmpxx \
>>> > -                       lib/qt4/QtGui lib/qt4/QtOpenGL m>=5.3 mpfr
>>> stdc++ z
>>> > +WANTLIB += GL GLU ICE QtGui QtOpenGL SM X11 Xext boost_system-mt
>>>
>>> Leave qt4 libraries as they were before: lib/qt4/QtGui, not QtGui.
>>>
>>> Apart from this, the diff is good.
>>>
>> http://sprunge.us/CFLi <-- updated diff with lib/qt4 - also re-added the
>> m>=5.3
>>
>> OK?
>>
>
> Just realized I didn't bump the shared libs. Retesting.
>

Here is a link to the updated version.. includes no more 4.4 in the PLIST,
bumped shlibs,
and updates the license info.

OK?


>
>
>>
>>
>>> Ciao,
>>> David
>>>
>>> > +WANTLIB += boost_thread-mt gmp m mpfr stdc++ z
>>> >
>>> >  MODULES =              devel/cmake \
>>> >                         x11/qt4
>>> > @@ -45,10 +45,8 @@ CONFIGURE_ENV =              LDFLAGS="-L${X11BASE}/l
>>> >
>>> >  post-patch:
>>> >         rm ${WRKSRC}/cmake/modules/FindBLAS.cmake \
>>> > -          ${WRKSRC}/cmake/modules/FindBoost.cmake \
>>> >            ${WRKSRC}/cmake/modules/FindLAPACK.cmake \
>>> >            ${WRKSRC}/cmake/modules/FindOpenGL.cmake \
>>> > -          ${WRKSRC}/cmake/modules/FindPackageMessage.cmake \
>>> >            ${WRKSRC}/scripts/cgal_make_macosx_app
>>> >
>>> >  .include <bsd.port.mk>
>>> > Index: distinfo
>>> > ===================================================================
>>> > RCS file: /cvs/ports/math/cgal/distinfo,v
>>> > retrieving revision 1.3
>>> > diff -u -p -r1.3 distinfo
>>> > --- distinfo    13 Mar 2014 20:50:22 -0000      1.3
>>> > +++ distinfo    15 Aug 2014 13:42:23 -0000
>>> > @@ -1,2 +1,2 @@
>>> > -SHA256 (CGAL-3.8.tar.gz) =
>>> se3VGIYTTPCG0XmCxQ9xAleBFWHSiLQ5rzprxjI4ntQ=
>>> > -SIZE (CGAL-3.8.tar.gz) = 14112547
>>> > +SHA256 (CGAL-4.4.tar.gz) =
>>> 1+vG0ZQuPYPh9StuYOuTkPe7f4fmyLDS/hiLtZLOiuM=
>>> > +SIZE (CGAL-4.4.tar.gz) = 15281016
>>> > Index: pkg/PLIST
>>> > ===================================================================
>>> > RCS file: /cvs/ports/math/cgal/pkg/PLIST,v
>>> > retrieving revision 1.3
>>> > diff -u -p -r1.3 PLIST
>>> > --- pkg/PLIST   20 Jan 2012 14:48:50 -0000      1.3
>>> > +++ pkg/PLIST   15 Aug 2014 13:42:23 -0000
>>> > @@ -1,9 +1,14 @@
>>> >  @comment $OpenBSD: PLIST,v 1.3 2012/01/20 14:48:50 dcoppa Exp $
>>> > +bin/cgal_create_CMakeLists
>>> >  bin/cgal_create_cmake_script
>>> >  include/CGAL/
>>> > +include/CGAL/AABB_face_graph_triangle_primitive.h
>>> > +include/CGAL/AABB_halfedge_graph_segment_primitive.h
>>> >  include/CGAL/AABB_intersections.h
>>> > +include/CGAL/AABB_polyhedral_oracle.h
>>> >  include/CGAL/AABB_polyhedron_segment_primitive.h
>>> >  include/CGAL/AABB_polyhedron_triangle_primitive.h
>>> > +include/CGAL/AABB_primitive.h
>>> >  include/CGAL/AABB_segment_primitive.h
>>> >  include/CGAL/AABB_traits.h
>>> >  include/CGAL/AABB_tree.h
>>> > @@ -86,18 +91,6 @@ include/CGAL/Apollonius_graph_2/Compare_
>>> >  include/CGAL/Apollonius_graph_2/Constructions_C2.h
>>> >  include/CGAL/Apollonius_graph_2/Constructions_ftC2.h
>>> >  include/CGAL/Apollonius_graph_2/Constructions_rtH2.h
>>> > -include/CGAL/Apollonius_graph_2/Delage_traits/
>>> >
>>> -include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_mixed_filtered_traits_2.h
>>> >
>>> -include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_mixed_traits_2.h
>>> >
>>> -include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_new_filtered_traits_2.h
>>> >
>>> -include/CGAL/Apollonius_graph_2/Delage_traits/Apollonius_graph_new_traits_2.h
>>> > -include/CGAL/Apollonius_graph_2/Delage_traits/Conflict_2.h
>>> > -include/CGAL/Apollonius_graph_2/Delage_traits/Edge_conflict_2.h
>>> > -include/CGAL/Apollonius_graph_2/Delage_traits/Finite_edge_conflict_2.h
>>> >
>>> -include/CGAL/Apollonius_graph_2/Delage_traits/Infinite_edge_conflict_2.h
>>> > -include/CGAL/Apollonius_graph_2/Delage_traits/New_predicates_C2.h
>>> > -include/CGAL/Apollonius_graph_2/Delage_traits/Orientation_2.h
>>> > -include/CGAL/Apollonius_graph_2/Delage_traits/Vertex_conflict_2.h
>>> >  include/CGAL/Apollonius_graph_2/Finite_edge_test8_C2.h
>>> >  include/CGAL/Apollonius_graph_2/Finite_edge_test_C2.h
>>> >  include/CGAL/Apollonius_graph_2/Incircle8_C2.h
>>> > @@ -181,12 +174,10 @@ include/CGAL/Arr_geometry_traits/Conic_x
>>> >  include/CGAL/Arr_geometry_traits/Consolidated_curve_data_aux.h
>>> >  include/CGAL/Arr_geometry_traits/Curve_data_aux.h
>>> >  include/CGAL/Arr_geometry_traits/Hyperbolic_arc_2.h
>>> > -include/CGAL/Arr_geometry_traits/One_root_number.h
>>> >  include/CGAL/Arr_geometry_traits/Polyline_2.h
>>> >  include/CGAL/Arr_geometry_traits/Rational_arc_2.h
>>> >  include/CGAL/Arr_geometry_traits/Segment_assertions.h
>>> >  include/CGAL/Arr_geometry_traits/de_Casteljau_2.h
>>> > -include/CGAL/Arr_hyperbolic_arc_traits_2.h
>>> >  include/CGAL/Arr_landmarks_point_location.h
>>> >  include/CGAL/Arr_line_arc_traits_2.h
>>> >  include/CGAL/Arr_linear_traits_2.h
>>> > @@ -214,16 +205,37 @@ include/CGAL/Arr_point_location/Arr_tria
>>> >  include/CGAL/Arr_point_location/Arr_triangulation_pl_impl.h
>>> >  include/CGAL/Arr_point_location/Arr_walk_along_line_pl_impl.h
>>> >  include/CGAL/Arr_point_location/Td_X_trapezoid.h
>>> > +include/CGAL/Arr_point_location/Td_active_edge.h
>>> > +include/CGAL/Arr_point_location/Td_active_fictitious_vertex.h
>>> > +include/CGAL/Arr_point_location/Td_active_trapezoid.h
>>> > +include/CGAL/Arr_point_location/Td_active_vertex.h
>>> >  include/CGAL/Arr_point_location/Td_dag.h
>>> > +include/CGAL/Arr_point_location/Td_dag_node.h
>>> > +include/CGAL/Arr_point_location/Td_inactive_edge.h
>>> > +include/CGAL/Arr_point_location/Td_inactive_fictitious_vertex.h
>>> > +include/CGAL/Arr_point_location/Td_inactive_trapezoid.h
>>> > +include/CGAL/Arr_point_location/Td_inactive_vertex.h
>>> >  include/CGAL/Arr_point_location/Td_ninetuple.h
>>> >  include/CGAL/Arr_point_location/Td_predicates.h
>>> >  include/CGAL/Arr_point_location/Td_traits.h
>>> >  include/CGAL/Arr_point_location/Td_traits_functions.h
>>> >  include/CGAL/Arr_point_location/Trapezoidal_decomposition_2.h
>>> > +include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_impl.h
>>> >  include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_iostream.h
>>> >  include/CGAL/Arr_point_location/Trapezoidal_decomposition_2_misc.h
>>> > +include/CGAL/Arr_point_location_result.h
>>> >  include/CGAL/Arr_polyline_traits_2.h
>>> > -include/CGAL/Arr_rational_arc_traits_2.h
>>> > +include/CGAL/Arr_rat_arc/
>>> > +include/CGAL/Arr_rat_arc/Algebraic_point_2.h
>>> > +include/CGAL/Arr_rat_arc/Base_rational_arc_ds_1.h
>>> > +include/CGAL/Arr_rat_arc/Cache.h
>>> > +include/CGAL/Arr_rat_arc/Rational_arc_d_1.h
>>> > +include/CGAL/Arr_rat_arc/Rational_function.h
>>> > +include/CGAL/Arr_rat_arc/Rational_function_canonicalized_pair.h
>>> > +include/CGAL/Arr_rat_arc/Rational_function_ordered_pair.h
>>> > +include/CGAL/Arr_rat_arc/Rational_function_pair.h
>>> > +include/CGAL/Arr_rat_arc/Singleton.h
>>> > +include/CGAL/Arr_rational_function_traits_2.h
>>> >  include/CGAL/Arr_segment_traits_2.h
>>> >  include/CGAL/Arr_simple_point_location.h
>>> >  include/CGAL/Arr_spherical_gaussian_map_3/
>>> > @@ -441,6 +453,10 @@ include/CGAL/Cartesian/solve_3.h
>>> >  include/CGAL/Cartesian_converter.h
>>> >  include/CGAL/Cartesian_d.h
>>> >  include/CGAL/Cartesian_matrix.h
>>> > +include/CGAL/Cell_attribute.h
>>> > +include/CGAL/Cell_attribute_with_point.h
>>> > +include/CGAL/Cell_const_iterators.h
>>> > +include/CGAL/Cell_iterators.h
>>> >  include/CGAL/Chinese_remainder_traits.h
>>> >  include/CGAL/Circle_2.h
>>> >  include/CGAL/Circle_2_Circle_2_intersection.h
>>> > @@ -456,6 +472,7 @@ include/CGAL/Circular_kernel_2/
>>> >  include/CGAL/Circular_kernel_2.h
>>> >  include/CGAL/Circular_kernel_2/Circular_arc_2.h
>>> >  include/CGAL/Circular_kernel_2/Circular_arc_point_2.h
>>> > +include/CGAL/Circular_kernel_2/Intersection_traits.h
>>> >  include/CGAL/Circular_kernel_2/Line_arc_2.h
>>> >  include/CGAL/Circular_kernel_2/function_objects_on_circle_2.h
>>> >  include/CGAL/Circular_kernel_2/function_objects_on_line_2.h
>>> > @@ -469,6 +486,7 @@ include/CGAL/Circular_kernel_2/intersect
>>> >  include/CGAL/Circular_kernel_3/
>>> >  include/CGAL/Circular_kernel_3/Circular_arc_3.h
>>> >  include/CGAL/Circular_kernel_3/Circular_arc_point_3.h
>>> > +include/CGAL/Circular_kernel_3/Intersection_traits.h
>>> >  include/CGAL/Circular_kernel_3/Line_arc_3.h
>>> >  include/CGAL/Circular_kernel_3/function_objects_polynomial_sphere.h
>>> >
>>>  include/CGAL/Circular_kernel_3/get_equation_object_on_curved_kernel_3.h
>>> > @@ -486,11 +504,26 @@ include/CGAL/Circular_kernel_3/internal_
>>> >  include/CGAL/Circular_kernel_converter.h
>>> >  include/CGAL/Circular_kernel_intersections.h
>>> >  include/CGAL/Circular_kernel_type_equality_wrapper.h
>>> > +include/CGAL/Circulator/
>>> > +include/CGAL/Circulator/Circulator_adapters.h
>>> > +include/CGAL/Circulator/Circulator_concepts.h
>>> > +include/CGAL/Circulator/Safe_circulator_from_iterator.h
>>> >  include/CGAL/Circulator_identity.h
>>> >  include/CGAL/Circulator_on_node.h
>>> >  include/CGAL/Circulator_project.h
>>> >  include/CGAL/Coercion_traits.h
>>> > +include/CGAL/Combination_enumerator.h
>>> > +include/CGAL/Combinatorial_map.h
>>> > +include/CGAL/Combinatorial_map_basic_operations.h
>>> > +include/CGAL/Combinatorial_map_constructors.h
>>> > +include/CGAL/Combinatorial_map_functors.h
>>> > +include/CGAL/Combinatorial_map_insertions.h
>>> > +include/CGAL/Combinatorial_map_iterators_base.h
>>> > +include/CGAL/Combinatorial_map_min_items.h
>>> > +include/CGAL/Combinatorial_map_operations.h
>>> > +include/CGAL/Combinatorial_map_storages.h
>>> >  include/CGAL/Compact_container.h
>>> > +include/CGAL/Compact_mesh_cell_base_3.h
>>> >  include/CGAL/Complex_2_in_triangulation_3.h
>>> >  include/CGAL/Complex_2_in_triangulation_cell_base_3.h
>>> >  include/CGAL/Complex_2_in_triangulation_vertex_base_3.h
>>> > @@ -537,6 +570,7 @@ include/CGAL/Convex_hull_2/convexity_che
>>> >  include/CGAL/Convex_hull_d.h
>>> >  include/CGAL/Convex_hull_d_to_polyhedron_3.h
>>> >  include/CGAL/Convex_hull_d_traits_3.h
>>> > +include/CGAL/Convex_hull_face_base_2.h
>>> >  include/CGAL/Convex_hull_projective_xy_traits_2.h
>>> >  include/CGAL/Convex_hull_projective_xz_traits_2.h
>>> >  include/CGAL/Convex_hull_projective_yz_traits_2.h
>>> > @@ -566,6 +600,9 @@ include/CGAL/Curved_kernel_via_analysis_
>>> >  include/CGAL/Curved_kernel_via_analysis_2/gfx/Subdivision_2.h
>>> >  include/CGAL/Curved_kernel_via_analysis_2/test/
>>> >  include/CGAL/Curved_kernel_via_analysis_2/test/simple_models.h
>>> > +include/CGAL/Dart.h
>>> > +include/CGAL/Dart_const_iterators.h
>>> > +include/CGAL/Dart_iterators.h
>>> >  include/CGAL/Default.h
>>> >  include/CGAL/Delaunay_d.h
>>> >  include/CGAL/Delaunay_mesh_area_criteria_2.h
>>> > @@ -589,6 +626,10 @@ include/CGAL/Double_map.h
>>> >  include/CGAL/Dummy_tds_2.h
>>> >  include/CGAL/Dynamic_matrix.h
>>> >  include/CGAL/Edge_hash_function.h
>>> > +include/CGAL/Eigen_matrix.h
>>> > +include/CGAL/Eigen_solver_traits.h
>>> > +include/CGAL/Eigen_svd.h
>>> > +include/CGAL/Eigen_vector.h
>>> >  include/CGAL/Enum_converter.h
>>> >  include/CGAL/Env_default_diagram_1.h
>>> >  include/CGAL/Env_plane_traits_3.h
>>> > @@ -693,9 +734,18 @@ include/CGAL/Handle_for.h
>>> >  include/CGAL/Handle_for_virtual.h
>>> >  include/CGAL/Handle_hash_function.h
>>> >  include/CGAL/Handle_with_policy.h
>>> > +include/CGAL/Hilbert_policy_tags.h
>>> >  include/CGAL/Hilbert_sort_2.h
>>> >  include/CGAL/Hilbert_sort_3.h
>>> >  include/CGAL/Hilbert_sort_base.h
>>> > +include/CGAL/Hilbert_sort_d.h
>>> > +include/CGAL/Hilbert_sort_median_2.h
>>> > +include/CGAL/Hilbert_sort_median_3.h
>>> > +include/CGAL/Hilbert_sort_median_d.h
>>> > +include/CGAL/Hilbert_sort_middle_2.h
>>> > +include/CGAL/Hilbert_sort_middle_3.h
>>> > +include/CGAL/Hilbert_sort_middle_base.h
>>> > +include/CGAL/Hilbert_sort_middle_d.h
>>> >  include/CGAL/Homogeneous/
>>> >  include/CGAL/Homogeneous.h
>>> >  include/CGAL/Homogeneous/Aff_transformationH2.h
>>> > @@ -753,15 +803,15 @@ include/CGAL/IO/Dxf_variant_reader.h
>>> >  include/CGAL/IO/Dxf_writer.h
>>> >  include/CGAL/IO/Fig_stream.h
>>> >  include/CGAL/IO/Fig_stream_Conic_arc_2.h
>>> > +include/CGAL/IO/File_binary_mesh_3.h
>>> >  include/CGAL/IO/File_header_OFF.h
>>> >  include/CGAL/IO/File_header_extended_OFF.h
>>> > -include/CGAL/IO/File_header_gocad.h
>>> >  include/CGAL/IO/File_medit.h
>>> >  include/CGAL/IO/File_poly.h
>>> >  include/CGAL/IO/File_scanner_OFF.h
>>> > +include/CGAL/IO/File_tetgen.h
>>> >  include/CGAL/IO/File_writer_OFF.h
>>> >  include/CGAL/IO/File_writer_VRML_2.h
>>> > -include/CGAL/IO/File_writer_gocad.h
>>> >  include/CGAL/IO/File_writer_inventor.h
>>> >  include/CGAL/IO/File_writer_wavefront.h
>>> >  include/CGAL/IO/Generic_writer.h
>>> > @@ -896,6 +946,9 @@ include/CGAL/Incremental_neighbor_search
>>> >  include/CGAL/Index_property_map.h
>>> >  include/CGAL/Interpolation_gradient_fitting_traits_2.h
>>> >  include/CGAL/Interpolation_traits_2.h
>>> > +include/CGAL/Intersection_traits.h
>>> > +include/CGAL/Intersection_traits_2.h
>>> > +include/CGAL/Intersection_traits_3.h
>>> >  include/CGAL/Intersections_2/
>>> >  include/CGAL/Intersections_2/Triangle_2_Triangle_2_intersection_impl.h
>>> >  include/CGAL/Intersections_3/
>>> > @@ -916,7 +969,6 @@ include/CGAL/Iso_rectangle_2_Point_2_int
>>> >  include/CGAL/Iso_rectangle_2_Ray_2_intersection.h
>>> >  include/CGAL/Iso_rectangle_2_Segment_2_intersection.h
>>> >  include/CGAL/Iso_rectangle_d.h
>>> > -include/CGAL/Iterator_identity.h
>>> >  include/CGAL/Iterator_project.h
>>> >  include/CGAL/Iterator_transform.h
>>> >  include/CGAL/Join_input_iterator.h
>>> > @@ -1103,8 +1155,17 @@ include/CGAL/Line_arc_2.h
>>> >  include/CGAL/Line_arc_3.h
>>> >  include/CGAL/Linear_algebraCd.h
>>> >  include/CGAL/Linear_algebraHd.h
>>> > +include/CGAL/Linear_cell_complex.h
>>> > +include/CGAL/Linear_cell_complex_constructors.h
>>> > +include/CGAL/Linear_cell_complex_incremental_builder.h
>>> > +include/CGAL/Linear_cell_complex_min_items.h
>>> > +include/CGAL/Linear_cell_complex_operations.h
>>> > +include/CGAL/Linear_cell_complex_storages.h
>>> > +include/CGAL/Linear_cell_complex_traits.h
>>> >  include/CGAL/Location_policy.h
>>> >  include/CGAL/MP_Float.h
>>> > +include/CGAL/MP_Float_arithmetic_kernel.h
>>> > +include/CGAL/MP_Float_impl.h
>>> >  include/CGAL/Manhattan_distance_iso_box_point.h
>>> >  include/CGAL/Marching_tetrahedra_observer_default_3.h
>>> >  include/CGAL/Marching_tetrahedra_traits_skin_surface_3.h
>>> > @@ -1127,11 +1188,13 @@ include/CGAL/Mesh_3/Detect_features_in_p
>>> >  include/CGAL/Mesh_3/Detect_features_in_polyhedra_fwd.h
>>> >  include/CGAL/Mesh_3/Detect_polylines_in_polyhedra.h
>>> >  include/CGAL/Mesh_3/Detect_polylines_in_polyhedra_fwd.h
>>> > +include/CGAL/Mesh_3/Dump_c3t3.h
>>> >  include/CGAL/Mesh_3/Facet_criteria_visitor_with_balls.h
>>> >  include/CGAL/Mesh_3/Facet_on_same_surface_criterion.h
>>> > -include/CGAL/Mesh_3/IO.h
>>> > +include/CGAL/Mesh_3/Has_features.h
>>> >  include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h
>>> >  include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h
>>> > +include/CGAL/Mesh_3/Implicit_to_labeled_function_wrapper.h
>>> >  include/CGAL/Mesh_3/Labeled_mesh_domain_3.h
>>> >  include/CGAL/Mesh_3/Lloyd_move.h
>>> >  include/CGAL/Mesh_3/Mesh_complex_3_in_triangulation_3_base.h
>>> > @@ -1145,10 +1208,12 @@ include/CGAL/Mesh_3/Null_perturber_visit
>>> >  include/CGAL/Mesh_3/Odt_move.h
>>> >  include/CGAL/Mesh_3/Poisson_refine_cells_3.h
>>> >  include/CGAL/Mesh_3/Polyline_with_context.h
>>> > +include/CGAL/Mesh_3/Profile_counter.h
>>> >  include/CGAL/Mesh_3/Protect_edges_sizing_field.h
>>> >  include/CGAL/Mesh_3/Refine_cells_3.h
>>> >  include/CGAL/Mesh_3/Refine_facets_3.h
>>> >  include/CGAL/Mesh_3/Refine_tets_visitor.h
>>> > +include/CGAL/Mesh_3/Robust_intersection_kernel.h
>>> >  include/CGAL/Mesh_3/Robust_intersection_traits_3.h
>>> >  include/CGAL/Mesh_3/Robust_weighted_circumcenter_filtered_traits_3.h
>>> >  include/CGAL/Mesh_3/Sizing_grid.h
>>> > @@ -1159,9 +1224,10 @@ include/CGAL/Mesh_3/Triangle_accessor_pr
>>> >  include/CGAL/Mesh_3/Triangulation_helpers.h
>>> >  include/CGAL/Mesh_3/Triangulation_sizing_field.h
>>> >  include/CGAL/Mesh_3/Uniform_sizing_field.h
>>> > +include/CGAL/Mesh_3/config.h
>>> >  include/CGAL/Mesh_3/dihedral_angle_3.h
>>> >  include/CGAL/Mesh_3/global_parameters.h
>>> > -include/CGAL/Mesh_3/implicit_to_labeled_function_wrapper.h
>>> > +include/CGAL/Mesh_3/io_signature.h
>>> >  include/CGAL/Mesh_3/mesh_standard_cell_criteria.h
>>> >  include/CGAL/Mesh_3/mesh_standard_criteria.h
>>> >  include/CGAL/Mesh_3/mesh_standard_facet_criteria.h
>>> > @@ -1170,6 +1236,7 @@ include/CGAL/Mesh_3/parameters_defaults.
>>> >  include/CGAL/Mesh_3/polyhedral_to_labeled_function_wrapper.h
>>> >  include/CGAL/Mesh_3/radius_ratio.h
>>> >  include/CGAL/Mesh_3/sliver_criteria.h
>>> > +include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h
>>> >  include/CGAL/Mesh_3/utilities.h
>>> >  include/CGAL/Mesh_3/vertex_perturbation.h
>>> >  include/CGAL/Mesh_cell_base_3.h
>>> > @@ -1261,6 +1328,7 @@ include/CGAL/Modular_arithmetic/
>>> >  include/CGAL/Modular_arithmetic/Residue_type.h
>>> >  include/CGAL/Modular_traits.h
>>> >  include/CGAL/Monge_via_jet_fitting.h
>>> > +include/CGAL/Mpzf.h
>>> >  include/CGAL/Multi_surface_3.h
>>> >  include/CGAL/Multiscale_sort.h
>>> >  include/CGAL/Multiset.h
>>> > @@ -1448,7 +1516,19 @@ include/CGAL/Partition_2/partition_optim
>>> >  include/CGAL/Partition_2/partition_y_monotone_2.h
>>> >  include/CGAL/Partition_is_valid_traits_2.h
>>> >  include/CGAL/Partition_traits_2.h
>>> > -include/CGAL/Peak_memory_sizer.h
>>> > +include/CGAL/Periodic_2_Delaunay_triangulation_2.h
>>> > +include/CGAL/Periodic_2_Delaunay_triangulation_traits_2.h
>>> > +include/CGAL/Periodic_2_offset_2.h
>>> > +include/CGAL/Periodic_2_triangulation_2.h
>>> > +include/CGAL/Periodic_2_triangulation_dummy_12.h
>>> > +include/CGAL/Periodic_2_triangulation_face_base_2.h
>>> > +include/CGAL/Periodic_2_triangulation_filtered_traits_2.h
>>> > +include/CGAL/Periodic_2_triangulation_hierarchy_2.h
>>> > +include/CGAL/Periodic_2_triangulation_hierarchy_vertex_base_2.h
>>> > +include/CGAL/Periodic_2_triangulation_iterators_2.h
>>> > +include/CGAL/Periodic_2_triangulation_statically_filtered_traits_2.h
>>> > +include/CGAL/Periodic_2_triangulation_traits_2.h
>>> > +include/CGAL/Periodic_2_triangulation_vertex_base_2.h
>>> >  include/CGAL/Periodic_3_Delaunay_triangulation_3.h
>>> >  include/CGAL/Periodic_3_offset_3.h
>>> >  include/CGAL/Periodic_3_triangulation_3.h
>>> > @@ -1472,12 +1552,14 @@ include/CGAL/Point_2_Segment_2_intersect
>>> >  include/CGAL/Point_2_Triangle_2_intersection.h
>>> >  include/CGAL/Point_3.h
>>> >  include/CGAL/Point_container.h
>>> > +include/CGAL/Point_inside_polyhedron_3.h
>>> >  include/CGAL/Point_set_2.h
>>> >  include/CGAL/Point_traits.h
>>> >  include/CGAL/Point_with_normal_3.h
>>> >  include/CGAL/Point_with_psc_localisation.h
>>> >  include/CGAL/Point_with_surface_index.h
>>> >  include/CGAL/Point_with_surface_index_geom_traits.h
>>> > +include/CGAL/Poisson_implicit_surface_3.h
>>> >  include/CGAL/Poisson_mesh_cell_criteria_3.h
>>> >  include/CGAL/Poisson_reconstruction_function.h
>>> >  include/CGAL/Polygon_2/
>>> > @@ -1500,12 +1582,15 @@ include/CGAL/PolyhedralSurf_neighbors.h
>>> >  include/CGAL/Polyhedral_mesh_domain_3.h
>>> >  include/CGAL/Polyhedral_mesh_domain_with_features_3.h
>>> >  include/CGAL/Polyhedron_3.h
>>> > +include/CGAL/Polyhedron_3_property_map.h
>>> >  include/CGAL/Polyhedron_copy_3.h
>>> >  include/CGAL/Polyhedron_decorator_3.h
>>> >  include/CGAL/Polyhedron_incremental_builder_3.h
>>> >  include/CGAL/Polyhedron_items_3.h
>>> >  include/CGAL/Polyhedron_items_with_id_3.h
>>> >  include/CGAL/Polyhedron_min_items_3.h
>>> > +include/CGAL/Polyhedron_slicer_3.h
>>> > +include/CGAL/Polyhedron_stitching.h
>>> >  include/CGAL/Polyhedron_traits_3.h
>>> >  include/CGAL/Polyhedron_traits_with_normals_3.h
>>> >  include/CGAL/Polynomial/
>>> > @@ -1645,6 +1730,7 @@ include/CGAL/Polynomial/modular_gcd_util
>>> >  include/CGAL/Polynomial/polynomial_converters.h
>>> >  include/CGAL/Polynomial/polynomial_gcd.h
>>> >  include/CGAL/Polynomial/polynomial_gcd_implementations.h
>>> > +include/CGAL/Polynomial/polynomial_gcd_ntl.h
>>> >  include/CGAL/Polynomial/prs_resultant.h
>>> >  include/CGAL/Polynomial/resultant.h
>>> >  include/CGAL/Polynomial/square_free_factorize.h
>>> > @@ -1661,6 +1747,7 @@ include/CGAL/Polytope_distance_d.h
>>> >  include/CGAL/Polytope_distance_d_traits_2.h
>>> >  include/CGAL/Polytope_distance_d_traits_3.h
>>> >  include/CGAL/Polytope_distance_d_traits_d.h
>>> > +include/CGAL/Prevent_deref.h
>>> >  include/CGAL/Profile_counter.h
>>> >  include/CGAL/Profile_timer.h
>>> >  include/CGAL/Projection_traits_xy_3.h
>>> > @@ -1697,6 +1784,7 @@ include/CGAL/QP_solver/functors.h
>>> >  include/CGAL/Qt/
>>> >  include/CGAL/Qt/AlphaShapeGraphicsItem.h
>>> >  include/CGAL/Qt/ApolloniusGraphGraphicsItem.h
>>> > +include/CGAL/Qt/CGAL_Qt4_config.h
>>> >  include/CGAL/Qt/CircularArcGraphicsItem.h
>>> >  include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h
>>> >  include/CGAL/Qt/Converter.h
>>> > @@ -1709,6 +1797,7 @@ include/CGAL/Qt/GraphicsViewInput.h
>>> >  include/CGAL/Qt/GraphicsViewIsoRectangleInput.h
>>> >  include/CGAL/Qt/GraphicsViewLineInput.h
>>> >  include/CGAL/Qt/GraphicsViewNavigation.h
>>> > +include/CGAL/Qt/GraphicsViewPointInput.h
>>> >  include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h
>>> >  include/CGAL/Qt/GraphicsViewPolylineInput.h
>>> >  include/CGAL/Qt/LineGraphicsItem.h
>>> > @@ -1728,46 +1817,29 @@ include/CGAL/Qt/StreamLinesGraphicsItem.
>>> >  include/CGAL/Qt/TriangulationGraphicsItem.h
>>> >  include/CGAL/Qt/VoronoiGraphicsItem.h
>>> >  include/CGAL/Qt/debug.h
>>> > +include/CGAL/Qt/resources.h
>>> >  include/CGAL/Qt/utility.h
>>> > -include/CGAL/Qualified_result_of.h
>>> >  include/CGAL/Quotient.h
>>> >  include/CGAL/Quotient_fwd.h
>>> >  include/CGAL/RS/
>>> > -include/CGAL/RS/Algebraic_kernel_rs_1.h
>>> > +include/CGAL/RS/Gmpfr_make_unique.h
>>> > +include/CGAL/RS/ak_1.h
>>> > +include/CGAL/RS/ak_z_1.h
>>> >  include/CGAL/RS/algebraic_1.h
>>> > -include/CGAL/RS/algebraic_1_comparisons.h
>>> > -include/CGAL/RS/algebraic_1_constructors.h
>>> > -include/CGAL/RS/algebraic_1_member.h
>>> > -include/CGAL/RS/algebraic_1_operators.h
>>> > -include/CGAL/RS/algebraic_1_other.h
>>> > -include/CGAL/RS/algebraic_1_real_embeddable.h
>>> > -include/CGAL/RS/basic.h
>>> > -include/CGAL/RS/compare_1.h
>>> > -include/CGAL/RS/crt.h
>>> > +include/CGAL/RS/algebraic_z_1.h
>>> > +include/CGAL/RS/bisection_refiner_1.h
>>> > +include/CGAL/RS/comparator_1.h
>>> >  include/CGAL/RS/dyadic.h
>>> > -include/CGAL/RS/functors.h
>>> > -include/CGAL/RS/inverse.h
>>> > -include/CGAL/RS/p.h
>>> > -include/CGAL/RS/pagealloc.h
>>> > -include/CGAL/RS/polynomial_1.h
>>> > -include/CGAL/RS/polynomial_1_constructors.h
>>> > -include/CGAL/RS/polynomial_1_eval.h
>>> > -include/CGAL/RS/polynomial_1_impl.h
>>> > -include/CGAL/RS/polynomial_1_io.h
>>> > -include/CGAL/RS/polynomial_1_member.h
>>> > -include/CGAL/RS/polynomial_1_operators.h
>>> > -include/CGAL/RS/polynomial_1_parser.h
>>> > -include/CGAL/RS/polynomial_1_utils.h
>>> > -include/CGAL/RS/polynomial_converter.h
>>> > -include/CGAL/RS/polynomial_functors.h
>>> > -include/CGAL/RS/pp.h
>>> > -include/CGAL/RS/primes.h
>>> > -include/CGAL/RS/refine_1_rs.h
>>> > -include/CGAL/RS/sign_1.h
>>> > -include/CGAL/RS/sign_1_no_rs.h
>>> > -include/CGAL/RS/sign_1_rs.h
>>> > -include/CGAL/RS/solve_1.h
>>> > -include/CGAL/RS/ugcd.h
>>> > +include/CGAL/RS/exact_signat_1.h
>>> > +include/CGAL/RS/functors_1.h
>>> > +include/CGAL/RS/functors_z_1.h
>>> > +include/CGAL/RS/polynomial_converter_1.h
>>> > +include/CGAL/RS/rs23_k_isolator_1.h
>>> > +include/CGAL/RS/rs2_calls.h
>>> > +include/CGAL/RS/rs2_isolator_1.h
>>> > +include/CGAL/RS/rs3_k_refiner_1.h
>>> > +include/CGAL/RS/rs3_refiner_1.h
>>> > +include/CGAL/RS/signat_1.h
>>> >  include/CGAL/Random.h
>>> >  include/CGAL/Random_access_adaptor.h
>>> >  include/CGAL/Random_access_value_adaptor.h
>>> > @@ -1805,21 +1877,20 @@ include/CGAL/Regular_triangulation_filte
>>> >  include/CGAL/Regular_triangulation_filtered_traits_3.h
>>> >  include/CGAL/Regular_triangulation_vertex_base_2.h
>>> >  include/CGAL/Residue.h
>>> > -include/CGAL/Restricted_double.h
>>> >  include/CGAL/Ridges.h
>>> >  include/CGAL/Robust_circumcenter_filtered_traits_3.h
>>> >  include/CGAL/Robust_circumcenter_traits_3.h
>>> >  include/CGAL/Robust_construction.h
>>> >  include/CGAL/Root_for_circles_2_2.h
>>> >  include/CGAL/Root_for_spheres_2_3.h
>>> > -include/CGAL/Root_of_2.h
>>> >  include/CGAL/Root_of_traits.h
>>> > +include/CGAL/Root_of_traits_specializations.h
>>> >  include/CGAL/Runge_kutta_integrator_2.h
>>> > -include/CGAL/Safe_circulator_from_iterator.h
>>> >  include/CGAL/Scalar_factor_traits.h
>>> >  include/CGAL/Search_traits.h
>>> >  include/CGAL/Search_traits_2.h
>>> >  include/CGAL/Search_traits_3.h
>>> > +include/CGAL/Search_traits_adapter.h
>>> >  include/CGAL/Search_traits_d.h
>>> >  include/CGAL/Search_traits_vertex_handle_3.h
>>> >  include/CGAL/Segment_2.h
>>> > @@ -1857,7 +1928,6 @@ include/CGAL/Segment_Delaunay_graph_2/Or
>>> >  include/CGAL/Segment_Delaunay_graph_2/Predicates_C2.h
>>> >  include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_2_impl.h
>>> >
>>>  
>>> include/CGAL/Segment_Delaunay_graph_2/Segment_Delaunay_graph_hierarchy_2_impl.h
>>> > -include/CGAL/Segment_Delaunay_graph_2/Sqrt_extension_1.h
>>> >  include/CGAL/Segment_Delaunay_graph_2/Sqrt_extension_2.h
>>> >  include/CGAL/Segment_Delaunay_graph_2/Traits_base_2.h
>>> >  include/CGAL/Segment_Delaunay_graph_2/Traits_wrapper_2.h
>>> > @@ -1887,6 +1957,7 @@ include/CGAL/Segment_Delaunay_graph_trai
>>> >  include/CGAL/Segment_Delaunay_graph_vertex_base_2.h
>>> >  include/CGAL/Segment_tree_d.h
>>> >  include/CGAL/Segment_tree_k.h
>>> > +include/CGAL/Self_intersection_polyhedron_3.h
>>> >  include/CGAL/Simple_cartesian.h
>>> >  include/CGAL/Simple_circular_kernel_2.h
>>> >  include/CGAL/Simple_homogeneous.h
>>> > @@ -1906,6 +1977,9 @@ include/CGAL/Snap_rounding_2.h
>>> >  include/CGAL/Snap_rounding_kd_2.h
>>> >  include/CGAL/Snap_rounding_traits_2.h
>>> >  include/CGAL/Sorted_matrix_search_traits_adaptor.h
>>> > +include/CGAL/Spatial_sort_traits_adapter_2.h
>>> > +include/CGAL/Spatial_sort_traits_adapter_3.h
>>> > +include/CGAL/Spatial_sort_traits_adapter_d.h
>>> >  include/CGAL/Sphere_3.h
>>> >  include/CGAL/Spherical_kernel_3.h
>>> >  include/CGAL/Spherical_kernel_intersections.h
>>> > @@ -1917,6 +1991,7 @@ include/CGAL/Sqrt_extension/Algebraic_ex
>>> >  include/CGAL/Sqrt_extension/Algebraic_structure_traits.h
>>> >  include/CGAL/Sqrt_extension/Chinese_remainder_traits.h
>>> >  include/CGAL/Sqrt_extension/Coercion_traits.h
>>> > +include/CGAL/Sqrt_extension/Eigen_NumTraits.h
>>> >  include/CGAL/Sqrt_extension/Fraction_traits.h
>>> >  include/CGAL/Sqrt_extension/Get_arithmetic_kernel.h
>>> >  include/CGAL/Sqrt_extension/Modular_traits.h
>>> > @@ -1926,6 +2001,7 @@ include/CGAL/Sqrt_extension/Sqrt_extensi
>>> >  include/CGAL/Sqrt_extension/Wang_traits.h
>>> >  include/CGAL/Sqrt_extension/convert_to_bfi.h
>>> >  include/CGAL/Sqrt_extension/io.h
>>> > +include/CGAL/Sqrt_extension_fwd.h
>>> >  include/CGAL/Square_border_parameterizer_3.h
>>> >  include/CGAL/Straight_2.h
>>> >  include/CGAL/Straight_skeleton_2/
>>> > @@ -1963,6 +2039,7 @@ include/CGAL/Surface_mesh_simplification
>>> >  include/CGAL/Surface_mesh_simplification/HalfedgeGraph_Polyhedron_3.h
>>> >  include/CGAL/Surface_mesh_simplification/Policies/
>>> >  include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/
>>> >
>>> +include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Constrained_placement.h
>>> >
>>>  
>>> include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_ratio_stop_predicate.h
>>> >
>>>  
>>> include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Count_stop_predicate.h
>>> >
>>>  include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/
>>> > @@ -1989,6 +2066,7 @@ include/CGAL/Surface_mesher/Implicit_sur
>>> >  include/CGAL/Surface_mesher/Intersection_data_structure_3.h
>>> >  include/CGAL/Surface_mesher/Null_oracle_visitor.h
>>> >  include/CGAL/Surface_mesher/Point_surface_indices_oracle_visitor.h
>>> > +include/CGAL/Surface_mesher/Poisson_implicit_surface_oracle_3.h
>>> >  include/CGAL/Surface_mesher/Polyhedral_oracle.h
>>> >  include/CGAL/Surface_mesher/Profile_counter.h
>>> >  include/CGAL/Surface_mesher/Profile_timer.h
>>> > @@ -2158,7 +2236,6 @@ include/CGAL/Voronoi_diagram_2/Unbounded
>>> >  include/CGAL/Voronoi_diagram_2/Validity_testers.h
>>> >  include/CGAL/Voronoi_diagram_2/Vertex.h
>>> >  include/CGAL/Voronoi_diagram_2/basic.h
>>> > -include/CGAL/Voronoi_diagram_2/tags.h
>>> >  include/CGAL/Voronoi_intersection_2_traits_3.h
>>> >  include/CGAL/Weighted_Minkowski_distance.h
>>> >  include/CGAL/Weighted_alpha_shape_euclidean_traits_2.h
>>> > @@ -2182,12 +2259,10 @@ include/CGAL/assertions.h
>>> >  include/CGAL/assertions_behaviour.h
>>> >  include/CGAL/auto_link/
>>> >  include/CGAL/auto_link/CGAL.h
>>> > -include/CGAL/auto_link/CGALQt.h
>>> > +include/CGAL/auto_link/CGALQt3.h
>>> >  include/CGAL/auto_link/CORE.h
>>> > -include/CGAL/auto_link/GMP.h
>>> >  include/CGAL/auto_link/ImageIO.h
>>> >  include/CGAL/auto_link/LAPACK.h
>>> > -include/CGAL/auto_link/MPFR.h
>>> >  include/CGAL/auto_link/Qt4.h
>>> >  include/CGAL/auto_link/TAUCS.h
>>> >  include/CGAL/auto_link/auto_link.h
>>> > @@ -2199,7 +2274,9 @@ include/CGAL/basic_constructions_3.h
>>> >  include/CGAL/bbox_intersection_3.h
>>> >  include/CGAL/boost/
>>> >  include/CGAL/boost/graph/
>>> > +include/CGAL/boost/graph/graph_traits_Arrangement_2.h
>>> >  include/CGAL/boost/graph/graph_traits_Delaunay_triangulation_2.h
>>> > +include/CGAL/boost/graph/graph_traits_Dual_Arrangement_2.h
>>> >  include/CGAL/boost/graph/graph_traits_HalfedgeDS.h
>>> >  include/CGAL/boost/graph/graph_traits_Polyhedron_3.h
>>> >  include/CGAL/boost/graph/graph_traits_Triangulation_2.h
>>> > @@ -2225,7 +2302,6 @@ include/CGAL/ch_melkman.h
>>> >  include/CGAL/ch_selected_extreme_points_2.h
>>> >  include/CGAL/circulator.h
>>> >  include/CGAL/circulator_bases.h
>>> > -include/CGAL/circulator_impl.h
>>> >  include/CGAL/compare_vertices.h
>>> >  include/CGAL/compiler_config.h
>>> >  include/CGAL/compute_average_spacing.h
>>> > @@ -2248,12 +2324,14 @@ include/CGAL/convert_to_bfi.h
>>> >  include/CGAL/convex_decomposition_3.h
>>> >  include/CGAL/convex_hull_2.h
>>> >  include/CGAL/convex_hull_3.h
>>> > +include/CGAL/convex_hull_3_to_polyhedron_3.h
>>> >  include/CGAL/convex_hull_constructive_traits_2.h
>>> >  include/CGAL/convex_hull_incremental_3.h
>>> >  include/CGAL/convex_hull_traits_2.h
>>> >  include/CGAL/convexity_check_2.h
>>> >  include/CGAL/convexity_check_3.h
>>> >  include/CGAL/copy_n.h
>>> > +include/CGAL/corefinement_operations.h
>>> >  include/CGAL/create_offset_polygons_2.h
>>> >  include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h
>>> >  include/CGAL/create_straight_skeleton_2.h
>>> > @@ -2268,6 +2346,12 @@ include/CGAL/enum.h
>>> >  include/CGAL/envelope_2.h
>>> >  include/CGAL/envelope_3.h
>>> >  include/CGAL/exceptions.h
>>> > +include/CGAL/export/
>>> > +include/CGAL/export/CGAL.h
>>> > +include/CGAL/export/CORE.h
>>> > +include/CGAL/export/ImageIO.h
>>> > +include/CGAL/export/Qt4.h
>>> > +include/CGAL/export/helpers.h
>>> >  include/CGAL/extended_euclidean_algorithm.h
>>> >  include/CGAL/extremal_polygon_2.h
>>> >  include/CGAL/exude_mesh_3.h
>>> > @@ -2302,9 +2386,17 @@ include/CGAL/internal/AABB_tree/AABB_dra
>>> >  include/CGAL/internal/AABB_tree/AABB_node.h
>>> >  include/CGAL/internal/AABB_tree/AABB_search_tree.h
>>> >  include/CGAL/internal/AABB_tree/AABB_traversal_traits.h
>>> > +include/CGAL/internal/AABB_tree/Has_nested_type_Shared_data.h
>>> > +include/CGAL/internal/AABB_tree/Primitive_helper.h
>>> >  include/CGAL/internal/AABB_tree/nearest_point_segment_3.h
>>> >  include/CGAL/internal/AABB_tree/nearest_point_triangle_3.h
>>> >  include/CGAL/internal/Classification_type.h
>>> > +include/CGAL/internal/Combinatorial_map_copy_functors.h
>>> > +include/CGAL/internal/Combinatorial_map_group_functors.h
>>> > +include/CGAL/internal/Combinatorial_map_internal_functors.h
>>> > +include/CGAL/internal/Combinatorial_map_sewable.h
>>> > +include/CGAL/internal/Combinatorial_map_utility.h
>>> > +include/CGAL/internal/Combinatorial_map_utility_novariadic.h
>>> >  include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h
>>> >  include/CGAL/internal/Dummy_tds_3.h
>>> >  include/CGAL/internal/Exact_type_selector.h
>>> > @@ -2320,16 +2412,31 @@ include/CGAL/internal/Intersections_3/Tr
>>> >  include/CGAL/internal/Intersections_3/Triangle_3_Ray_3_intersection.h
>>> >
>>>  include/CGAL/internal/Intersections_3/Triangle_3_Segment_3_intersection.h
>>> >  include/CGAL/internal/K_neighbor_search.h
>>> > +include/CGAL/internal/Lazy_alpha_nt_2.h
>>> > +include/CGAL/internal/Lazy_alpha_nt_3.h
>>> > +include/CGAL/internal/Mesh_3/
>>> > +include/CGAL/internal/Mesh_3/get_index.h
>>> > +include/CGAL/internal/Operations_on_polyhedra/
>>> >
>>> +include/CGAL/internal/Operations_on_polyhedra/AABB_triangle_accessor_3_primitive.h
>>> >
>>> +include/CGAL/internal/Operations_on_polyhedra/Point_inside_vertical_ray_cast.h
>>> >
>>> +include/CGAL/internal/Operations_on_polyhedra/Ray_3_Triangle_3_traversal_traits.h
>>> > +include/CGAL/internal/Operations_on_polyhedra/compute_normal.h
>>> >  include/CGAL/internal/Projection_traits_3.h
>>> >  include/CGAL/internal/Regular_triangulation_filtered_traits_3.h
>>> >  include/CGAL/internal/Static_filters/
>>> > +include/CGAL/internal/Static_filters/Angle_3.h
>>> >  include/CGAL/internal/Static_filters/Compare_squared_radius_3.h
>>> >
>>>  include/CGAL/internal/Static_filters/Compare_weighted_squared_radius_3.h
>>> >  include/CGAL/internal/Static_filters/Compare_y_at_x_2.h
>>> >  include/CGAL/internal/Static_filters/Coplanar_orientation_3.h
>>> >
>>>  include/CGAL/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h
>>> > +include/CGAL/internal/Static_filters/Do_intersect_3.h
>>> > +include/CGAL/internal/Static_filters/Equal_3.h
>>> > +include/CGAL/internal/Static_filters/Is_degenerate_3.h
>>> >  include/CGAL/internal/Static_filters/Orientation_2.h
>>> >  include/CGAL/internal/Static_filters/Orientation_3.h
>>> > +include/CGAL/internal/Static_filters/Periodic_2_orientation_2.h
>>> >
>>> +include/CGAL/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
>>> >  include/CGAL/internal/Static_filters/Periodic_3_orientation_3.h
>>> >
>>>  include/CGAL/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h
>>> >  include/CGAL/internal/Static_filters/Power_test_3.h
>>> > @@ -2339,12 +2446,36 @@ include/CGAL/internal/Static_filters/Sid
>>> >  include/CGAL/internal/Static_filters/Static_filter_error.h
>>> >  include/CGAL/internal/Static_filters/Static_filters.h
>>> >  include/CGAL/internal/Static_filters/tools.h
>>> > +include/CGAL/internal/Surface_mesh_segmentation/
>>> > +include/CGAL/internal/Surface_mesh_segmentation/AABB_traits.h
>>> >
>>> +include/CGAL/internal/Surface_mesh_segmentation/AABB_traversal_traits.h
>>> >
>>> +include/CGAL/internal/Surface_mesh_segmentation/Alpha_expansion_graph_cut.h
>>> > +include/CGAL/internal/Surface_mesh_segmentation/Disk_samplers.h
>>> >
>>> +include/CGAL/internal/Surface_mesh_segmentation/Expectation_maximization.h
>>> > +include/CGAL/internal/Surface_mesh_segmentation/Filters.h
>>> > +include/CGAL/internal/Surface_mesh_segmentation/K_means_clustering.h
>>> > +include/CGAL/internal/Surface_mesh_segmentation/SDF_calculation.h
>>> >
>>> +include/CGAL/internal/Surface_mesh_segmentation/Surface_mesh_segmentation.h
>>> >  include/CGAL/internal/Triangulation_ds_circulators_3.h
>>> >  include/CGAL/internal/Triangulation_ds_iterators_3.h
>>> > +include/CGAL/internal/auxiliary/
>>> > +include/CGAL/internal/auxiliary/graph.h
>>> > +include/CGAL/internal/boost/
>>> > +include/CGAL/internal/boost/array_binary_tree.hpp
>>> > +include/CGAL/internal/boost/mutable_heap.hpp
>>> > +include/CGAL/internal/boost/mutable_queue.hpp
>>> > +include/CGAL/internal/boost/property_map.h
>>> >  include/CGAL/internal/bounded_priority_queue.h
>>> >  include/CGAL/internal/container_fwd_fixed.hpp
>>> > -include/CGAL/internal/gcc_cpp0x.h
>>> > -include/CGAL/internal/spatial_sorting_traits_with_indices.h
>>> > +include/CGAL/internal/corefinement/
>>> >
>>> +include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h
>>> > +include/CGAL/internal/corefinement/Polyhedron_constness_types.h
>>> > +include/CGAL/internal/corefinement/Polyhedron_subset_extraction.h
>>> > +include/CGAL/internal/corefinement/intersection_coplanar_triangles_3.h
>>> > +include/CGAL/internal/corefinement/intersection_triangle_segment_3.h
>>> >
>>> +include/CGAL/internal/corefinement/intersection_triangle_segment_3_coplanar.h
>>> > +include/CGAL/internal/deprecation_warning.h
>>> > +include/CGAL/internal/info_check.h
>>> >  include/CGAL/interpolation_functions.h
>>> >  include/CGAL/intersection_2.h
>>> >  include/CGAL/intersection_2_1.h
>>> > @@ -2352,18 +2483,22 @@ include/CGAL/intersection_2_2.h
>>> >  include/CGAL/intersection_2_3.h
>>> >  include/CGAL/intersection_3.h
>>> >  include/CGAL/intersection_3_1.h
>>> > +include/CGAL/intersection_of_Polyhedra_3.h
>>> > +include/CGAL/intersection_of_Polyhedra_3_refinement_visitor.h
>>> >  include/CGAL/intersections.h
>>> >  include/CGAL/intersections_d.h
>>> >  include/CGAL/ipower.h
>>> > +include/CGAL/is_convertible.h
>>> >  include/CGAL/is_iterator.h
>>> > +include/CGAL/is_streamable.h
>>> >  include/CGAL/is_y_monotone_2.h
>>> >  include/CGAL/iterator.h
>>> >  include/CGAL/jet_estimate_normals.h
>>> >  include/CGAL/jet_smooth_point_set.h
>>> > -include/CGAL/k_nearest_neighbor.h
>>> >  include/CGAL/kdtree_d.h
>>> >  include/CGAL/kernel_assertions.h
>>> >  include/CGAL/kernel_basic.h
>>> > +include/CGAL/kernel_config.h
>>> >  include/CGAL/kernel_to_kernel.h
>>> >  include/CGAL/known_bit_size_integers.h
>>> >  include/CGAL/leda_bigfloat.h
>>> > @@ -2395,6 +2530,7 @@ include/CGAL/make_surface_mesh.h
>>> >  include/CGAL/make_union_of_balls_3.h
>>> >  include/CGAL/marching_tetrahedra_3.h
>>> >  include/CGAL/memory.h
>>> > +include/CGAL/mesh_segmentation.h
>>> >  include/CGAL/mesh_skin_surface_3.h
>>> >  include/CGAL/mesh_union_of_balls_3.h
>>> >  include/CGAL/min_max_n.h
>>> > @@ -2415,11 +2551,13 @@ include/CGAL/natural_neighbor_coordinate
>>> >  include/CGAL/nearest_neighbor_delaunay_2.h
>>> >  include/CGAL/normal_vector_newell_3.h
>>> >  include/CGAL/number_type_basic.h
>>> > +include/CGAL/number_type_config.h
>>> >  include/CGAL/number_utils.h
>>> >  include/CGAL/number_utils_classes.h
>>> >  include/CGAL/odt_optimize_mesh_3.h
>>> >  include/CGAL/offset_polygon_2.h
>>> >  include/CGAL/optimize_mesh_3.h
>>> > +include/CGAL/orient_polygon_soup.h
>>> >  include/CGAL/parameterize.h
>>> >  include/CGAL/partition_2.h
>>> >  include/CGAL/partition_is_valid_2.h
>>> > @@ -2468,6 +2606,7 @@ include/CGAL/refine_mesh_3.h
>>> >  include/CGAL/regular_neighbor_coordinates_2.h
>>> >  include/CGAL/remove_outliers.h
>>> >  include/CGAL/representation_tags.h
>>> > +include/CGAL/result_of.h
>>> >  include/CGAL/segment_intersection_points_2.h
>>> >  include/CGAL/sibson_gradient_fitting.h
>>> >  include/CGAL/simple_transformations_d.h
>>> > @@ -2482,6 +2621,7 @@ include/CGAL/squared_distance_3_0.h
>>> >  include/CGAL/squared_distance_3_1.h
>>> >  include/CGAL/squared_distance_3_2.h
>>> >  include/CGAL/squared_distance_utils.h
>>> > +include/CGAL/sse2.h
>>> >  include/CGAL/streamlines_assertions.h
>>> >  include/CGAL/subdivide_skin_surface_mesh_3.h
>>> >  include/CGAL/subdivide_union_of_balls_mesh_3.h
>>> > @@ -2494,10 +2634,12 @@ include/CGAL/tags.h
>>> >  include/CGAL/to_rational.h
>>> >  include/CGAL/trace.h
>>> >  include/CGAL/triangulate_mixed_complex_3.h
>>> > +include/CGAL/triangulate_polyhedron.h
>>> >  include/CGAL/triangulate_power_diagram_3.h
>>> >  include/CGAL/triangulation_assertions.h
>>> >  include/CGAL/tuple.h
>>> >  include/CGAL/type_traits.h
>>> > +include/CGAL/use.h
>>> >  include/CGAL/user_classes.h
>>> >  include/CGAL/utility.h
>>> >  include/CGAL/utils.h
>>> > @@ -2505,6 +2647,7 @@ include/CGAL/utils_classes.h
>>> >  include/CGAL/value_type_traits.h
>>> >  include/CGAL/vector.h
>>> >  include/CGAL/version.h
>>> > +include/CGAL/version_macros.h
>>> >  include/CGAL/vtkSurfaceMesherContourFilter.h
>>> >  include/CGAL/width_assertions.h
>>> >  include/CGAL/wmult.h
>>> > @@ -2521,27 +2664,28 @@ lib/CGAL/CGALConfig_install.cmake.in
>>> >  lib/CGAL/CGAL_CheckCXXFileRuns.cmake
>>> >  lib/CGAL/CGAL_Common.cmake
>>> >  lib/CGAL/CGAL_CreateSingleSourceCGALProgram.cmake
>>> > -lib/CGAL/CGAL_FindPackageHandleStandardArgs.cmake
>>> >  lib/CGAL/CGAL_GeneratorSpecificSettings.cmake
>>> >  lib/CGAL/CGAL_Locate_CGAL_TAUCS.cmake
>>> >  lib/CGAL/CGAL_Macros.cmake
>>> > +lib/CGAL/CGAL_SCM.cmake
>>> >  lib/CGAL/CGAL_SetupBoost.cmake
>>> >  lib/CGAL/CGAL_SetupDependencies.cmake
>>> >  lib/CGAL/CGAL_SetupFlags.cmake
>>> > -lib/CGAL/CGAL_SetupGMP.cmake
>>> > -lib/CGAL/CGAL_SetupGMPXX.cmake
>>> > -lib/CGAL/CGAL_SetupLEDA.cmake
>>> > +lib/CGAL/CGAL_TweakFindBoost.cmake
>>> >  lib/CGAL/CGAL_UseBLAS.cmake
>>> >  lib/CGAL/CGAL_UseLAPACK.cmake
>>> > +lib/CGAL/CGAL_UseLEDA.cmake
>>> >  lib/CGAL/CGAL_UseMKL.cmake
>>> >  lib/CGAL/CGAL_UseMPFI.cmake
>>> >  lib/CGAL/CGAL_UseRS.cmake
>>> > +lib/CGAL/CGAL_UseRS3.cmake
>>> >  lib/CGAL/CGAL_UseTAUCS.cmake
>>> >  lib/CGAL/CGAL_VersionUtils.cmake
>>> >  lib/CGAL/FindCGAL.cmake
>>> >  lib/CGAL/FindCGAL_CORE.cmake
>>> >  lib/CGAL/FindCORE.cmake
>>> >  lib/CGAL/FindESBTL.cmake
>>> > +lib/CGAL/FindEigen3.cmake
>>> >  lib/CGAL/FindF2C.cmake
>>> >  lib/CGAL/FindGMP.cmake
>>> >  lib/CGAL/FindGMPXX.cmake
>>> > @@ -2550,23 +2694,28 @@ lib/CGAL/FindLEDA.cmake
>>> >  lib/CGAL/FindMKL.cmake
>>> >  lib/CGAL/FindMPFI.cmake
>>> >  lib/CGAL/FindMPFR.cmake
>>> > +lib/CGAL/FindNTL.cmake
>>> >  lib/CGAL/FindQGLViewer.cmake
>>> >  lib/CGAL/FindQt3-patched.cmake
>>> >  lib/CGAL/FindRS.cmake
>>> > +lib/CGAL/FindRS3.cmake
>>> >  lib/CGAL/FindTAUCS.cmake
>>> > +lib/CGAL/FindTBB.cmake
>>> >  lib/CGAL/Qt3Macros-patched.cmake
>>> >  lib/CGAL/UseCGAL.cmake
>>> >  lib/CGAL/UseESBTL.cmake
>>> > +lib/CGAL/UseEigen3.cmake
>>> > +lib/CGAL/UseTBB.cmake
>>> >  lib/CGAL/test_MPFI.cpp
>>> >  @lib lib/libCGAL.so.${LIBCGAL_VERSION}
>>> >  @lib lib/libCGAL_Core.so.${LIBCGAL_Core_VERSION}
>>> >  @lib lib/libCGAL_ImageIO.so.${LIBCGAL_ImageIO_VERSION}
>>> >  @lib lib/libCGAL_Qt4.so.${LIBCGAL_Qt4_VERSION}
>>> >  @man man/man1/cgal_create_cmake_script.1
>>> > -share/doc/CGAL-3.8/
>>> > -share/doc/CGAL-3.8/AUTHORS
>>> > -share/doc/CGAL-3.8/CHANGES
>>> > -share/doc/CGAL-3.8/LICENSE
>>> > -share/doc/CGAL-3.8/LICENSE.FREE_USE
>>> > -share/doc/CGAL-3.8/LICENSE.LGPL
>>> > -share/doc/CGAL-3.8/LICENSE.QPL
>>> > +share/doc/CGAL-4.4/
>>> > +share/doc/CGAL-4.4/AUTHORS
>>> > +share/doc/CGAL-4.4/CHANGES
>>> > +share/doc/CGAL-4.4/LICENSE
>>> > +share/doc/CGAL-4.4/LICENSE.FREE_USE
>>> > +share/doc/CGAL-4.4/LICENSE.GPL
>>> > +share/doc/CGAL-4.4/LICENSE.LGPL
>>> >
>>>
>>
>>
>

Reply via email to