Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Dec 2022 11:06:29 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b922b33114c3 - main - math/cgal: Update 5.3 -> 5.5.1
Message-ID:  <202212241106.2BOB6T16099445@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b922b33114c330de78852e0a97dd18546a22144d

commit b922b33114c330de78852e0a97dd18546a22144d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-12-24 11:05:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-12-24 11:06:22 +0000

    math/cgal: Update 5.3 -> 5.5.1
    
    Approved by:    wen@ (maintainer)
---
 math/cgal/Makefile                          |   3 +-
 math/cgal/distinfo                          |   6 +-
 math/cgal/files/patch-include_CGAL_config.h |  12 -
 math/cgal/pkg-plist                         | 703 +++++++++++++++++-----------
 4 files changed, 444 insertions(+), 280 deletions(-)

diff --git a/math/cgal/Makefile b/math/cgal/Makefile
index ce4d47c9b840..a20ad8bc878d 100644
--- a/math/cgal/Makefile
+++ b/math/cgal/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	cgal
-PORTVERSION=	5.3
-PORTREVISION=	3
+PORTVERSION=	5.5.1
 CATEGORIES=	math
 MASTER_SITES=	https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/v${PORTVERSION}/
 DISTNAME=	${PORTNAME:tu}-${PORTVERSION}
diff --git a/math/cgal/distinfo b/math/cgal/distinfo
index 02a0b77464f5..a0c795ac438e 100644
--- a/math/cgal/distinfo
+++ b/math/cgal/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629873319
-SHA256 (CGAL-5.3.tar.xz) = 2c242e3f27655bc80b34e2fa5e32187a46003d2d9cd7dbec8fbcbc342cea2fb6
-SIZE (CGAL-5.3.tar.xz) = 23295684
+TIMESTAMP = 1671490197
+SHA256 (CGAL-5.5.1.tar.xz) = 091630def028facdcaf00eb5b68ad79eddac1b855cca6e87eef18a031566edfc
+SIZE (CGAL-5.5.1.tar.xz) = 24164376
diff --git a/math/cgal/files/patch-include_CGAL_config.h b/math/cgal/files/patch-include_CGAL_config.h
deleted file mode 100644
index 5e32572dc176..000000000000
--- a/math/cgal/files/patch-include_CGAL_config.h
+++ /dev/null
@@ -1,12 +0,0 @@
---- include/CGAL/config.h.orig	2018-02-24 20:00:36 UTC
-+++ include/CGAL/config.h
-@@ -335,7 +335,8 @@
-    || defined(__x86_64) || defined(__x86_64__) \
-    || defined(__ia64) || defined(__ia64__) \
-    || defined(_M_IX86) || defined(_M_IA64) \
--   || defined(_M_ALPHA) || defined(_WIN64)
-+   || defined(_M_ALPHA) || defined(_WIN64) \
-+   || defined(__arm)
- #  define CGAL_LITTLE_ENDIAN
- #else
- #  error Unknown endianness
diff --git a/math/cgal/pkg-plist b/math/cgal/pkg-plist
index 626e6704d844..e2a10c8ad0c1 100644
--- a/math/cgal/pkg-plist
+++ b/math/cgal/pkg-plist
@@ -10,10 +10,24 @@ include/CGAL/AABB_primitive.h
 include/CGAL/AABB_segment_primitive.h
 include/CGAL/AABB_traits.h
 include/CGAL/AABB_tree.h
+include/CGAL/AABB_tree/internal/AABB_drawing_traits.h
+include/CGAL/AABB_tree/internal/AABB_node.h
+include/CGAL/AABB_tree/internal/AABB_ray_intersection.h
+include/CGAL/AABB_tree/internal/AABB_search_tree.h
+include/CGAL/AABB_tree/internal/AABB_traversal_traits.h
+include/CGAL/AABB_tree/internal/Has_nested_type_Shared_data.h
+include/CGAL/AABB_tree/internal/Is_ray_intersection_geomtraits.h
+include/CGAL/AABB_tree/internal/Primitive_helper.h
+include/CGAL/AABB_tree/internal/triangle_datum_covering.h
 include/CGAL/AABB_triangle_primitive.h
 include/CGAL/AABB_triangulation_3_cell_primitive.h
 include/CGAL/AABB_triangulation_3_triangle_primitive.h
 include/CGAL/Advancing_front_surface_reconstruction.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_face_base_2.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/Surface_vertex_base_2.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/construct_polyhedron.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/construct_surface_2.h
+include/CGAL/Advancing_front_surface_reconstruction/internal/write_triple_indices.h
 include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h
 include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h
 include/CGAL/Aff_transformation_2.h
@@ -78,6 +92,21 @@ include/CGAL/Alpha_shape_cell_base_3.h
 include/CGAL/Alpha_shape_face_base_2.h
 include/CGAL/Alpha_shape_vertex_base_2.h
 include/CGAL/Alpha_shape_vertex_base_3.h
+include/CGAL/Alpha_shapes_2/internal/Lazy_alpha_nt_2.h
+include/CGAL/Alpha_shapes_3/internal/Classification_type.h
+include/CGAL/Alpha_shapes_3/internal/Lazy_alpha_nt_3.h
+include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_3.h
+include/CGAL/Alpha_wrap_3/internal/Alpha_wrap_AABB_traits.h
+include/CGAL/Alpha_wrap_3/internal/Oracle_base.h
+include/CGAL/Alpha_wrap_3/internal/Point_set_oracle.h
+include/CGAL/Alpha_wrap_3/internal/Segment_soup_oracle.h
+include/CGAL/Alpha_wrap_3/internal/Triangle_mesh_oracle.h
+include/CGAL/Alpha_wrap_3/internal/Triangle_soup_oracle.h
+include/CGAL/Alpha_wrap_3/internal/gate_priority_queue.h
+include/CGAL/Alpha_wrap_3/internal/geometry_utils.h
+include/CGAL/Alpha_wrap_3/internal/offset_intersection.h
+include/CGAL/Alpha_wrap_3/internal/oracles.h
+include/CGAL/Alpha_wrap_3/internal/splitting_helper.h
 include/CGAL/Apollonius_graph_2.h
 include/CGAL/Apollonius_graph_2/Apollonius_graph_2_impl.h
 include/CGAL/Apollonius_graph_2/Apollonius_graph_hierarchy_2_impl.h
@@ -291,13 +320,20 @@ include/CGAL/Arrangement_with_history_2.h
 include/CGAL/Arrangement_zone_2.h
 include/CGAL/BOOST_MP_arithmetic_kernel.h
 include/CGAL/Barycentric_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/Delaunay_domain_2.h
 include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_2.h
+include/CGAL/Barycentric_coordinates_2/Discrete_harmonic_coordinates_2.h
 include/CGAL/Barycentric_coordinates_2/Generalized_barycentric_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/Harmonic_coordinates_2.h
 include/CGAL/Barycentric_coordinates_2/Mean_value_2.h
-include/CGAL/Barycentric_coordinates_2/Segment_coordinates_2.h
-include/CGAL/Barycentric_coordinates_2/Triangle_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/Mean_value_coordinates_2.h
 include/CGAL/Barycentric_coordinates_2/Wachspress_2.h
+include/CGAL/Barycentric_coordinates_2/Wachspress_coordinates_2.h
 include/CGAL/Barycentric_coordinates_2/barycentric_enum_2.h
+include/CGAL/Barycentric_coordinates_2/boundary_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/internal/utils_2.h
+include/CGAL/Barycentric_coordinates_2/segment_coordinates_2.h
+include/CGAL/Barycentric_coordinates_2/triangle_coordinates_2.h
 include/CGAL/Basic_shaders.h
 include/CGAL/Bbox_2.h
 include/CGAL/Bbox_3.h
@@ -335,6 +371,14 @@ include/CGAL/Boolean_set_operations_2/Gps_traits_decorator.h
 include/CGAL/Boolean_set_operations_2/Indexed_event.h
 include/CGAL/Boolean_set_operations_2/Point_with_vertex.h
 include/CGAL/Boolean_set_operations_2/Polygon_2_curve_iterator.h
+include/CGAL/Boolean_set_operations_2/Polygon_conversions.h
+include/CGAL/Boolean_set_operations_2/complement.h
+include/CGAL/Boolean_set_operations_2/difference.h
+include/CGAL/Boolean_set_operations_2/do_intersect.h
+include/CGAL/Boolean_set_operations_2/intersection.h
+include/CGAL/Boolean_set_operations_2/join.h
+include/CGAL/Boolean_set_operations_2/oriented_side.h
+include/CGAL/Boolean_set_operations_2/symmetric_difference.h
 include/CGAL/Bounded_kernel.h
 include/CGAL/Box_intersection_d/Box_d.h
 include/CGAL/Box_intersection_d/Box_traits_d.h
@@ -546,13 +590,15 @@ include/CGAL/Classification/property_maps.h
 include/CGAL/Coercion_traits.h
 include/CGAL/Combination_enumerator.h
 include/CGAL/Combinatorial_map.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_copy_functors.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_group_functors.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_internal_functors.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_sewable.h
+include/CGAL/Combinatorial_map/internal/Combinatorial_map_utility.h
 include/CGAL/Combinatorial_map_basic_operations.h
-include/CGAL/Combinatorial_map_constructors.h
 include/CGAL/Combinatorial_map_functors.h
 include/CGAL/Combinatorial_map_fwd.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_save_load.h
 include/CGAL/Combinatorial_map_storages.h
@@ -610,6 +656,7 @@ include/CGAL/Convex_hull_3/dual/halfspace_intersection_3.h
 include/CGAL/Convex_hull_3/dual/halfspace_intersection_interior_point_3.h
 include/CGAL/Convex_hull_3/dual/halfspace_intersection_with_constructions_3.h
 include/CGAL/Convex_hull_3/dual/predicates.h
+include/CGAL/Convex_hull_3/internal/Indexed_triangle_set.h
 include/CGAL/Convex_hull_d.h
 include/CGAL/Convex_hull_d_to_polyhedron_3.h
 include/CGAL/Convex_hull_d_traits_3.h
@@ -619,6 +666,7 @@ include/CGAL/Convex_hull_projective_xz_traits_2.h
 include/CGAL/Convex_hull_projective_yz_traits_2.h
 include/CGAL/Convex_hull_traits_3.h
 include/CGAL/Convex_hull_traits_adapter_2.h
+include/CGAL/Convex_hull_vertex_base_2.h
 include/CGAL/Counted_number.h
 include/CGAL/Counting_iterator.h
 include/CGAL/Curved_kernel_via_analysis_2/Arc_2.h
@@ -665,12 +713,50 @@ include/CGAL/Delaunay_triangulation_adaptation_traits_2.h
 include/CGAL/Delaunay_triangulation_cell_base_3.h
 include/CGAL/Delaunay_triangulation_cell_base_with_circumcenter_3.h
 include/CGAL/Delaunay_triangulation_on_sphere_2.h
+include/CGAL/Delaunay_triangulation_on_sphere_adaptation_policies_2.h
 include/CGAL/Delaunay_triangulation_on_sphere_adaptation_traits_2.h
 include/CGAL/Delaunay_triangulation_on_sphere_traits_2.h
 include/CGAL/Diagonalize_traits.h
 include/CGAL/Dimension.h
 include/CGAL/Direction_2.h
 include/CGAL/Direction_3.h
+include/CGAL/Distance_2/Line_2_Line_2.h
+include/CGAL/Distance_2/Line_2_Triangle_2.h
+include/CGAL/Distance_2/Point_2_Line_2.h
+include/CGAL/Distance_2/Point_2_Point_2.h
+include/CGAL/Distance_2/Point_2_Ray_2.h
+include/CGAL/Distance_2/Point_2_Segment_2.h
+include/CGAL/Distance_2/Point_2_Triangle_2.h
+include/CGAL/Distance_2/Ray_2_Line_2.h
+include/CGAL/Distance_2/Ray_2_Ray_2.h
+include/CGAL/Distance_2/Ray_2_Triangle_2.h
+include/CGAL/Distance_2/Segment_2_Line_2.h
+include/CGAL/Distance_2/Segment_2_Ray_2.h
+include/CGAL/Distance_2/Segment_2_Segment_2.h
+include/CGAL/Distance_2/Segment_2_Triangle_2.h
+include/CGAL/Distance_2/Triangle_2_Triangle_2.h
+include/CGAL/Distance_2/internal/squared_distance_utils_2.h
+include/CGAL/Distance_3/Line_3_Line_3.h
+include/CGAL/Distance_3/Line_3_Plane_3.h
+include/CGAL/Distance_3/Plane_3_Plane_3.h
+include/CGAL/Distance_3/Point_3_Line_3.h
+include/CGAL/Distance_3/Point_3_Plane_3.h
+include/CGAL/Distance_3/Point_3_Point_3.h
+include/CGAL/Distance_3/Point_3_Ray_3.h
+include/CGAL/Distance_3/Point_3_Segment_3.h
+include/CGAL/Distance_3/Point_3_Tetrahedron_3.h
+include/CGAL/Distance_3/Point_3_Triangle_3.h
+include/CGAL/Distance_3/Point_3_Weighted_point_3.h
+include/CGAL/Distance_3/Ray_3_Line_3.h
+include/CGAL/Distance_3/Ray_3_Plane_3.h
+include/CGAL/Distance_3/Ray_3_Ray_3.h
+include/CGAL/Distance_3/Segment_3_Line_3.h
+include/CGAL/Distance_3/Segment_3_Plane_3.h
+include/CGAL/Distance_3/Segment_3_Ray_3.h
+include/CGAL/Distance_3/Segment_3_Segment_3.h
+include/CGAL/Distance_3/Triangle_3_Triangle_3.h
+include/CGAL/Distance_3/Weighted_point_3_Weighted_point_3.h
+include/CGAL/Distance_3/internal/squared_distance_utils_3.h
 include/CGAL/Double_map.h
 include/CGAL/Dummy_tds_2.h
 include/CGAL/Dynamic_matrix.h
@@ -737,6 +823,30 @@ include/CGAL/Filtered_extended_homogeneous.h
 include/CGAL/Filtered_kernel.h
 include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_2.h
 include/CGAL/Filtered_kernel/Cartesian_coordinate_iterator_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Angle_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Collinear_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_distance_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_squared_radius_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_weighted_squared_radius_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_x_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Compare_y_at_x_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_orientation_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Coplanar_side_of_bounded_circle_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Do_intersect_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Equal_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Equal_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Is_degenerate_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Orientation_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_circle_2.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Side_of_oriented_sphere_3.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Static_filter_error.h
+include/CGAL/Filtered_kernel/internal/Static_filters/Static_filters.h
+include/CGAL/Filtered_kernel/internal/Static_filters/tools.h
 include/CGAL/Filtered_kernel_d.h
 include/CGAL/Filtered_kernel_fwd.h
 include/CGAL/Filtered_predicate.h
@@ -769,11 +879,15 @@ include/CGAL/General_polygon_set_2.h
 include/CGAL/General_polygon_set_on_surface_2.h
 include/CGAL/General_polygon_with_holes_2.h
 include/CGAL/Generalized_map.h
+include/CGAL/Generalized_map/internal/Generalized_map_group_functors.h
+include/CGAL/Generalized_map/internal/Generalized_map_internal_functors.h
+include/CGAL/Generalized_map/internal/Generalized_map_sewable.h
 include/CGAL/Generalized_map_fwd.h
 include/CGAL/Generalized_map_iterators_base.h
 include/CGAL/Generalized_map_operations.h
 include/CGAL/Generalized_map_save_load.h
 include/CGAL/Generalized_map_storages.h
+include/CGAL/Generator/internal/Generic_random_point_generator.h
 include/CGAL/Generic_map_min_items.h
 include/CGAL/Geographical_coordinates_traits_2.h
 include/CGAL/Get_arithmetic_kernel.h
@@ -815,6 +929,7 @@ include/CGAL/Handle_with_policy.h
 include/CGAL/Has_conversion.h
 include/CGAL/Has_member.h
 include/CGAL/Has_timestamp.h
+include/CGAL/Hash_map/internal/chained_map.h
 include/CGAL/Heat_method_3/Surface_mesh_geodesic_distances_3.h
 include/CGAL/Heat_method_3/internal/Intrinsic_Delaunay_triangulation_3.h
 include/CGAL/Heat_method_3/internal/V2V.h
@@ -870,12 +985,13 @@ include/CGAL/Hyperbolic_Delaunay_triangulation_2.h
 include/CGAL/Hyperbolic_Delaunay_triangulation_CK_traits_2.h
 include/CGAL/Hyperbolic_Delaunay_triangulation_traits_2.h
 include/CGAL/Hyperbolic_octagon_translation.h
+include/CGAL/Hyperbolic_triangulation_2/internal/Exact_complex.h
+include/CGAL/Hyperbolic_triangulation_2/internal/Hyperbolic_Delaunay_triangulation_traits_2_functions.h
 include/CGAL/Hyperbolic_triangulation_face_base_2.h
 include/CGAL/IEEE_754_unions.h
 include/CGAL/IO/3MF.h
 include/CGAL/IO/3MF/read_3mf.h
 include/CGAL/IO/3MF/write_3mf.h
-include/CGAL/IO/Alpha_shape_3_VRML_2_ostream.h
 include/CGAL/IO/Arr_iostream.h
 include/CGAL/IO/Arr_text_formatter.h
 include/CGAL/IO/Arr_with_history_2_reader.h
@@ -906,8 +1022,6 @@ include/CGAL/IO/File_poly.h
 include/CGAL/IO/File_tetgen.h
 include/CGAL/IO/GOCAD.h
 include/CGAL/IO/Generic_writer.h
-include/CGAL/IO/Geomview_stream.h
-include/CGAL/IO/Geomview_stream_impl.h
 include/CGAL/IO/Gps_iostream.h
 include/CGAL/IO/Istream_iterator.h
 include/CGAL/IO/Nef_polyhedron_2_PS_stream.h
@@ -933,15 +1047,12 @@ include/CGAL/IO/PLY/PLY_writer.h
 include/CGAL/IO/Polyhedron_OFF_iostream.h
 include/CGAL/IO/Polyhedron_VRML_1_ostream.h
 include/CGAL/IO/Polyhedron_VRML_2_ostream.h
-include/CGAL/IO/Polyhedron_geomview_ostream.h
 include/CGAL/IO/Polyhedron_inventor_ostream.h
 include/CGAL/IO/Polyhedron_iostream.h
 include/CGAL/IO/Polyhedron_scan_OFF.h
 include/CGAL/IO/STL.h
 include/CGAL/IO/STL/STL_reader.h
 include/CGAL/IO/Tee_for_output_iterator.h
-include/CGAL/IO/Triangulation_geomview_ostream_2.h
-include/CGAL/IO/Triangulation_geomview_ostream_3.h
 include/CGAL/IO/Triangulation_off_ostream.h
 include/CGAL/IO/Triangulation_off_ostream_2.h
 include/CGAL/IO/Triangulation_off_ostream_3.h
@@ -962,7 +1073,6 @@ include/CGAL/IO/WKT/traits_multipolygon.h
 include/CGAL/IO/WKT/traits_point.h
 include/CGAL/IO/WKT/traits_point_3.h
 include/CGAL/IO/WKT/traits_polygon.h
-include/CGAL/IO/alpha_shape_geomview_ostream_3.h
 include/CGAL/IO/binary_file_io.h
 include/CGAL/IO/facets_in_complex_2_to_triangle_mesh.h
 include/CGAL/IO/facets_in_complex_3_to_triangle_mesh.h
@@ -1033,6 +1143,9 @@ include/CGAL/Implicit_to_labeling_function_wrapper.h
 include/CGAL/In_place_list.h
 include/CGAL/Incremental_neighbor_search.h
 include/CGAL/Index_property_map.h
+include/CGAL/Installation/internal/deprecation_warning.h
+include/CGAL/Installation/internal/disable_deprecation_warnings_and_errors.h
+include/CGAL/Installation/internal/enable_third_party_libraries.h
 include/CGAL/Interpolation/internal/helpers.h
 include/CGAL/Interpolation_gradient_fitting_traits_2.h
 include/CGAL/Interpolation_traits_2.h
@@ -1106,6 +1219,7 @@ include/CGAL/Intersections_3/Line_3_Sphere_3.h
 include/CGAL/Intersections_3/Line_3_Tetrahedron_3.h
 include/CGAL/Intersections_3/Line_3_Triangle_3.h
 include/CGAL/Intersections_3/Plane_3_Plane_3.h
+include/CGAL/Intersections_3/Plane_3_Plane_3_Plane_3.h
 include/CGAL/Intersections_3/Plane_3_Point_3.h
 include/CGAL/Intersections_3/Plane_3_Ray_3.h
 include/CGAL/Intersections_3/Plane_3_Segment_3.h
@@ -1133,40 +1247,104 @@ include/CGAL/Intersections_3/Sphere_3_Triangle_3.h
 include/CGAL/Intersections_3/Tetrahedron_3_Tetrahedron_3.h
 include/CGAL/Intersections_3/Tetrahedron_3_Triangle_3.h
 include/CGAL/Intersections_3/Triangle_3_Triangle_3.h
-include/CGAL/Intersections_3/internal/Bbox_3_Bbox_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Iso_cuboid_3_intersection.h
 include/CGAL/Intersections_3/internal/Bbox_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Line_3_intersection.h
 include/CGAL/Intersections_3/internal/Bbox_3_Plane_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Ray_3_intersection.h
 include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Segment_3_intersection.h
 include/CGAL/Intersections_3/internal/Bbox_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Bbox_3_Tetrahedron_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Bbox_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Iso_cuboid_3_intersection.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Line_3_intersection.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Iso_cuboid_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Point_3_intersection.h
 include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Ray_3_intersection.h
 include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Segment_3_intersection.h
 include/CGAL/Intersections_3/internal/Iso_cuboid_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Iso_cuboid_3_Tetrahedron_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Iso_cuboid_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Line_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Line_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Point_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Line_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Line_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Plane_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Point_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Sphere_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Plane_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Point_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Point_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Sphere_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Point_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Point_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Ray_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Ray_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Ray_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Segment_3_Segment_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Segment_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Tetrahedron_3_intersection.h
+include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Segment_3_Triangle_3_intersection.h
+include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Sphere_3_Sphere_3_intersection.h
+include/CGAL/Intersections_3/internal/Sphere_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Sphere_3_Triangle_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Tetrahedron_3_Bounded_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Tetrahedron_3_Line_3_intersection.h
-include/CGAL/Intersections_3/internal/Tetrahedron_3_Plane_3_intersection.h
-include/CGAL/Intersections_3/internal/Tetrahedron_3_Ray_3_intersection.h
-include/CGAL/Intersections_3/internal/Tetrahedron_3_Segment_3_intersection.h
+include/CGAL/Intersections_3/internal/Tetrahedron_3_Tetrahedron_3_do_intersect.h
+include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Tetrahedron_3_Triangle_3_intersection.h
 include/CGAL/Intersections_3/internal/Tetrahedron_3_Unbounded_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Line_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Line_3_intersection.h
-include/CGAL/Intersections_3/internal/Triangle_3_Plane_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Ray_3_intersection.h
-include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_do_intersect.h
-include/CGAL/Intersections_3/internal/Triangle_3_Segment_3_intersection.h
-include/CGAL/Intersections_3/internal/Triangle_3_Sphere_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_do_intersect.h
 include/CGAL/Intersections_3/internal/Triangle_3_Triangle_3_intersection.h
-include/CGAL/Intersections_3/internal/bbox_intersection_3.h
-include/CGAL/Intersections_3/internal/intersection_3_1_impl.h
-include/CGAL/Intersections_3/internal/tetrahedron_intersection_helpers.h
 include/CGAL/Intersections_3/internal/tetrahedron_lines_intersections_3.h
 include/CGAL/Interval_arithmetic.h
 include/CGAL/Interval_arithmetic_impl.h
@@ -1205,6 +1383,10 @@ include/CGAL/Kernel/hash_functions.h
 include/CGAL/Kernel/interface_macros.h
 include/CGAL/Kernel/mpl.h
 include/CGAL/Kernel/solve.h
+include/CGAL/Kernel_23/internal/Filtered_projection_traits_3.h
+include/CGAL/Kernel_23/internal/Has_boolean_tags.h
+include/CGAL/Kernel_23/internal/Projection_traits_3.h
+include/CGAL/Kernel_23/internal/Projection_traits_base_3.h
 include/CGAL/Kernel_checker.h
 include/CGAL/Kernel_d/Aff_transformationCd.h
 include/CGAL/Kernel_d/Aff_transformationHd.h
@@ -1275,7 +1457,6 @@ 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_base.h
 include/CGAL/Linear_cell_complex_bgl_min_items.h
 include/CGAL/Linear_cell_complex_constructors.h
@@ -1317,6 +1498,7 @@ 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/Has_features.h
+include/CGAL/Mesh_3/Image_plus_weights_to_labeled_function_wrapper.h
 include/CGAL/Mesh_3/Image_to_labeled_function_wrapper.h
 include/CGAL/Mesh_3/Implicit_surface_mesher_visitor.h
 include/CGAL/Mesh_3/Is_mesh_domain_field_3.h
@@ -1365,8 +1547,15 @@ include/CGAL/Mesh_3/experimental/Lipschitz_sizing_parameters.h
 include/CGAL/Mesh_3/experimental/Lipschitz_sizing_polyhedron.h
 include/CGAL/Mesh_3/experimental/Sizing_field_minimum.h
 include/CGAL/Mesh_3/experimental/Sizing_field_with_aabb_tree.h
+include/CGAL/Mesh_3/generate_label_weights.h
 include/CGAL/Mesh_3/initialize_triangulation_from_gray_image.h
 include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h
+include/CGAL/Mesh_3/internal/Boundary_of_subdomain_of_complex_3_in_triangulation_3_to_off.h
+include/CGAL/Mesh_3/internal/Graph_manipulations.h
+include/CGAL/Mesh_3/internal/Handle_IO_for_pair_of_int.h
+include/CGAL/Mesh_3/internal/check_weights.h
+include/CGAL/Mesh_3/internal/helpers.h
+include/CGAL/Mesh_3/internal/indices_management.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
@@ -1482,6 +1671,7 @@ include/CGAL/Multiset.h
 include/CGAL/NT_converter.h
 include/CGAL/N_step_adaptor.h
 include/CGAL/N_step_adaptor_derived.h
+include/CGAL/Named_function_parameters.h
 include/CGAL/Needs_parens_as_product.h
 include/CGAL/Nef_2/Bounding_box_2.h
 include/CGAL/Nef_2/Constrained_triang_traits.h
@@ -1646,8 +1836,10 @@ include/CGAL/NewKernel_d/utils.h
 include/CGAL/No_intersection_surface_sweep_2.h
 include/CGAL/Null_matrix.h
 include/CGAL/Number_type_checker.h
+include/CGAL/Number_types/internal/Exact_type_selector.h
 include/CGAL/Number_types/internal_functions_comparison_root_of_2.h
 include/CGAL/OFF_to_nef_3.h
+include/CGAL/OSQP_quadratic_program_traits.h
 include/CGAL/OTR_2/Cost.h
 include/CGAL/OTR_2/Reconstruction_edge_2.h
 include/CGAL/OTR_2/Reconstruction_face_base_2.h
@@ -1743,6 +1935,14 @@ 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_2/internal/Functor_with_offset_points_adaptor_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_Delaunay_triangulation_statically_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_construct_point_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Periodic_2_triangulation_statically_filtered_traits_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_orientation_2.h
+include/CGAL/Periodic_2_triangulation_2/internal/Static_filters/Periodic_2_side_of_oriented_circle_2.h
 include/CGAL/Periodic_2_triangulation_dummy_12.h
 include/CGAL/Periodic_2_triangulation_face_base_2.h
 include/CGAL/Periodic_2_triangulation_hierarchy_2.h
@@ -1760,6 +1960,26 @@ include/CGAL/Periodic_3_offset_3.h
 include/CGAL/Periodic_3_regular_triangulation_3.h
 include/CGAL/Periodic_3_regular_triangulation_traits_3.h
 include/CGAL/Periodic_3_triangulation_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_points_adaptor_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Functor_with_offset_weighted_points_adaptor_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_remove_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_Delaunay_triangulation_statically_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_point_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_construct_weighted_point_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_dummy_288.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_remove_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_regular_triangulation_statically_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_dummy_36.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_iterators_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Periodic_3_triangulation_statically_filtered_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Robust_periodic_weighted_circumcenter_traits_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_orientation_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_power_side_of_oriented_power_sphere_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/Static_filters/Periodic_3_side_of_oriented_sphere_3.h
+include/CGAL/Periodic_3_triangulation_3/internal/canonicalize_helper.h
 include/CGAL/Periodic_3_triangulation_ds_cell_base_3.h
 include/CGAL/Periodic_3_triangulation_ds_vertex_base_3.h
 include/CGAL/Periodic_3_triangulation_hierarchy_3.h
@@ -1767,6 +1987,10 @@ include/CGAL/Periodic_3_triangulation_traits_3.h
 include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_2.h
 include/CGAL/Periodic_4_hyperbolic_Delaunay_triangulation_traits_2.h
 include/CGAL/Periodic_4_hyperbolic_triangulation_2.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Dehn_hyperbolic_octagon_translation_word.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_matrix.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Hyperbolic_octagon_translation_word.h
+include/CGAL/Periodic_4_hyperbolic_triangulation_2/internal/Periodic_4_hyperbolic_triangulation_dummy_14.h
 include/CGAL/Periodic_4_hyperbolic_triangulation_face_base_2.h
 include/CGAL/Periodic_4_hyperbolic_triangulation_vertex_base_2.h
 include/CGAL/Plane_3.h
@@ -1809,7 +2033,7 @@ include/CGAL/Polygon_2_algorithms.h
 include/CGAL/Polygon_convex_decomposition_2.h
 include/CGAL/Polygon_mesh_processing/IO/polygon_mesh_io.h
 include/CGAL/Polygon_mesh_processing/Non_manifold_feature_map.h
-include/CGAL/Polygon_mesh_processing/Weights.h
+include/CGAL/Polygon_mesh_processing/angle_and_area_smoothing.h
 include/CGAL/Polygon_mesh_processing/bbox.h
 include/CGAL/Polygon_mesh_processing/border.h
 include/CGAL/Polygon_mesh_processing/clip.h
@@ -1820,6 +2044,7 @@ include/CGAL/Polygon_mesh_processing/detect_features.h
 include/CGAL/Polygon_mesh_processing/distance.h
 include/CGAL/Polygon_mesh_processing/extrude.h
 include/CGAL/Polygon_mesh_processing/fair.h
+include/CGAL/Polygon_mesh_processing/internal/AABB_traversal_traits_with_Hausdorff_distance.h
 include/CGAL/Polygon_mesh_processing/internal/AABB_traversal_traits_with_transformation.h
 include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h
 include/CGAL/Polygon_mesh_processing/internal/Corefinement/Generic_clip_output_builder.h
@@ -1853,7 +2078,6 @@ include/CGAL/Polygon_mesh_processing/internal/Snapping/snap_vertices.h
 include/CGAL/Polygon_mesh_processing/internal/do_no_use_CDT2.h
 include/CGAL/Polygon_mesh_processing/internal/fair_impl.h
 include/CGAL/Polygon_mesh_processing/internal/mesh_to_point_set_hausdorff_distance.h
-include/CGAL/Polygon_mesh_processing/internal/named_function_params.h
 include/CGAL/Polygon_mesh_processing/internal/named_params_helper.h
 include/CGAL/Polygon_mesh_processing/internal/refine_impl.h
 include/CGAL/Polygon_mesh_processing/internal/repair_extra.h
@@ -1880,6 +2104,7 @@ include/CGAL/Polygon_mesh_processing/shape_predicates.h
 include/CGAL/Polygon_mesh_processing/smooth_mesh.h
 include/CGAL/Polygon_mesh_processing/smooth_shape.h
 include/CGAL/Polygon_mesh_processing/stitch_borders.h
+include/CGAL/Polygon_mesh_processing/tangential_relaxation.h
 include/CGAL/Polygon_mesh_processing/transform.h
 include/CGAL/Polygon_mesh_processing/triangulate_faces.h
 include/CGAL/Polygon_mesh_processing/triangulate_hole.h
@@ -1896,6 +2121,11 @@ include/CGAL/Polygonal_schema.h
 include/CGAL/Polygonal_schema_fwd.h
 include/CGAL/Polygonal_schema_min_items.h
 include/CGAL/Polygonal_surface_reconstruction.h
+include/CGAL/Polygonal_surface_reconstruction/internal/alpha_shape_mesh.h
+include/CGAL/Polygonal_surface_reconstruction/internal/compute_confidences.h
+include/CGAL/Polygonal_surface_reconstruction/internal/hypothesis.h
+include/CGAL/Polygonal_surface_reconstruction/internal/parameters.h
+include/CGAL/Polygonal_surface_reconstruction/internal/point_set_with_planes.h
 include/CGAL/PolyhedralSurf_neighbors.h
 include/CGAL/Polyhedral_complex_mesh_domain_3.h
 include/CGAL/Polyhedral_envelope.h
@@ -1965,6 +2195,7 @@ include/CGAL/Polytope_distance_d_traits_d.h
 include/CGAL/Profile_counter.h
 include/CGAL/Profile_timer.h
 include/CGAL/Projection_on_sphere_traits_3.h
+include/CGAL/Projection_traits_3.h
 include/CGAL/Projection_traits_xy_3.h
 include/CGAL/Projection_traits_xz_3.h
 include/CGAL/Projection_traits_yz_3.h
@@ -1995,6 +2226,78 @@ include/CGAL/QP_solver/assertions.h
 include/CGAL/QP_solver/basic.h
 include/CGAL/QP_solver/debug.h
 include/CGAL/QP_solver/functors.h
+include/CGAL/Qt/AlphaShapeGraphicsItem.h
+include/CGAL/Qt/ApolloniusGraphGraphicsItem.h
+include/CGAL/Qt/Basic_viewer_qt.h
+include/CGAL/Qt/CGAL_Qt_config.h
+include/CGAL/Qt/CircularArcGraphicsItem.h
+include/CGAL/Qt/ConstrainedTriangulationGraphicsItem.h
+include/CGAL/Qt/Converter.h
+include/CGAL/Qt/CreateOpenGLContext.h
+include/CGAL/Qt/DelaunayMeshTriangulationGraphicsItem.h
+include/CGAL/Qt/DemosMainWindow.h
+include/CGAL/Qt/DemosMainWindow_impl.h
+include/CGAL/Qt/GraphicsItem.h
+include/CGAL/Qt/GraphicsViewCircleInput.h
+include/CGAL/Qt/GraphicsViewCircularArcInput.h
+include/CGAL/Qt/GraphicsViewInput.h
+include/CGAL/Qt/GraphicsViewIsoRectangleInput.h
+include/CGAL/Qt/GraphicsViewLineInput.h
+include/CGAL/Qt/GraphicsViewNavigation.h
+include/CGAL/Qt/GraphicsViewNavigation_impl.h
+include/CGAL/Qt/GraphicsViewPointInput.h
+include/CGAL/Qt/GraphicsViewPolygonWithHolesInput.h
+include/CGAL/Qt/GraphicsViewPolylineInput.h
+include/CGAL/Qt/GraphicsViewPolylineInput_impl.h
+include/CGAL/Qt/LineGraphicsItem.h
+include/CGAL/Qt/PainterOstream.h
+include/CGAL/Qt/PointsGraphicsItem.h
+include/CGAL/Qt/PointsInKdTreeGraphicsItem.h
+include/CGAL/Qt/PolygonGraphicsItem.h
+include/CGAL/Qt/PolygonWithHolesGraphicsItem.h
+include/CGAL/Qt/PolylinesGraphicsItem.h
+include/CGAL/Qt/PowerdiagramGraphicsItem.h
+include/CGAL/Qt/RegularGridGraphicsItem.h
+include/CGAL/Qt/RegularGridVectorFieldGraphicsItem.h
+include/CGAL/Qt/RegularTriangulationGraphicsItem.h
+include/CGAL/Qt/SegmentDelaunayGraphGraphicsItem.h
+include/CGAL/Qt/SegmentDelaunayGraphLinfGraphicsItem.h
+include/CGAL/Qt/SegmentsGraphicsItem.h
+include/CGAL/Qt/StreamLinesGraphicsItem.h
+include/CGAL/Qt/TriangulationGraphicsItem.h
+include/CGAL/Qt/VoronoiGraphicsItem.h
+include/CGAL/Qt/camera.h
+include/CGAL/Qt/camera_impl.h
+include/CGAL/Qt/constraint.h
+include/CGAL/Qt/constraint_impl.h
+include/CGAL/Qt/debug.h
+include/CGAL/Qt/debug_impl.h
+include/CGAL/Qt/frame.h
+include/CGAL/Qt/frame_impl.h
+include/CGAL/Qt/image_interface.h
+include/CGAL/Qt/init_ogl_context.h
+include/CGAL/Qt/keyFrameInterpolator.h
+include/CGAL/Qt/keyFrameInterpolator_impl.h
+include/CGAL/Qt/manipulatedCameraFrame.h
+include/CGAL/Qt/manipulatedCameraFrame_impl.h
+include/CGAL/Qt/manipulatedFrame.h
+include/CGAL/Qt/manipulatedFrame_impl.h
+include/CGAL/Qt/mouseGrabber.h
+include/CGAL/Qt/mouseGrabber_impl.h
+include/CGAL/Qt/qglviewer.h
+include/CGAL/Qt/qglviewer_impl.h
+include/CGAL/Qt/qglviewer_impl_list.h
+include/CGAL/Qt/quaternion.h
+include/CGAL/Qt/quaternion_impl.h
+include/CGAL/Qt/resources.h
+include/CGAL/Qt/resources/ImageInterface.ui
+include/CGAL/Qt/resources/qglviewer-icon.xpm
+include/CGAL/Qt/resources_impl.h
+include/CGAL/Qt/utility.h
+include/CGAL/Qt/utility_impl.h
+include/CGAL/Qt/vec.h
+include/CGAL/Qt/vec_impl.h
+include/CGAL/Qt/viewer_actions.h
 include/CGAL/Quadtree.h
 include/CGAL/Quotient.h
 include/CGAL/Quotient_fwd.h
@@ -2050,12 +2353,9 @@ include/CGAL/Regular_triangulation_face_base_2.h
 include/CGAL/Regular_triangulation_traits_adapter.h
 include/CGAL/Regular_triangulation_vertex_base_2.h
 include/CGAL/Regular_triangulation_vertex_base_3.h
-include/CGAL/Regularization.h
-include/CGAL/Regularization/regularize_planes.h
 include/CGAL/Residue.h
 include/CGAL/Ridges.h
 include/CGAL/Rigid_triangle_mesh_collision_detection.h
-include/CGAL/Robust_circumcenter_filtered_traits_3.h
 include/CGAL/Robust_circumcenter_traits_3.h
 include/CGAL/Robust_construction.h
 include/CGAL/Robust_weighted_circumcenter_filtered_traits_3.h
@@ -2068,6 +2368,14 @@ include/CGAL/Runge_kutta_integrator_2.h
 include/CGAL/SCIP_mixed_integer_program_traits.h
 include/CGAL/SEP_header.h
 include/CGAL/SEP_to_ImageIO.h
+include/CGAL/STL_Extension/internal/Has_member_visited.h
+include/CGAL/STL_Extension/internal/Has_nested_type_Bare_point.h
+include/CGAL/STL_Extension/internal/boost/array_binary_tree.hpp
+include/CGAL/STL_Extension/internal/boost/mutable_heap.hpp
+include/CGAL/STL_Extension/internal/boost/mutable_queue.hpp
+include/CGAL/STL_Extension/internal/boost/relaxed_heap.hpp
+include/CGAL/STL_Extension/internal/info_check.h
+include/CGAL/STL_Extension/internal/parameters_interface.h
 include/CGAL/Scalar_factor_traits.h
 include/CGAL/Scale_space_reconstruction_3/Advancing_front_mesher.h
 include/CGAL/Scale_space_reconstruction_3/Alpha_shape_mesher.h
@@ -2180,20 +2488,48 @@ include/CGAL/Shape_detection/Region_growing.h
 include/CGAL/Shape_detection/Region_growing/Region_growing.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/K_neighbor_query.h
+include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_circle_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_circle_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_cylinder_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_cylinder_fit_sorting.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_line_fit_region.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_line_fit_sorting.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_plane_fit_region.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_plane_fit_sorting.h
+include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_sphere_fit_region.h
+include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Least_squares_sphere_fit_sorting.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_point_set/Sphere_neighbor_query.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_region.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_sorting.h
 include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/One_ring_neighbor_query.h
+include/CGAL/Shape_detection/Region_growing/internal/fitting.h
 include/CGAL/Shape_detection/Region_growing/internal/property_map.h
 include/CGAL/Shape_detection/Region_growing/internal/utils.h
 include/CGAL/Shape_detection/deprecated/Region_growing.h
 include/CGAL/Shape_detection/deprecated/Shape_detection_traits.h
 include/CGAL/Shape_detection_3.h
+include/CGAL/Shape_regularization.h
+include/CGAL/Shape_regularization/Contours/Longest_direction_2.h
+include/CGAL/Shape_regularization/Contours/Multiple_directions_2.h
+include/CGAL/Shape_regularization/Contours/User_defined_directions_2.h
+include/CGAL/Shape_regularization/QP_regularization.h
+include/CGAL/Shape_regularization/Segments/Angle_regularization_2.h
+include/CGAL/Shape_regularization/Segments/Delaunay_neighbor_query_2.h
+include/CGAL/Shape_regularization/Segments/Offset_regularization_2.h
+include/CGAL/Shape_regularization/internal/Closed_contour_2.h
+include/CGAL/Shape_regularization/internal/Collinear_groups_2.h
+include/CGAL/Shape_regularization/internal/Contour_base_2.h
+include/CGAL/Shape_regularization/internal/Contour_regularization_2.h
+include/CGAL/Shape_regularization/internal/Open_contour_2.h
+include/CGAL/Shape_regularization/internal/Orthogonal_groups_2.h
+include/CGAL/Shape_regularization/internal/Parallel_groups_2.h
+include/CGAL/Shape_regularization/internal/Segment_wrapper_2.h
+include/CGAL/Shape_regularization/internal/Unique_segments_2.h
+include/CGAL/Shape_regularization/internal/utils.h
+include/CGAL/Shape_regularization/regularize_contours.h
+include/CGAL/Shape_regularization/regularize_planes.h
+include/CGAL/Shape_regularization/regularize_segments.h
 include/CGAL/Side_of_bounded_square_2.h
 include/CGAL/Side_of_oriented_square_2.h
 include/CGAL/Side_of_triangle_mesh.h
@@ -2202,6 +2538,7 @@ include/CGAL/Simple_circular_kernel_2.h
 include/CGAL/Simple_homogeneous.h
 include/CGAL/Simple_polygon_visibility_2.h
 include/CGAL/Simple_spherical_kernel_3.h
+include/CGAL/Single.h
 include/CGAL/Sixtuple.h
 include/CGAL/Skin_surface_3.h
 include/CGAL/Skin_surface_base_3.h
@@ -2221,9 +2558,14 @@ 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_lock_grid_3.h
+include/CGAL/Spatial_searching/internal/Get_dimension_tag.h
+include/CGAL/Spatial_searching/internal/K_neighbor_search.h
+include/CGAL/Spatial_searching/internal/Search_helpers.h
+include/CGAL/Spatial_searching/internal/bounded_priority_queue.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/Spatial_sorting/internal/Transform_coordinates_traits_3.h
 include/CGAL/Sphere_3.h
 include/CGAL/Spherical_kernel_3.h
 include/CGAL/Spherical_kernel_intersections.h
@@ -2264,6 +2606,7 @@ include/CGAL/Straight_skeleton_halfedge_base_2.h
 include/CGAL/Straight_skeleton_items_2.h
 include/CGAL/Straight_skeleton_vertex_base_2.h
 include/CGAL/Stream_lines_2.h
+include/CGAL/Stream_support/internal/Geometry_container.h
 include/CGAL/Subdivision_method_3/internal/Euler_extensions.h
 include/CGAL/Subdivision_method_3/internal/subdivision_hosts_impl_3.h
 include/CGAL/Subdivision_method_3/subdivision_hosts_3.h
@@ -2304,7 +2647,6 @@ include/CGAL/Surface_mesh_parameterization/Square_border_parameterizer_3.h
 include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h
 include/CGAL/Surface_mesh_parameterization/internal/Bool_property_map.h
 include/CGAL/Surface_mesh_parameterization/internal/Containers_filler.h
-include/CGAL/Surface_mesh_parameterization/internal/angles.h
 include/CGAL/Surface_mesh_parameterization/internal/kernel_traits.h
 include/CGAL/Surface_mesh_parameterization/internal/orbifold_cone_helper.h
 include/CGAL/Surface_mesh_parameterization/internal/validity.h
@@ -2312,6 +2654,15 @@ include/CGAL/Surface_mesh_parameterization/measure_distortion.h
 include/CGAL/Surface_mesh_parameterization/orbifold_enums.h
 include/CGAL/Surface_mesh_parameterization/orbifold_shortest_path.h
 include/CGAL/Surface_mesh_parameterization/parameterize.h
+include/CGAL/Surface_mesh_segmentation/internal/AABB_traits.h
+include/CGAL/Surface_mesh_segmentation/internal/AABB_traversal_traits.h
+include/CGAL/Surface_mesh_segmentation/internal/Disk_samplers.h
+include/CGAL/Surface_mesh_segmentation/internal/Expectation_maximization.h
+include/CGAL/Surface_mesh_segmentation/internal/Filters.h
+include/CGAL/Surface_mesh_segmentation/internal/K_means_clustering.h
+include/CGAL/Surface_mesh_segmentation/internal/SDF_calculation.h
+include/CGAL/Surface_mesh_segmentation/internal/Surface_mesh_segmentation.h
+include/CGAL/Surface_mesh_segmentation/internal/auxiliary/graph.h
 include/CGAL/Surface_mesh_shortest_path.h
 include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path.h
 include/CGAL/Surface_mesh_shortest_path/Surface_mesh_shortest_path_traits.h
@@ -2331,18 +2682,26 @@ include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_stop_predicate.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_profile.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/FastEnvelope_filter.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_plane_policies.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_policies.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_plane_policies.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_probabilistic_triangle_policies.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/GarlandHeckbert_triangle_policies.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_cost.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk_placement.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Midpoint_placement.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Polyhedral_envelope_filter.h
-include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_core.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_functions.h
+include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/GarlandHeckbert_policy_base.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/LindstromTurk_params.h
 include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/internal/Lindstrom_Turk_core.h
 include/CGAL/Surface_mesh_simplification/edge_collapse.h
 include/CGAL/Surface_mesh_simplification/internal/Common.h
 include/CGAL/Surface_mesh_simplification/internal/Edge_collapse.h
+include/CGAL/Surface_mesh_skeletonization/internal/Curve_skeleton.h
+include/CGAL/Surface_mesh_skeletonization/internal/Debug.h
+include/CGAL/Surface_mesh_skeletonization/internal/Detect_degeneracy.h
 include/CGAL/Surface_mesh_topology/internal/Edge_weight_functor.h
 include/CGAL/Surface_mesh_topology/internal/Facewidth.h
 include/CGAL/Surface_mesh_topology/internal/Functors_for_face_graph_wrapper.h
@@ -2414,6 +2773,11 @@ include/CGAL/Surface_sweep_2/Surface_sweep_2_impl.h
 include/CGAL/Surface_sweep_2/Surface_sweep_2_utils.h
 include/CGAL/Surface_sweep_2_algorithms.h
 include/CGAL/Sweep_line_2_algorithms.h
+include/CGAL/TDS_2/internal/Edge_hash_function.h
+include/CGAL/TDS_2/internal/edge_list.h
+include/CGAL/TDS_3/internal/Dummy_tds_3.h
+include/CGAL/TDS_3/internal/Triangulation_ds_circulators_3.h
+include/CGAL/TDS_3/internal/Triangulation_ds_iterators_3.h
 include/CGAL/TDS_full_cell_default_storage_policy.h
 include/CGAL/TDS_full_cell_mirror_storage_policy.h
 include/CGAL/Tetrahedral_remeshing/Remeshing_cell_base_3.h
@@ -2458,7 +2822,6 @@ include/CGAL/Threetuple.h
 include/CGAL/Time_stamper.h
 include/CGAL/Timer.h
 include/CGAL/Timer_impl.h
-include/CGAL/Tools/chained_map.h
 include/CGAL/Transform_iterator.h
 include/CGAL/Tree_assertions.h
 include/CGAL/Tree_base.h
@@ -2470,18 +2833,23 @@ include/CGAL/Triangular_expansion_visibility_2.h
 include/CGAL/Triangular_field_2.h
 include/CGAL/Triangulated_mixed_complex_observer_3.h
 include/CGAL/Triangulation.h
+include/CGAL/Triangulation/internal/Combination_enumerator.h
+include/CGAL/Triangulation/internal/Dummy_TDS.h
+include/CGAL/Triangulation/internal/Static_or_dynamic_array.h
+include/CGAL/Triangulation/internal/Triangulation_ds_iterators.h
+include/CGAL/Triangulation/internal/utilities.h
 include/CGAL/Triangulation_2.h
 include/CGAL/Triangulation_2/insert_constraints.h
 include/CGAL/Triangulation_2/internal/CTP2_subconstraint_graph.h
 include/CGAL/Triangulation_2/internal/Constraint_hierarchy_2.h
 include/CGAL/Triangulation_2/internal/Polyline_constraint_hierarchy_2.h
-include/CGAL/Triangulation_2/internal/Triangulation_2_filtered_projection_traits_3.h
-include/CGAL/Triangulation_2/internal/Triangulation_2_projection_traits_base_3.h
 include/CGAL/Triangulation_2/internal/Triangulation_line_face_circulator_2.h
 include/CGAL/Triangulation_2_projection_traits_3.h
 include/CGAL/Triangulation_2_to_lcc.h
 include/CGAL/Triangulation_2_traits_3.h
 include/CGAL/Triangulation_3.h
+include/CGAL/Triangulation_3/internal/Delaunay_triangulation_hierarchy_3.h
+include/CGAL/Triangulation_3/internal/Triangulation_segment_traverser_3_impl.h
 include/CGAL/Triangulation_3_to_lcc.h
 include/CGAL/Triangulation_cell_base_3.h
 include/CGAL/Triangulation_cell_base_with_info_3.h
@@ -2558,6 +2926,7 @@ include/CGAL/Voronoi_diagram_2/Default_site_removers.h
 include/CGAL/Voronoi_diagram_2/Degeneracy_tester_binders.h
 include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_degeneracy_testers.h
 include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_nearest_site_2.h
+include/CGAL/Voronoi_diagram_2/Delaunay_triangulation_on_sphere_degeneracy_testers.h
 include/CGAL/Voronoi_diagram_2/Dummy_iterator.h
 include/CGAL/Voronoi_diagram_2/Edge_less.h
 include/CGAL/Voronoi_diagram_2/Face.h
@@ -2581,6 +2950,26 @@ include/CGAL/Voronoi_intersection_2_traits_3.h
 include/CGAL/Weighted_Minkowski_distance.h
 include/CGAL/Weighted_point_2.h
 include/CGAL/Weighted_point_3.h
+include/CGAL/Weights.h
+include/CGAL/Weights/authalic_weights.h
+include/CGAL/Weights/barycentric_region_weights.h
+include/CGAL/Weights/cotangent_weights.h
+include/CGAL/Weights/discrete_harmonic_weights.h
+include/CGAL/Weights/internal/pmp_weights_deprecated.h
+include/CGAL/Weights/internal/polygon_utils_2.h
+include/CGAL/Weights/internal/utils.h
+include/CGAL/Weights/inverse_distance_weights.h
+include/CGAL/Weights/mean_value_weights.h
+include/CGAL/Weights/mixed_voronoi_region_weights.h
+include/CGAL/Weights/shepard_weights.h
+include/CGAL/Weights/tangent_weights.h
+include/CGAL/Weights/three_point_family_weights.h
+include/CGAL/Weights/triangular_region_weights.h
+include/CGAL/Weights/uniform_region_weights.h
+include/CGAL/Weights/uniform_weights.h
+include/CGAL/Weights/utils.h
+include/CGAL/Weights/voronoi_region_weights.h
+include/CGAL/Weights/wachspress_weights.h
 include/CGAL/Width_3.h
 include/CGAL/Width_default_traits_3.h
 include/CGAL/Width_polyhedron_3.h
@@ -2588,6 +2977,7 @@ include/CGAL/aff_transformation_tags.h
 include/CGAL/aff_transformation_tags_impl.h
 include/CGAL/algorithm.h
 include/CGAL/all_furthest_neighbors_2.h
+include/CGAL/alpha_wrap_3.h
 include/CGAL/apply_to_range.h
 include/CGAL/approximated_offset_2.h
 include/CGAL/argument_swaps.h
@@ -2631,10 +3021,10 @@ include/CGAL/boost/graph/IO/WRL.h
 include/CGAL/boost/graph/IO/polygon_mesh_io.h
 include/CGAL/boost/graph/METIS/partition_dual_graph.h
 include/CGAL/boost/graph/METIS/partition_graph.h
-include/CGAL/boost/graph/Named_function_parameters.h
 include/CGAL/boost/graph/Seam_mesh.h
 include/CGAL/boost/graph/alpha_expansion_graphcut.h
 include/CGAL/boost/graph/backward_compatibility_functions.h
+include/CGAL/boost/graph/breadth_first_search.h
 include/CGAL/boost/graph/convert_nef_polyhedron_to_polygon_mesh.h
 include/CGAL/boost/graph/copy_face_graph.h
 include/CGAL/boost/graph/dijkstra_shortest_paths.h
@@ -2667,6 +3057,7 @@ include/CGAL/boost/graph/helpers.h
*** 320 LINES SKIPPED ***



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212241106.2BOB6T16099445>