Commit Graph

99694 Commits

Author SHA1 Message Date
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
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
Mael Rouxel-Labbé 906a2c911e Misc minor fixes & cleaning 2022-02-18 16:11:41 +01:00
Mael Rouxel-Labbé 18541fd29a Various fixes for bounds and realizing triangle pairs 2022-02-18 16:10:58 +01:00
Mael Rouxel-Labbé e10bda5d27 Manipulate squared distances to avoid many sqrts 2022-02-18 16:09:15 +01:00
Sébastien Loriot 0dca23cbf8 progress_display is replaced starting boost 1.72 2022-02-18 15:53:54 +01:00
Sébastien Loriot b4d37aff47 use non-deprecated API 2022-02-18 15:53:54 +01:00
Sébastien Loriot 3c120f11b0 add missing default 2022-02-18 15:50:59 +01:00
Sébastien Loriot fe9b74dcd3 add determinism test 2022-02-18 15:50:59 +01:00
Sébastien Loriot f7fa358585 remove useless certainly
will fail a few lines below anyway
2022-02-18 15:50:59 +01:00
Sébastien Loriot f6f2b28b0e make the crossing point computation deterministic 2022-02-18 15:50:58 +01:00
Andreas Fabri 740d34234f delete trailing whitespace 2022-02-18 15:42:31 +01:00
Andreas Fabri abe216b73d PSP: ofstream -> sstream 2022-02-18 15:42:29 +01:00
Andreas Fabri db10b7afde ImageIO: Use CGAL_USE to avoid warning 2022-02-18 15:39:22 +01:00
Laurent Rineau a331ede932 Merge branch '5.4.x-branch' 2022-02-18 15:24:16 +01:00
Laurent Rineau fb764adef8 Merge branch '5.3.x-branch' into 5.4.x-branch 2022-02-18 15:23:34 +01:00
Laurent Rineau 643b846c8e Merge pull request #6294 from sloriot/BGL-uw
fix ununitialized variable warnings
2022-02-18 15:22:50 +01:00
Laurent Rineau 05996bc843 Merge pull request #6309 from sloriot/PMP-size_t_FT
Avoid std::size_t to FT conversion
2022-02-18 15:22:48 +01:00
Laurent Rineau 6873af7fc4 Merge pull request #6274 from afabri/Distance_3-Fix_Gmpz_from_non_integral_double_warning-GF
Distance_3: Construct a FT from non integral double
2022-02-18 15:21:44 +01:00
Laurent Rineau f01b30de0d Merge pull request #6287 from afabri/Spatial_searching-Incremental_Manhattan_fix-GF
Spatial_searching:  Fix incremental search with Manhattan distance
2022-02-18 15:21:42 +01:00
Laurent Rineau 03d415ee4b Merge pull request #6297 from afabri/Spatial_searching-dangling_pointer_warning-GF
Spatial_searching: Add a variable as we had a warning about a potentially dangling pointer
2022-02-18 15:21:40 +01:00
Laurent Rineau 4ba68e654f Merge pull request #6298 from afabri/Triangulation_2-quiet_warning-GF
Triangulation_2: Quiet a warning
2022-02-18 15:21:38 +01:00
Laurent Rineau 143683c980 Merge pull request #6300 from afabri/Polygon_no_need_for_SunProCC_workaround-GF
Polygon:  Remove a workaround for an old Sun compiler
2022-02-18 15:21:36 +01:00
Laurent Rineau 43b49409d1 Merge pull request #6288 from GilesBathgate/Nef_3-constructor_single_initialise-GilesBathgate
Simplify initialisation in Nef_polyhedron_3
2022-02-18 11:43:45 +01:00
Laurent Rineau c8273a1135 Merge pull request #6311 from MaelRL/PMP-HD_doc-GF
Tiny doc fixes for PMP Hausdorff distance functions
2022-02-18 11:43:43 +01:00
Laurent Rineau 7d4c637472 Merge pull request #6312 from MaelRL/PMP-Remove_PMP_namespace_def-GF
Remove some wide 'PMP' namespace declarations
2022-02-18 11:43:40 +01:00
Laurent Rineau adb3e7a3e7 updated crontab (automated commit) 2022-02-17 17:18:03 +01:00
Andreas Fabri 1c1d5d194d Add missing #include 2022-02-17 15:10:40 +00:00
Mael Rouxel-Labbé d638859698 Remove unused atomic variable 2022-02-17 12:36:27 +01:00
Mael Rouxel-Labbé 25f7ee501d Fix missing sqrt in triangle sampling 2022-02-17 11:16:36 +01:00
Mael Rouxel-Labbé 4473b907ee Only call sqrt() once instead of every iteration (Naive Hausdorff) 2022-02-16 16:01:36 +01:00