FreeBSD Bugzilla – Attachment 186392 Details for
Bug 222339
math/cgal: update to 4.10.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
cgal 4.10.1
cgal-4.10.1.diff (text/plain), 32.70 KB, created by
Loïc Bartoletti
on 2017-09-14 20:03:20 UTC
(
hide
)
Description:
cgal 4.10.1
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2017-09-14 20:03:20 UTC
Size:
32.70 KB
patch
obsolete
>Index: /usr/local/poudriere/ports/default/math/cgal/Makefile >=================================================================== >--- /usr/local/poudriere/ports/default/math/cgal/Makefile (révision 449840) >+++ /usr/local/poudriere/ports/default/math/cgal/Makefile (copie de travail) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= cgal >-PORTVERSION= 4.9 >-PORTREVISION= 6 >+PORTVERSION= 4.10.1 > CATEGORIES= math > MASTER_SITES= https://github.com/${PORTNAME:tu}/${PORTNAME}/releases/download/releases/${DISTNAME}/ > DISTNAME= ${PORTNAME:tu}-${PORTVERSION} >Index: /usr/local/poudriere/ports/default/math/cgal/distinfo >=================================================================== >--- /usr/local/poudriere/ports/default/math/cgal/distinfo (révision 449840) >+++ /usr/local/poudriere/ports/default/math/cgal/distinfo (copie de travail) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1505311637 >-SHA256 (CGAL-4.9.tar.xz) = 63ac5df71f912f34f2f0f2e54a303578df51f4ec2627db593a65407d791f9039 >-SIZE (CGAL-4.9.tar.xz) = 13749292 >+TIMESTAMP = 1505409456 >+SHA256 (CGAL-4.10.1.tar.xz) = 2baef1f4cca90dc82851267c36f8632bd6b39e8a5d15c23f1d78b4172d36d743 >+SIZE (CGAL-4.10.1.tar.xz) = 14254012 >Index: /usr/local/poudriere/ports/default/math/cgal/pkg-plist >=================================================================== >--- /usr/local/poudriere/ports/default/math/cgal/pkg-plist (révision 449840) >+++ /usr/local/poudriere/ports/default/math/cgal/pkg-plist (copie de travail) >@@ -1,10 +1,8 @@ > bin/cgal_create_CMakeLists > bin/cgal_create_cmake_script > bin/cgal_make_macosx_app >-include/CGAL/AABB_C3T3_triangle_primitive.h > 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 >@@ -13,6 +11,7 @@ > include/CGAL/AABB_traits.h > include/CGAL/AABB_tree.h > include/CGAL/AABB_triangle_primitive.h >+include/CGAL/AABB_triangulation_3_triangle_primitive.h > include/CGAL/Advancing_front_surface_reconstruction.h > include/CGAL/Advancing_front_surface_reconstruction_cell_base_3.h > include/CGAL/Advancing_front_surface_reconstruction_vertex_base_3.h >@@ -168,8 +167,8 @@ > include/CGAL/Arr_geometry_traits/Conic_x_monotone_arc_2.h > 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/IO/Polycurve_2_iostream.h >+include/CGAL/Arr_geometry_traits/One_root_number.h > include/CGAL/Arr_geometry_traits/Polycurve_2.h > include/CGAL/Arr_geometry_traits/Polyline_2.h > include/CGAL/Arr_geometry_traits/Rational_arc_2.h >@@ -214,7 +213,6 @@ > 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 >@@ -353,6 +351,7 @@ > include/CGAL/CGAL_Ipelet_base.h > include/CGAL/CGAL_Ipelet_base_v6.h > include/CGAL/CGAL_Ipelet_base_v7.h >+include/CGAL/CMap_linear_cell_complex_storages.h > include/CGAL/CORE/BigFloat.h > include/CGAL/CORE/BigFloatRep.h > include/CGAL/CORE/BigFloat_impl.h >@@ -381,19 +380,6 @@ > include/CGAL/CORE/Timer.h > include/CGAL/CORE/extLong.h > include/CGAL/CORE/extLong_impl.h >-include/CGAL/CORE/geom2d/circle2d.h >-include/CGAL/CORE/geom2d/line2d.h >-include/CGAL/CORE/geom2d/point2d.h >-include/CGAL/CORE/geom2d/segment2d.h >-include/CGAL/CORE/geom3d/line3d.h >-include/CGAL/CORE/geom3d/plane3d.h >-include/CGAL/CORE/geom3d/point3d.h >-include/CGAL/CORE/geom3d/polygon3d.h >-include/CGAL/CORE/geom3d/segment3d.h >-include/CGAL/CORE/geom3d/triangle3d.h >-include/CGAL/CORE/geombase.h >-include/CGAL/CORE/geometry2d.h >-include/CGAL/CORE/geometry3d.h > include/CGAL/CORE/linearAlgebra.h > include/CGAL/CORE/poly/Curves.h > include/CGAL/CORE/poly/Curves.tcc >@@ -416,6 +402,7 @@ > include/CGAL/Cartesian/Cartesian_base.h > include/CGAL/Cartesian/Circle_2.h > include/CGAL/Cartesian/Circle_3.h >+include/CGAL/Cartesian/ConicCPA2.h > include/CGAL/Cartesian/Data_accessor_2.h > include/CGAL/Cartesian/Direction_2.h > include/CGAL/Cartesian/Direction_3.h >@@ -442,6 +429,8 @@ > include/CGAL/Cartesian/Triangle_3.h > include/CGAL/Cartesian/Vector_2.h > include/CGAL/Cartesian/Vector_3.h >+include/CGAL/Cartesian/Weighted_point_2.h >+include/CGAL/Cartesian/Weighted_point_3.h > include/CGAL/Cartesian/basic_constructions_2.h > include/CGAL/Cartesian/basic_constructions_3.h > include/CGAL/Cartesian/ft_constructions_2.h >@@ -528,6 +517,7 @@ > include/CGAL/Combinatorial_map_storages.h > include/CGAL/Compact_container.h > include/CGAL/Compact_mesh_cell_base_3.h >+include/CGAL/Compare_handles_with_or_without_timestamps.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 >@@ -539,10 +529,8 @@ > include/CGAL/Cone_spanners_2/Less_by_direction_2.h > include/CGAL/Cone_spanners_2/Plane_scan_tree.h > include/CGAL/Cone_spanners_2/Plane_scan_tree_impl.h >-include/CGAL/ConicCPA2.h >-include/CGAL/ConicHPA2.h >+include/CGAL/Cone_spanners_enum_2.h > include/CGAL/Conic_2.h >-include/CGAL/Conic_misc.h > include/CGAL/Constrained_Delaunay_triangulation_2.h > include/CGAL/Constrained_Delaunay_triangulation_face_base_2.h > include/CGAL/Constrained_triangulation_2.h >@@ -646,7 +634,6 @@ > 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_diagonalize_traits.h > include/CGAL/Eigen_matrix.h > include/CGAL/Eigen_solver_traits.h >@@ -705,6 +692,7 @@ > include/CGAL/Filtered_kernel_d.h > include/CGAL/Filtered_kernel_fwd.h > include/CGAL/Filtered_predicate.h >+include/CGAL/Filtered_predicate_with_state.h > include/CGAL/Fixed_alpha_shape_3.h > include/CGAL/Fixed_alpha_shape_cell_base_3.h > include/CGAL/Fixed_alpha_shape_vertex_base_3.h >@@ -721,11 +709,23 @@ > include/CGAL/GMP/Gmpq_type.h > include/CGAL/GMP/Gmpz_type.h > include/CGAL/GMP/Gmpzf_type.h >+include/CGAL/GMPXX_arithmetic_kernel.h > include/CGAL/GMP_arithmetic_kernel.h >+include/CGAL/GMap_cell_const_iterators.h >+include/CGAL/GMap_cell_iterators.h >+include/CGAL/GMap_dart_const_iterators.h >+include/CGAL/GMap_dart_iterators.h >+include/CGAL/GMap_linear_cell_complex_storages.h > include/CGAL/General_polygon_2.h > 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_iterators_base.h >+include/CGAL/Generalized_map_operations.h >+include/CGAL/Generalized_map_save_load.h >+include/CGAL/Generalized_map_storages.h >+include/CGAL/Generic_map_min_items.h > include/CGAL/Get_arithmetic_kernel.h > include/CGAL/Gmp_coercion_traits.h > include/CGAL/Gmpfi.h >@@ -780,6 +780,7 @@ > include/CGAL/Homogeneous/Aff_transformationH2.h > include/CGAL/Homogeneous/Aff_transformationH3.h > include/CGAL/Homogeneous/CircleH2.h >+include/CGAL/Homogeneous/ConicHPA2.h > include/CGAL/Homogeneous/Data_accessorH2.h > include/CGAL/Homogeneous/DirectionH2.h > include/CGAL/Homogeneous/DirectionH3.h >@@ -794,6 +795,8 @@ > include/CGAL/Homogeneous/SphereH3.h > include/CGAL/Homogeneous/VectorH2.h > include/CGAL/Homogeneous/VectorH3.h >+include/CGAL/Homogeneous/Weighted_point_2.h >+include/CGAL/Homogeneous/Weighted_point_3.h > include/CGAL/Homogeneous/basic_constructionsH2.h > include/CGAL/Homogeneous/basic_constructionsH3.h > include/CGAL/Homogeneous/distance_predicatesH2.h >@@ -821,6 +824,7 @@ > include/CGAL/IO/Color_impl.h > include/CGAL/IO/Complex_2_in_triangulation_3_file_writer.h > include/CGAL/IO/Complex_2_in_triangulation_3_polyhedron_builder.h >+include/CGAL/IO/Complex_2_in_triangulation_3_to_medit.h > include/CGAL/IO/Complex_2_in_triangulation_3_to_vtk.h > include/CGAL/IO/Complex_3_in_triangulation_3_to_vtk.h > include/CGAL/IO/Dxf_bsop_reader.h >@@ -894,6 +898,7 @@ > include/CGAL/IO/print_inventor.h > include/CGAL/IO/print_wavefront.h > include/CGAL/IO/read_off_points.h >+include/CGAL/IO/read_ply_point_set_3.h > include/CGAL/IO/read_ply_points.h > include/CGAL/IO/read_xyz_points.h > include/CGAL/IO/scan_OFF.h >@@ -976,6 +981,7 @@ > include/CGAL/Kd_tree.h > include/CGAL/Kd_tree_node.h > include/CGAL/Kd_tree_rectangle.h >+include/CGAL/Kernel/Conic_misc.h > include/CGAL/Kernel/Dimension_utils.h > include/CGAL/Kernel/Return_base_tag.h > include/CGAL/Kernel/Same_uncertainty.h >@@ -1141,11 +1147,13 @@ > 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_constructors.h >+include/CGAL/Linear_cell_complex_for_combinatorial_map.h >+include/CGAL/Linear_cell_complex_for_generalized_map.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 >@@ -1223,6 +1231,15 @@ > include/CGAL/Mesh_3/Worksharing_data_structures.h > include/CGAL/Mesh_3/config.h > include/CGAL/Mesh_3/dihedral_angle_3.h >+include/CGAL/Mesh_3/experimental/AABB_filtered_projection_traits.h >+include/CGAL/Mesh_3/experimental/Facet_topological_criterion_with_adjacency.h >+include/CGAL/Mesh_3/experimental/Get_curve_index.h >+include/CGAL/Mesh_3/experimental/Get_facet_patch_id.h >+include/CGAL/Mesh_3/experimental/Lipschitz_sizing_experimental.h >+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/global_parameters.h > include/CGAL/Mesh_3/initialize_triangulation_from_labeled_image.h > include/CGAL/Mesh_3/io_signature.h >@@ -1237,6 +1254,7 @@ > include/CGAL/Mesh_3/search_for_connected_components_in_labeled_image.h > include/CGAL/Mesh_3/sliver_criteria.h > include/CGAL/Mesh_3/squared_distance_Point_3_Triangle_3.h >+include/CGAL/Mesh_3/tet_soup_to_c3t3.h > include/CGAL/Mesh_3/utilities.h > include/CGAL/Mesh_3/vertex_perturbation.h > include/CGAL/Mesh_cell_base_3.h >@@ -1404,11 +1422,12 @@ > include/CGAL/Nef_3/Volume.h > include/CGAL/Nef_3/binop_intersection_tests.h > include/CGAL/Nef_3/bounded_side_3.h >-include/CGAL/Nef_3/polyhedron_3_to_nef_3.h >+include/CGAL/Nef_3/polygon_mesh_to_nef_3.h > include/CGAL/Nef_3/quotient_coordinates_to_homogeneous_point.h > include/CGAL/Nef_3/shell_to_nef_3.h > include/CGAL/Nef_3/vertex_cycle_to_nef_3.h > include/CGAL/Nef_S2/Generic_handle_map.h >+include/CGAL/Nef_S2/ID_support_handler.h > include/CGAL/Nef_S2/Normalizing.h > include/CGAL/Nef_S2/OGL_base_object.h > include/CGAL/Nef_S2/SM_checker.h >@@ -1535,6 +1554,7 @@ > include/CGAL/Orthogonal_incremental_neighbor_search.h > include/CGAL/Orthogonal_k_neighbor_search.h > include/CGAL/PCA_util.h >+include/CGAL/PCA_util_Eigen.h > include/CGAL/Parabola_2.h > include/CGAL/Parabola_segment_2.h > include/CGAL/Param_mesh_patch_circulators.h >@@ -1610,6 +1630,9 @@ > include/CGAL/Point_3.h > include/CGAL/Point_container.h > include/CGAL/Point_set_2.h >+include/CGAL/Point_set_3.h >+include/CGAL/Point_set_3/IO.h >+include/CGAL/Point_set_3/Point_set_processing_3.h > include/CGAL/Point_traits.h > include/CGAL/Point_with_normal_3.h > include/CGAL/Point_with_psc_localisation.h >@@ -1634,8 +1657,19 @@ > include/CGAL/Polygon_mesh_processing/border.h > include/CGAL/Polygon_mesh_processing/compute_normal.h > include/CGAL/Polygon_mesh_processing/connected_components.h >+include/CGAL/Polygon_mesh_processing/corefinement.h > include/CGAL/Polygon_mesh_processing/distance.h > include/CGAL/Polygon_mesh_processing/fair.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/Face_graph_output_builder.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/Intersection_type.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/Visitor.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/face_graph_utils.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersect_triangle_and_segment_3.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_callbacks.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_impl.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_nodes.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/intersection_of_coplanar_triangles_3.h >+include/CGAL/Polygon_mesh_processing/internal/Corefinement/predicates.h > include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polygon_mesh.h > include/CGAL/Polygon_mesh_processing/internal/Hole_filling/Triangulate_hole_polyline.h > include/CGAL/Polygon_mesh_processing/internal/Hole_filling/do_not_use_DT3.h >@@ -1647,10 +1681,13 @@ > include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/AABB_triangle_accessor_3_primitive.h > include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Point_inside_vertical_ray_cast.h > include/CGAL/Polygon_mesh_processing/internal/Side_of_triangle_mesh/Ray_3_Triangle_3_traversal_traits.h >+include/CGAL/Polygon_mesh_processing/internal/clip.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/intersection.h > include/CGAL/Polygon_mesh_processing/measure.h > include/CGAL/Polygon_mesh_processing/orient_polygon_soup.h > include/CGAL/Polygon_mesh_processing/orientation.h >@@ -1675,6 +1712,7 @@ > 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_to_lcc.h > include/CGAL/Polyhedron_copy_3.h > include/CGAL/Polyhedron_decorator_3.h > include/CGAL/Polyhedron_incremental_builder_3.h >@@ -1843,7 +1881,6 @@ > 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 >@@ -1982,6 +2019,7 @@ > include/CGAL/Regular_triangulation_face_base_2.h > include/CGAL/Regular_triangulation_filtered_traits_2.h > include/CGAL/Regular_triangulation_vertex_base_2.h >+include/CGAL/Regular_triangulation_vertex_base_3.h > include/CGAL/Residue.h > include/CGAL/Ridges.h > include/CGAL/Robust_circumcenter_filtered_traits_3.h >@@ -2048,7 +2086,6 @@ > include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_C2.h > include/CGAL/Segment_Delaunay_graph_2/Voronoi_vertex_sqrt_field_new_C2.h > include/CGAL/Segment_Delaunay_graph_2/basic.h >-include/CGAL/Segment_Delaunay_graph_2/edge_list.h > include/CGAL/Segment_Delaunay_graph_2/in_place_edge_list.h > include/CGAL/Segment_Delaunay_graph_Linf_2.h > include/CGAL/Segment_Delaunay_graph_Linf_2/Basic_predicates_C2.h >@@ -2200,6 +2237,7 @@ > include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core.h > include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Detail/Lindstrom_Turk_core_impl.h > include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/Edge_length_cost.h >+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/Edge_profile_impl.h > include/CGAL/Surface_mesh_simplification/Policies/Edge_collapse/LindstromTurk.h >@@ -2275,15 +2313,16 @@ > include/CGAL/Three/Scene_interface.h > include/CGAL/Three/Scene_item.h > include/CGAL/Three/Scene_item_config.h >+include/CGAL/Three/Scene_item_with_properties.h > include/CGAL/Three/Scene_print_interface_item.h > include/CGAL/Three/TextRenderer.h > include/CGAL/Three/Viewer_config.h > include/CGAL/Three/Viewer_interface.h >+include/CGAL/Three/exceptions.h > include/CGAL/Threetuple.h > include/CGAL/Time_stamper.h > include/CGAL/Timer.h > include/CGAL/Timer_impl.h >-include/CGAL/Tools/Counter.h > include/CGAL/Tools/Label.h > include/CGAL/Tools/Log.h > include/CGAL/Tools/Log_impl.h >@@ -2312,6 +2351,7 @@ > include/CGAL/Triangle_3_Triangle_3_do_intersect.h > include/CGAL/Triangle_3_Triangle_3_intersection.h > include/CGAL/Triangle_accessor_3.h >+include/CGAL/Triangle_accessor_with_ppmap_3.h > include/CGAL/Triangular_expansion_visibility_2.h > include/CGAL/Triangular_field_2.h > include/CGAL/Triangulated_mixed_complex_observer_3.h >@@ -2320,8 +2360,10 @@ > include/CGAL/Triangulation_2/insert_constraints.h > include/CGAL/Triangulation_2_filtered_projection_traits_3.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_to_lcc.h > include/CGAL/Triangulation_cell_base_3.h > include/CGAL/Triangulation_cell_base_with_circumcenter_3.h > include/CGAL/Triangulation_cell_base_with_info_3.h >@@ -2416,6 +2458,8 @@ > include/CGAL/Weighted_alpha_shape_euclidean_traits_2.h > include/CGAL/Weighted_alpha_shape_euclidean_traits_3.h > include/CGAL/Weighted_point.h >+include/CGAL/Weighted_point_2.h >+include/CGAL/Weighted_point_3.h > include/CGAL/Weighted_point_with_psc_localisation.h > include/CGAL/Weighted_point_with_surface_index.h > include/CGAL/Weighted_point_with_surface_index_geom_traits.h >@@ -2452,37 +2496,44 @@ > include/CGAL/bilateral_smooth_point_set.h > include/CGAL/boost/graph/Dual.h > include/CGAL/boost/graph/Euler_operations.h >-include/CGAL/boost/graph/Graph_geometry.h >+include/CGAL/boost/graph/Graph_with_descriptor_with_graph.h > include/CGAL/boost/graph/backward_compatibility_functions.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 > include/CGAL/boost/graph/dijkstra_shortest_paths.hpp > include/CGAL/boost/graph/graph_concepts.h > include/CGAL/boost/graph/graph_traits_Arrangement_2.h >-include/CGAL/boost/graph/graph_traits_CombinatorialMap.h >+include/CGAL/boost/graph/graph_traits_Constrained_Delaunay_triangulation_2.h >+include/CGAL/boost/graph/graph_traits_Constrained_triangulation_2.h >+include/CGAL/boost/graph/graph_traits_Constrained_triangulation_plus_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_PolyMesh_ArrayKernelT.h > include/CGAL/boost/graph/graph_traits_Polyhedron_3.h >+include/CGAL/boost/graph/graph_traits_Regular_triangulation_2.h > include/CGAL/boost/graph/graph_traits_Surface_mesh.h > include/CGAL/boost/graph/graph_traits_TriMesh_ArrayKernelT.h > include/CGAL/boost/graph/graph_traits_Triangulation_2.h >+include/CGAL/boost/graph/graph_traits_Triangulation_data_structure_2.h >+include/CGAL/boost/graph/graph_traits_Triangulation_hierarchy_2.h > include/CGAL/boost/graph/halfedge_graph_traits.h > include/CGAL/boost/graph/halfedge_graph_traits_HalfedgeDS.h > include/CGAL/boost/graph/halfedge_graph_traits_Polyhedron_3.h > include/CGAL/boost/graph/helpers.h > include/CGAL/boost/graph/internal/Has_member_clear.h >+include/CGAL/boost/graph/internal/Has_member_id.h > include/CGAL/boost/graph/internal/OM_iterator_from_circulator.h > include/CGAL/boost/graph/internal/helpers.h > include/CGAL/boost/graph/iterator.h > include/CGAL/boost/graph/named_function_params.h > include/CGAL/boost/graph/properties.h >-include/CGAL/boost/graph/properties_CombinatorialMap.h > include/CGAL/boost/graph/properties_PolyMesh_ArrayKernelT.h > include/CGAL/boost/graph/properties_Polyhedron_3.h > include/CGAL/boost/graph/properties_Surface_mesh.h > include/CGAL/boost/graph/properties_TriMesh_ArrayKernelT.h >+include/CGAL/boost/graph/property_maps.h > include/CGAL/boost/graph/selection.h > include/CGAL/boost/graph/split_graph_into_polylines.h > include/CGAL/boost/graph/visitor.h >@@ -2514,20 +2565,16 @@ > include/CGAL/constructions/Polygon_offset_cons_ftC2.h > include/CGAL/constructions/Straight_skeleton_cons_ftC2.h > include/CGAL/constructions/constructions_for_voronoi_intersection_cartesian_2_3.h >-include/CGAL/constructions/constructions_on_weighted_points_cartesian_3.h > include/CGAL/constructions/kernel_ftC2.h > include/CGAL/constructions/kernel_ftC3.h >-include/CGAL/constructions/squared_radius_smallest_orthogonalcircle_ftC2.h > include/CGAL/constructions_d.h >-include/CGAL/constructions_on_weighted_points_cartesian_2.h >-include/CGAL/constructions_on_weighted_points_homogeneous_2.h > 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_face_graph.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 >@@ -2537,6 +2584,7 @@ > include/CGAL/create_offset_polygons_from_polygon_with_holes_2.h > include/CGAL/create_straight_skeleton_2.h > include/CGAL/create_straight_skeleton_from_polygon_with_holes_2.h >+include/CGAL/demangle.h > include/CGAL/determinant.h > include/CGAL/determinant_of_vectors.h > include/CGAL/distance_predicates_2.h >@@ -2546,6 +2594,7 @@ > include/CGAL/enum.h > include/CGAL/envelope_2.h > include/CGAL/envelope_3.h >+include/CGAL/estimate_scale.h > include/CGAL/exceptions.h > include/CGAL/export/CGAL.h > include/CGAL/export/CORE.h >@@ -2590,12 +2639,9 @@ > include/CGAL/internal/AABB_tree/AABB_ray_intersection.h > include/CGAL/internal/AABB_tree/AABB_search_tree.h > include/CGAL/internal/AABB_tree/AABB_traversal_traits.h >-include/CGAL/internal/AABB_tree/Halfedge_and_face_graph_property_maps.h > include/CGAL/internal/AABB_tree/Has_nested_type_Shared_data.h > include/CGAL/internal/AABB_tree/Is_ray_intersection_geomtraits.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/AFSR/Surface_face_base_2.h > include/CGAL/internal/AFSR/Surface_vertex_base_2.h > include/CGAL/internal/AFSR/construct_polyhedron.h >@@ -2613,8 +2659,13 @@ > include/CGAL/internal/Delaunay_triangulation_hierarchy_3.h > include/CGAL/internal/Dummy_tds_3.h > include/CGAL/internal/Exact_type_selector.h >+include/CGAL/internal/Generalized_map_group_functors.h >+include/CGAL/internal/Generalized_map_internal_functors.h >+include/CGAL/internal/Generalized_map_sewable.h >+include/CGAL/internal/Generic_random_point_generator.h > include/CGAL/internal/Get_dimension_tag.h > include/CGAL/internal/Has_boolean_tags.h >+include/CGAL/internal/Has_nested_type_Bare_point.h > include/CGAL/internal/Intersections_3/Bbox_3_Bbox_3_do_intersect.h > include/CGAL/internal/Intersections_3/Bbox_3_Line_3_do_intersect.h > include/CGAL/internal/Intersections_3/Bbox_3_Plane_3_do_intersect.h >@@ -2638,9 +2689,7 @@ > include/CGAL/internal/Periodic_3_triangulation_filtered_traits_3.h > include/CGAL/internal/Periodic_3_triangulation_remove_traits_3.h > include/CGAL/internal/Periodic_3_triangulation_statically_filtered_traits_3.h >-include/CGAL/internal/Polyhedron_plane_clipping_3.h > include/CGAL/internal/Projection_traits_3.h >-include/CGAL/internal/Regular_triangulation_filtered_traits_3.h > include/CGAL/internal/Rich_grid.h > include/CGAL/internal/Static_filters/Angle_3.h > include/CGAL/internal/Static_filters/Compare_squared_radius_3.h >@@ -2660,8 +2709,7 @@ > 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 >-include/CGAL/internal/Static_filters/Regular_triangulation_static_filters_traits_3.h >+include/CGAL/internal/Static_filters/Power_side_of_oriented_power_sphere_3.h > include/CGAL/internal/Static_filters/Side_of_oriented_circle_2.h > include/CGAL/internal/Static_filters/Side_of_oriented_sphere_3.h > include/CGAL/internal/Static_filters/Static_filter_error.h >@@ -2681,6 +2729,8 @@ > include/CGAL/internal/Surface_mesh_skeletonization/Curve_skeleton.h > include/CGAL/internal/Surface_mesh_skeletonization/Debug.h > include/CGAL/internal/Surface_mesh_skeletonization/Detect_degeneracy.h >+include/CGAL/internal/TDS_2/Edge_hash_function.h >+include/CGAL/internal/TDS_2/edge_list.h > include/CGAL/internal/Transform_coordinates_traits_3.h > include/CGAL/internal/Triangulation/Dummy_TDS.h > include/CGAL/internal/Triangulation/Triangulation_ds_iterators.h >@@ -2698,10 +2748,15 @@ > include/CGAL/internal/bounded_priority_queue.h > include/CGAL/internal/container_fwd_fixed.hpp > include/CGAL/internal/corefinement/Combinatorial_map_for_corefinement.h >+include/CGAL/internal/corefinement/Combinatorial_map_output_builder.h >+include/CGAL/internal/corefinement/Polyhedra_output_builder.h > include/CGAL/internal/corefinement/Polyhedron_constness_types.h >+include/CGAL/internal/corefinement/connected_components.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/corefinement/predicates.h >+include/CGAL/internal/corefinement/utils.h > include/CGAL/internal/deprecation_warning.h > include/CGAL/internal/info_check.h > include/CGAL/interpolation_functions.h >@@ -2735,6 +2790,94 @@ > include/CGAL/leda_integer.h > include/CGAL/leda_rational.h > include/CGAL/leda_real.h >+include/CGAL/license.h >+include/CGAL/license/AABB_tree.h >+include/CGAL/license/Advancing_front_surface_reconstruction.h >+include/CGAL/license/Alpha_shapes_2.h >+include/CGAL/license/Alpha_shapes_3.h >+include/CGAL/license/Apollonius_graph_2.h >+include/CGAL/license/Arrangement_on_surface_2.h >+include/CGAL/license/Barycentric_coordinates_2.h >+include/CGAL/license/Boolean_set_operations_2.h >+include/CGAL/license/Bounding_volumes.h >+include/CGAL/license/Box_intersection_d.h >+include/CGAL/license/Circular_kernel_2.h >+include/CGAL/license/Circular_kernel_3.h >+include/CGAL/license/Cone_spanners_2.h >+include/CGAL/license/Convex_decomposition_3.h >+include/CGAL/license/Convex_hull_2.h >+include/CGAL/license/Convex_hull_3.h >+include/CGAL/license/Convex_hull_d.h >+include/CGAL/license/Envelope_2.h >+include/CGAL/license/Envelope_3.h >+include/CGAL/license/GraphicsView.h >+include/CGAL/license/Inscribed_areas.h >+include/CGAL/license/Interpolation.h >+include/CGAL/license/Interval_skip_list.h >+include/CGAL/license/Jet_fitting_3.h >+include/CGAL/license/Matrix_search.h >+include/CGAL/license/Mesh_2.h >+include/CGAL/license/Mesh_3.h >+include/CGAL/license/Minkowski_sum_2.h >+include/CGAL/license/Minkowski_sum_3.h >+include/CGAL/license/Nef_2.h >+include/CGAL/license/Nef_3.h >+include/CGAL/license/Nef_S2.h >+include/CGAL/license/Optimal_transportation_reconstruction_2.h >+include/CGAL/license/Partition_2.h >+include/CGAL/license/Periodic_2_triangulation_2.h >+include/CGAL/license/Periodic_3_triangulation_3.h >+include/CGAL/license/Point_set_2.h >+include/CGAL/license/Point_set_3.h >+include/CGAL/license/Point_set_processing_3.h >+include/CGAL/license/Point_set_shape_detection_3.h >+include/CGAL/license/Poisson_surface_reconstruction_3.h >+include/CGAL/license/Polygon_mesh_processing.h >+include/CGAL/license/Polygon_mesh_processing/Compute_normal.h >+include/CGAL/license/Polygon_mesh_processing/connected_components.h >+include/CGAL/license/Polygon_mesh_processing/core.h >+include/CGAL/license/Polygon_mesh_processing/corefinement.h >+include/CGAL/license/Polygon_mesh_processing/distance.h >+include/CGAL/license/Polygon_mesh_processing/measure.h >+include/CGAL/license/Polygon_mesh_processing/meshing_hole_filling.h >+include/CGAL/license/Polygon_mesh_processing/miscellaneous.h >+include/CGAL/license/Polygon_mesh_processing/orientation.h >+include/CGAL/license/Polygon_mesh_processing/predicate.h >+include/CGAL/license/Polygon_mesh_processing/repair.h >+include/CGAL/license/Polyhedron.h >+include/CGAL/license/Polyline_simplification_2.h >+include/CGAL/license/Polytope_distance_d.h >+include/CGAL/license/Principal_component_analysis.h >+include/CGAL/license/QP_solver.h >+include/CGAL/license/Ridges_3.h >+include/CGAL/license/Scale_space_reconstruction_3.h >+include/CGAL/license/SearchStructures.h >+include/CGAL/license/Segment_Delaunay_graph_2.h >+include/CGAL/license/Segment_Delaunay_graph_Linf_2.h >+include/CGAL/license/Skin_surface_3.h >+include/CGAL/license/Snap_rounding_2.h >+include/CGAL/license/Spatial_searching.h >+include/CGAL/license/Straight_skeleton_2.h >+include/CGAL/license/Stream_lines_2.h >+include/CGAL/license/Surface_mesh.h >+include/CGAL/license/Surface_mesh_deformation.h >+include/CGAL/license/Surface_mesh_parameterization.h >+include/CGAL/license/Surface_mesh_segmentation.h >+include/CGAL/license/Surface_mesh_shortest_path.h >+include/CGAL/license/Surface_mesh_simplification.h >+include/CGAL/license/Surface_mesh_skeletonization.h >+include/CGAL/license/Surface_mesher.h >+include/CGAL/license/Sweep_line_2.h >+include/CGAL/license/TDS_2.h >+include/CGAL/license/TDS_3.h >+include/CGAL/license/Three.h >+include/CGAL/license/Triangulation.h >+include/CGAL/license/Triangulation_2.h >+include/CGAL/license/Triangulation_3.h >+include/CGAL/license/Visibility_2.h >+include/CGAL/license/Voronoi_diagram_2.h >+include/CGAL/license/gpl_package_list.txt >+include/CGAL/license/lgpl.h > include/CGAL/linear_least_squares_fitting_2.h > include/CGAL/linear_least_squares_fitting_3.h > include/CGAL/linear_least_squares_fitting_circles_2.h >@@ -2748,6 +2891,7 @@ > include/CGAL/linear_least_squares_fitting_tetrahedra_3.h > include/CGAL/linear_least_squares_fitting_triangles_2.h > include/CGAL/linear_least_squares_fitting_triangles_3.h >+include/CGAL/link_to_face_graph.h > include/CGAL/lloyd_optimize_mesh_2.h > include/CGAL/lloyd_optimize_mesh_3.h > include/CGAL/long_double.h >@@ -2804,17 +2948,11 @@ > include/CGAL/polyhedron_cut_plane_3.h > include/CGAL/polynomial_utils.h > include/CGAL/predicates/Polygon_offset_pred_ftC2.h >-include/CGAL/predicates/Regular_triangulation_ftC2.h >-include/CGAL/predicates/Regular_triangulation_ftC3.h >-include/CGAL/predicates/Regular_triangulation_rtH2.h >-include/CGAL/predicates/Regular_triangulation_rtH3.h > include/CGAL/predicates/Straight_skeleton_pred_ftC2.h >-include/CGAL/predicates/in_smallest_orthogonalcircle_ftC2.h > include/CGAL/predicates/kernel_ftC2.h > include/CGAL/predicates/kernel_ftC3.h > include/CGAL/predicates/predicates_for_mixed_complex_3.h > include/CGAL/predicates/predicates_for_voronoi_intersection_cartesian_2_3.h >-include/CGAL/predicates/predicates_on_weighted_points_cartesian_3.h > include/CGAL/predicates/sign_of_determinant.h > include/CGAL/predicates_d.h > include/CGAL/predicates_on_lines_2.h >@@ -2830,6 +2968,7 @@ > include/CGAL/random_simplify_point_set.h > include/CGAL/range_search_delaunay_2.h > include/CGAL/rational_rotation.h >+include/CGAL/read_sep_image_data.h > include/CGAL/read_vtk_image_data.h > include/CGAL/rectangular_3_center_2.h > include/CGAL/rectangular_p_center_2.h >@@ -2857,6 +2996,7 @@ > include/CGAL/squared_distance_utils.h > include/CGAL/sse2.h > include/CGAL/streamlines_assertions.h >+include/CGAL/structure_point_set.h > include/CGAL/subdivide_skin_surface_mesh_3.h > include/CGAL/subdivide_union_of_balls_mesh_3.h > include/CGAL/surface_mesh_parameterization_assertions.h >@@ -2877,6 +3017,7 @@ > include/CGAL/tuple.h > include/CGAL/type_traits.h > include/CGAL/typeset.h >+include/CGAL/unordered.h > include/CGAL/use.h > include/CGAL/user_classes.h > include/CGAL/utility.h >@@ -2893,6 +3034,7 @@ > include/CGAL/wlop_simplify_and_regularize_point_set.h > include/CGAL/wmult.h > lib/CGAL/CGALConfig.cmake >+lib/CGAL/CGALConfigVersion.cmake > lib/CGAL/CGALConfig_binary.cmake.in > lib/CGAL/CGALConfig_install.cmake.in > lib/CGAL/CGALExports-%%CMAKE_BUILD_TYPE%%.cmake >@@ -2929,6 +3071,7 @@ > lib/CGAL/CGAL_UseRS3.cmake > lib/CGAL/CGAL_UseTAUCS.cmake > lib/CGAL/CGAL_VersionUtils.cmake >+lib/CGAL/CGAL_add_test.cmake > lib/CGAL/FindBLAS.cmake > lib/CGAL/FindCGAL.cmake > lib/CGAL/FindCGAL_CORE.cmake >@@ -2959,17 +3102,22 @@ > lib/CGAL/UseOpenMesh.cmake > lib/CGAL/UseTBB.cmake > lib/CGAL/Use_CGAL_Qt5_headers.cmake >+lib/CGAL/list_of_documented_headers.cmake >+lib/CGAL/list_of_whitelisted_headers.cmake >+lib/CGAL/process_dependencies.cmake >+lib/CGAL/run_cmd_redirection_cerr.cmake >+lib/CGAL/run_test_with_cin.cmake > lib/CGAL/test_MPFI.cpp > lib/libCGAL.so >-lib/libCGAL.so.12 >-lib/libCGAL.so.12.0.0 >+lib/libCGAL.so.13 >+lib/libCGAL.so.13.0.0 > lib/libCGAL_Core.so >-lib/libCGAL_Core.so.12 >-lib/libCGAL_Core.so.12.0.0 >+lib/libCGAL_Core.so.13 >+lib/libCGAL_Core.so.13.0.0 > lib/libCGAL_ImageIO.so >-lib/libCGAL_ImageIO.so.12 >-lib/libCGAL_ImageIO.so.12.0.0 >+lib/libCGAL_ImageIO.so.13 >+lib/libCGAL_ImageIO.so.13.0.0 > %%QT5%%lib/libCGAL_Qt5.so >-%%QT5%%lib/libCGAL_Qt5.so.12 >-%%QT5%%lib/libCGAL_Qt5.so.12.0.0 >+%%QT5%%lib/libCGAL_Qt5.so.13 >+%%QT5%%lib/libCGAL_Qt5.so.13.0.0 > man/man1/cgal_create_cmake_script.1.gz
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 222339
: 186392