Package: cgal / 5.2-3

Metadata

Package Version Patches format
cgal 5.2-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix warnings with boost 1.74 issue5303 function output iterator.diff | (download)

demo/Polyhedron/Plugins/PMP/Hole_filling_plugin.cpp | 2 1 + 1 - 0 !
demo/Polyhedron/Plugins/PMP/Join_and_split_polyhedra_plugin.cpp | 2 1 + 1 - 0 !
demo/Polyhedron/Plugins/Point_set/Point_set_shape_detection_plugin.cpp | 2 1 + 1 - 0 !
demo/Polyhedron/Plugins/Surface_mesh_deformation/Scene_edit_polyhedron_item.h | 2 1 + 1 - 0 !
demo/Polyhedron/Scene_c3t3_item.cpp | 2 1 + 1 - 0 !
examples/Classification/example_cluster_classification.cpp | 2 1 + 1 - 0 !
examples/Polygon_mesh_processing/connected_components_example.cpp | 2 1 + 1 - 0 !
examples/Polygon_mesh_processing/isotropic_remeshing_example.cpp | 2 1 + 1 - 0 !
examples/Polygon_mesh_processing/isotropic_remeshing_of_patch_example.cpp | 2 1 + 1 - 0 !
examples/Shape_detection/region_growing_on_point_set_3.cpp | 2 1 + 1 - 0 !
include/CGAL/Mesh_3/C3T3_helpers.h | 2 1 + 1 - 0 !
include/CGAL/Mesh_3/Protect_edges_sizing_field.h | 2 1 + 1 - 0 !
include/CGAL/Mesh_3/Slivers_exuder.h | 2 1 + 1 - 0 !
include/CGAL/NewKernel_d/Lazy_cartesian.h | 2 1 + 1 - 0 !
include/CGAL/Periodic_3_mesh_3/Protect_edges_sizing_field.h | 2 1 + 1 - 0 !
include/CGAL/Point_set_processing_3/internal/Neighbor_query.h | 2 1 + 1 - 0 !
include/CGAL/Polygon_mesh_processing/intersection.h | 2 1 + 1 - 0 !
include/CGAL/Polygon_mesh_processing/self_intersections.h | 2 1 + 1 - 0 !
include/CGAL/Scale_space_reconstruction_3/Weighted_PCA_smoother.h | 2 1 + 1 - 0 !
include/CGAL/Surface_mesh_parameterization/ARAP_parameterizer_3.h | 2 1 + 1 - 0 !
include/CGAL/Surface_mesh_parameterization/Fixed_border_parameterizer_3.h | 2 1 + 1 - 0 !
include/CGAL/Surface_mesh_parameterization/IO/File_off.h | 2 1 + 1 - 0 !
include/CGAL/Surface_mesh_parameterization/Iterative_authalic_parameterizer_3.h | 2 1 + 1 - 0 !
include/CGAL/Surface_mesh_parameterization/LSCM_parameterizer_3.h | 2 1 + 1 - 0 !
include/CGAL/Surface_mesh_parameterization/Two_vertices_parameterizer_3.h | 2 1 + 1 - 0 !
include/CGAL/Surface_mesh_parameterization/internal/validity.h | 2 1 + 1 - 0 !
include/CGAL/boost/graph/copy_face_graph.h | 2 1 + 1 - 0 !
include/CGAL/grabbers.h | 2 1 + 1 - 0 !
28 files changed, 28 insertions(+), 28 deletions(-)

 fix some warnings with boost 1.74 (see issue #5303).
fix warnings with boost 1.74 pr5308 without tests tarball layout.diff | (download)

examples/Minkowski_sum_2/approx_inset.cpp | 7 4 + 3 - 0 !
examples/Minkowski_sum_2/approx_offset.cpp | 7 4 + 3 - 0 !
examples/Minkowski_sum_2/exact_inset.cpp | 7 4 + 3 - 0 !
examples/Minkowski_sum_2/exact_offset.cpp | 7 4 + 3 - 0 !
4 files changed, 16 insertions(+), 12 deletions(-)

 fix some warnings with boost 1.74 (see issue #5303), adapted to
  tarball layout and without the tests.
fix nef polygon parsing code pr5371 tarball layout.diff | (download)

include/CGAL/Nef_2/PM_io_parser.h | 70 57 + 13 - 0 !
include/CGAL/Nef_3/SNC_io_parser.h | 234 219 + 15 - 0 !
include/CGAL/Nef_S2/SM_io_parser.h | 106 79 + 27 - 0 !
include/CGAL/Nef_polyhedron_2.h | 2 2 + 0 - 0 !
4 files changed, 357 insertions(+), 55 deletions(-)

 fix oob issues in nef_* (pr #5371)