Commit Graph

89070 Commits

Author SHA1 Message Date
Laurent Rineau 4ec82f4b09 Merge pull request #4540 from mglisse/handle
Some noexcept, swap, etc to help Handle* types
2020-03-05 14:52:09 +01:00
Laurent Rineau 0260afee8c Merge pull request #4542 from sloriot/Kernel-compare_distance_use_FT
Use FT instead of RT
2020-03-05 14:52:06 +01:00
Laurent Rineau b281902cf9 Merge pull request #4551 from MaelRL/CGAL-Fix_todo_doc_warning-GF
PMP: Fix doxygen warnings
2020-03-05 14:52:03 +01:00
Mael Rouxel-Labbé 71f2474944 Fix leftover '///' that ought to be '//'
Causes issues with Doxygen
2020-03-02 09:42:54 +01:00
Mael Rouxel-Labbé c6fa8c03b5 Uniformize todos 2020-03-02 09:42:35 +01:00
Sebastien Loriot 194cdcf546
Merge pull request #4550 from nh2/patch-1
INSTALL.md: Fix missing path in cmake invocation
2020-03-02 06:45:55 +01:00
Sebastien Loriot febd80e01f
Merge pull request #4549 from thopiekar/patch-1
Shape_detection: Correcting comment in efficient_RANSAC_with_parameters example
2020-03-02 06:45:11 +01:00
Niklas Hambüchen 00fdf182b8
INSTALL.md: Fix missing path in cmake invocation 2020-03-01 20:14:05 +01:00
Thomas Karl Pietrowski afd2eefa78
Shape_detection: Correcting comment in efficient_RANSAC_with_parameters example
Just because 200 != 500.
2020-03-01 19:52:35 +01:00
Marc Glisse 3ebe8839b6 swap for Point_2 and Point_d
and make the implementations more similar, in case someone wants to
replace it with a macro at some point.
2020-03-01 12:50:13 +01:00
Laurent Rineau c3a7846ef7 updated crontab (automated commit) 2020-02-28 17:18:04 +01:00
Laurent Rineau be7dedc49b Merge branch 'releases/CGAL-5.0-branch' 2020-02-25 14:47:23 +01:00
Laurent Rineau c43d6bd8eb Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-02-25 14:47:03 +01:00
Laurent Rineau 7a5df9ea21
Merge pull request #4534 from CGAL/Surface_mesh_segmentation-fix_citation-lrineau
Surface_mesh_segmentation: Fix citation (wrong case)
2020-02-25 14:40:23 +01:00
Sébastien Loriot ba2f2c1c20 use FT instead of RT
Compare_distance_3 is a generic functor that is comparing
the returned value of Squared_distance_3. If called to
compare the distance of a point to a plane/segment/triangle
a division is used leading to runtime error.
2020-02-25 14:25:20 +01:00
Laurent Rineau 5f58885213 menu_version.js for master 2020-02-25 13:22:46 +01:00
Laurent Rineau 3cc4dbddb1 Prepare new bug-fix releases 2020-02-25 09:50:53 +01:00
Laurent Rineau 8ffe039e8f Merge branch 'releases/CGAL-5.0-branch' 2020-02-25 09:49:50 +01:00
Laurent Rineau 4af61895ea Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-02-25 09:48:04 +01:00
Laurent Rineau 2b01447391 Next release on this branch will be 5.0.3 2020-02-25 09:46:40 +01:00
Laurent Rineau e40aaafd28 Next release in this branch will be 4.14.4 2020-02-25 09:43:08 +01:00
Marc Glisse 1eed5a908c swap Simple_cartesian<Gmpq>::Point_3 2020-02-25 08:57:53 +01:00
Marc Glisse c92587fb9c More swap
We could add it for all kernel wrappers...
It is really inconvenient that swap cannot be autogenerated like move
assignments are.
noexcept(auto) would also be convenient, whatever some people on the
committee claim.
2020-02-25 02:00:48 +01:00
Marc Glisse 3e4c0d28e5 More swaps. 2020-02-25 01:29:48 +01:00
Laurent Rineau 1f52e0085a Fix citation (wrong case) 2020-02-19 11:22:38 +01:00
Laurent Rineau bf31ed804d Merge branch 'releases/CGAL-5.0-branch' 2020-02-14 14:57:17 +01:00
Laurent Rineau 7a1ba12bab Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-02-14 14:53:55 +01:00
Laurent Rineau 07bd217f43 Merge commit 'c51c7792b84e1b0039d9fb4afc872a38fcfc14cb' from pull request #4481 from maxGimeno/Demo-Fixes-maxGimeno
3D Demo: Fixes
2020-02-14 14:52:27 +01:00
Laurent Rineau c4daad19a7 Merge pull request #4484 from mglisse/Triangulation-test_Epeck_d-glisse
Also test Triangulation with Epeck_d
2020-02-14 14:46:38 +01:00
Laurent Rineau 61453c6322 Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno
Fix OFF reader
2020-02-14 14:46:35 +01:00
Laurent Rineau 034bc95674 Merge pull request #4506 from sloriot/PMP-clip_better_doc
Improve clip doc and tests
2020-02-14 14:46:32 +01:00
Laurent Rineau d872e134b2 Merge pull request #4508 from MaelRL/BGL-Fix_graph_has_property_doc-GF
BGL: fix doc of graph_has_property
2020-02-14 14:46:29 +01:00
Laurent Rineau 8f5dd6d109 Merge pull request #4516 from maxGimeno/Doc-fix_doc_for_brew-maxGimeno
Documentation: Update installation instructions
2020-02-14 14:46:27 +01:00
Laurent Rineau 6c2bc711da Merge pull request #4521 from maxGimeno/Installation-Fix_CGAL_WITH_Qt5-maxGimeno
Fix CGAL_Qt5_FOUND issue
2020-02-14 14:46:24 +01:00
Laurent Rineau d463d5a7d3 Merge pull request #4523 from sgiraudot/Surface_mesh-Fix_PLY_writer-GF
[Surface Mesh] Fix PLY writing by reindexing vertices
2020-02-14 14:46:22 +01:00
Laurent Rineau b7c237515a Merge pull request #4524 from sloriot/PMP-inplace_bo_fix
Handle the case of interior vertex
2020-02-14 14:46:19 +01:00
Laurent Rineau 23beca416c Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno
Fix OFF reader
2020-02-14 14:45:57 +01:00
Laurent Rineau 31416b1cf2 Merge pull request #4506 from sloriot/PMP-clip_better_doc
Improve clip doc and tests
2020-02-14 14:45:55 +01:00
Laurent Rineau c7ce95176b Merge pull request #4508 from MaelRL/BGL-Fix_graph_has_property_doc-GF
BGL: fix doc of graph_has_property
2020-02-14 14:45:52 +01:00
Laurent Rineau c84cc79404 Merge pull request #4524 from sloriot/PMP-inplace_bo_fix
Handle the case of interior vertex
2020-02-14 14:45:50 +01:00
Laurent Rineau 79fc9bf34f Merge pull request #4481 from maxGimeno/Demo-Fixes-maxGimeno
3D Demo: Fixes
2020-02-14 14:39:28 +01:00
Laurent Rineau a9102bd3d9 Merge pull request #4484 from mglisse/Triangulation-test_Epeck_d-glisse
Also test Triangulation with Epeck_d
2020-02-14 14:39:26 +01:00
Laurent Rineau f58b40b77b Merge pull request #4501 from maxGimeno/OFF_reading-Fixes-maxGimeno
Fix OFF reader
2020-02-14 14:39:22 +01:00
Laurent Rineau a98583f1ec Merge pull request #4506 from sloriot/PMP-clip_better_doc
Improve clip doc and tests
2020-02-14 14:39:19 +01:00
Laurent Rineau 141eed441c Merge pull request #4508 from MaelRL/BGL-Fix_graph_has_property_doc-GF
BGL: fix doc of graph_has_property
2020-02-14 14:39:16 +01:00
Laurent Rineau 0cabb7165b Merge pull request #4516 from maxGimeno/Doc-fix_doc_for_brew-maxGimeno
Documentation: Update installation instructions
2020-02-14 14:39:13 +01:00
Laurent Rineau e828e60b8d Merge pull request #4521 from maxGimeno/Installation-Fix_CGAL_WITH_Qt5-maxGimeno
Fix CGAL_Qt5_FOUND issue
2020-02-14 14:39:11 +01:00
Laurent Rineau 31eab7333a Merge pull request #4523 from sgiraudot/Surface_mesh-Fix_PLY_writer-GF
[Surface Mesh] Fix PLY writing by reindexing vertices
2020-02-14 14:39:08 +01:00
Laurent Rineau 16e7715c31 Merge pull request #4524 from sloriot/PMP-inplace_bo_fix
Handle the case of interior vertex
2020-02-14 14:39:05 +01:00
Sébastien Loriot 3501af6c61 handle the case of interior vertex
The vertex becomes interior after the stitch of the patch
while being the endpoint of a polyline to be removed

fix patch introduced in 6e31445f62
2020-02-13 14:38:19 +01:00