Commit Graph

99773 Commits

Author SHA1 Message Date
Laurent Rineau 258d704a90 Merge pull request #6209 from sloriot/PMP-std_instead_of_boost
Use features available in std instead of boost
2022-02-24 19:57:17 +01:00
Laurent Rineau db90fb897e Merge pull request #6348 from sloriot/PMP-autoref_no_fix_if_no_split
Never try to fix when a polyline does not split a patch
2022-02-24 19:57:15 +01:00
Laurent Rineau fc7f67269f Make two programs less verbose
Fix #6353
2022-02-24 15:41:47 +01:00
Sébastien Loriot 74acb888ca ignore CDT2 is normal is null 2022-02-24 14:05:40 +01:00
Andreas Fabri 46b3031c3a Move sentence before the example 2022-02-24 11:34:16 +00:00
Andreas Fabri 680ef92dde Add a subsection in the manual and explain the example 2022-02-24 10:23:21 +00:00
Laurent Rineau 9cbf8fa23c Merge pull request #6329 from afabri/PSP-fix_IO-GF
PSP: ofstream -> sstream

# Conflicts:
#	Point_set_processing_3/test/Point_set_processing_3/test_deprecated_io_point_set.cpp
2022-02-24 09:52:51 +01:00
Laurent Rineau 86aab13ae9 Merge pull request #6339 from MaelRL/PMP-Close_stitching_with_EPECK-GF
Make collect_close_stitchable_boundary_edges() compatible with EPECK
2022-02-24 09:49:43 +01:00
Laurent Rineau 7ac844388c Merge pull request #6340 from efifogel/Ms_2-added_missing_ctrs-efif
Added missing copy constructor && assignment
2022-02-24 09:49:41 +01:00
Laurent Rineau ba0053461f Merge pull request #6344 from sloriot/CGAL-static_constexpr
Add missing static keyword
2022-02-24 09:49:38 +01:00
Laurent Rineau 191972ed84 Merge pull request #6345 from afabri/Stream_support-cleanup-GF
Stream_support: clean up the examples for WKT
2022-02-24 09:49:36 +01:00
Laurent Rineau 291b68a3b8 Merge pull request #6346 from afabri/Shortes_path-not_reference-GF
Surface_mesh_shortest_path: Make data member a copy
2022-02-24 09:49:34 +01:00
Laurent Rineau 3452fb7596 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-02-24 09:44:50 +01:00
Laurent Rineau 626a9ec525 Merge pull request #6329 from afabri/PSP-fix_IO-GF
PSP: ofstream -> sstream
2022-02-24 09:44:49 +01:00
Laurent Rineau eb86d35ab0 Merge pull request #6344 from sloriot/CGAL-static_constexpr
Add missing static keyword
2022-02-24 09:44:47 +01:00
Laurent Rineau 4afbc78d34 Merge pull request #6346 from afabri/Shortes_path-not_reference-GF
Surface_mesh_shortest_path: Make data member a copy
2022-02-24 09:44:44 +01:00
Laurent Rineau 3ae010d755 Merge pull request #6344 from sloriot/CGAL-static_constexpr
Add missing static keyword
2022-02-24 09:44:13 +01:00
Laurent Rineau 53db45c289 Merge pull request #6346 from afabri/Shortes_path-not_reference-GF
Surface_mesh_shortest_path: Make data member a copy
2022-02-24 09:44:11 +01:00
Mael Rouxel-Labbé 064d5934d4 Remove unused typedef 2022-02-23 20:30:23 +01:00
Sebastien Loriot 02e1152762
Update Installation/CHANGES.md
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-02-23 11:38:25 +01:00
Sébastien Loriot 32077b8829 Merge remote-tracking branch 'cgal/master' into HEAD 2022-02-23 11:30:36 +01:00
Sébastien Loriot a8a3bbd9c4 avoid a double to size_t warning 2022-02-23 11:25:52 +01:00
Sébastien Loriot f7eeca53de Revert "fix test_autorefinement on Windows by moving back to boost::unordered_map"
This reverts commit 2cc2fab4a2.
2022-02-23 11:18:00 +01:00
Sébastien Loriot e0f3051f95 never try to fix when a polyline does not split a patch 2022-02-23 11:13:22 +01:00
Laurent Rineau de55977464 Merge branch '5.4.x-branch' 2022-02-22 18:25:06 +01:00
Laurent Rineau 6d28829737 Merge pull request #6316 from sloriot/CGAL-boost_progress
Use non-deprecated API for boost progress
2022-02-22 18:24:47 +01:00
Laurent Rineau 1af882bd4c Merge pull request #6321 from janetournois/Mesh_3_experimental-minor_fixes-jtournois
Mesh 3 experimental - minor fixes
2022-02-22 18:24:45 +01:00
Laurent Rineau 191ef83ee3 Merge pull request #6322 from janetournois/PMP-bglize_repair-jtournois
PMP - BGLize repair code
2022-02-22 18:24:43 +01:00
Laurent Rineau cd58dcc8cf Merge pull request #6323 from sloriot/Intersections_2-deterministic_crossing_point_of_segments
[Intersections_2] Make the crossing point computation deterministic
2022-02-22 18:24:40 +01:00
Laurent Rineau 300cc9d61c Merge pull request #6331 from afabri/ImageIO-use_use-GF
ImageIO:  Use CGAL_USE to avoid warning
2022-02-22 18:24:38 +01:00
Laurent Rineau ecf9665e49 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-02-22 18:23:52 +01:00
Laurent Rineau 98f7d25a20 Merge pull request #6316 from sloriot/CGAL-boost_progress
Use non-deprecated API for boost progress
2022-02-22 18:23:37 +01:00
Laurent Rineau 11ebe18a97 Merge pull request #6323 from sloriot/Intersections_2-deterministic_crossing_point_of_segments
[Intersections_2] Make the crossing point computation deterministic
2022-02-22 18:23:34 +01:00
Laurent Rineau edb9996dc1 Merge pull request #6331 from afabri/ImageIO-use_use-GF
ImageIO:  Use CGAL_USE to avoid warning
2022-02-22 18:23:32 +01:00
Laurent Rineau 5089492496 Merge pull request #6316 from sloriot/CGAL-boost_progress
Use non-deprecated API for boost progress
2022-02-22 18:21:55 +01:00
Andreas Fabri 329e9e22ae Cleanup of examples and test files 2022-02-22 15:56:53 +00:00
Andreas Fabri a35555b58f Surface_mesh_shortest_path: Make data member a copy as otherwise potentially dangling reference 2022-02-22 15:19:17 +00:00
Andreas Fabri 31ad9a98a4 Stream_support: clean up the examples for WKT 2022-02-22 15:06:03 +00:00
Mael Rouxel-Labbé 8587f5ffe6 Fix assertion 2022-02-22 15:56:32 +01:00
Sébastien Loriot 6f6bd08e2e add missing static keyword 2022-02-22 12:42:41 +01:00
Andreas Fabri 435e6d690f Fix typo (leading to a compilation error) 2022-02-22 08:11:51 +00:00
Andreas Fabri 716d70adb6 Add to the documentation 2022-02-21 16:41:39 +00:00
Andreas Fabri b5fc0b0d72 PMP: Add example for extrude_mesh() 2022-02-21 16:09:55 +00:00
Efi Fogel 414103f286 Added missing copy constructor && assignmnet 2022-02-21 17:17:34 +02:00
Mael Rouxel-Labbé 4e2e194ca4 Make collect_close_stitchable_boundary_edges() compatible with EPECK 2022-02-21 11:03:19 +01:00
Mael Rouxel-Labbé 717f01e35d Add precondition 2022-02-21 10:05:53 +01:00
Mael Rouxel-Labbé 4c1df5eea7 Fix hausdorff tests 2022-02-18 16:34:46 +01:00
Mael Rouxel-Labbé 05da44130a Fix grammar 2022-02-18 16:34:34 +01:00
Mael Rouxel-Labbé 632929bd70 Minor tweak to exiting criterion 2022-02-18 16:34:14 +01:00
Mael Rouxel-Labbé fddbd13272 Don't do anything if the user-defined distance bound is 0 2022-02-18 16:11:55 +01:00