Commit Graph

88272 Commits

Author SHA1 Message Date
Simon Giraudot b51be554b9 Fixes from review 2020-08-12 12:50:10 +02:00
Simon Giraudot d6d189b4a1 Bugfix: only test existing values in the array 2020-08-05 10:07:02 +02:00
Simon Giraudot 9ea82441c2 Use unique_ptr and add copy/move semantics 2020-08-05 10:06:49 +02:00
Simon Giraudot ca794fa991 Remove now useless Curve_pair, move and fix includes/classes accordingly 2020-08-03 14:01:18 +02:00
Simon Giraudot 107d77b311 Use one small unordered set per curve instead of one global unordered set per pair 2020-08-03 13:02:13 +02:00
Simon Giraudot 58b06bfe5f Add Small_unordered_set file 2020-08-03 12:57:03 +02:00
Laurent Rineau 3840bc47ee Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-07-10 16:21:52 +02:00
Laurent Rineau 4bec5543b4 Merge pull request #4841 from lrineau/Mesh_3-fix_examples_CMakeLists_with_TBB-GF
Mesh_3: fix use of TBB in examples/Mesh_3/CMakeLists.txt (conflicts with master)
2020-07-10 16:21:29 +02:00
Laurent Rineau 99b62c3bd9 Merge pull request #4841 from lrineau/Mesh_3-fix_examples_CMakeLists_with_TBB-GF
Mesh_3: fix use of TBB in examples/Mesh_3/CMakeLists.txt (conflicts with master)
2020-07-10 16:21:14 +02:00
Laurent Rineau 9bf27c6763 Fix the link with TBB 2020-07-09 13:24:08 +02:00
Laurent Rineau ae40fec6a3 Missing target 2020-07-09 13:23:55 +02:00
Laurent Rineau 49f2d04d68 Sort target names 2020-07-09 13:22:37 +02:00
Laurent Rineau ff82af691e Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-07-08 12:57:05 +02:00
Laurent Rineau f24f9b2c03 Fix after PR #4836 2020-07-08 12:54:36 +02:00
Laurent Rineau 0911586ae3
Merge pull request #4836 from CGAL/afabri-patch-3
Update AABB_halfedge_graph_segment_primitive.h
2020-07-07 11:41:33 +02:00
Laurent Rineau a1318153df
Merge pull request #4835 from CGAL/afabri-patch-2
Update AABB_face_graph_triangle_primitive.h
2020-07-07 11:41:23 +02:00
Andreas Fabri 23c29ff060
Update AABB_halfedge_graph_segment_primitive.h
Fix typos
2020-07-07 11:23:45 +02:00
Andreas Fabri f547b947d3
Update AABB_face_graph_triangle_primitive.h
Fix documentation bug.
2020-07-07 11:20:03 +02:00
Laurent Rineau 583cc8568c Merge remote-tracking branch 'cgal/releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-07-07 09:48:24 +02:00
Laurent Rineau 17eaeb9c85
Merge pull request #4829 from CGAL/afabri-patch-2
AABB_tree: Fix typo
2020-07-06 09:28:42 +02:00
Andreas Fabri 4739482b47
Update aabb_tree.txt 2020-07-05 17:42:52 +02:00
Laurent Rineau f94a024191 Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-07-03 16:20:55 +02:00
Laurent Rineau b59ccec613 Merge pull request #4807 from afabri/Surface_mesh-typo-GF
Surface_mesh doc typo: ede -> edge
2020-07-03 16:20:38 +02:00
Laurent Rineau bf88dfcc80 Merge pull request #4820 from sloriot/Argt-missing_it_cstr
Add constructor from base
2020-07-03 16:20:22 +02:00
Laurent Rineau d6bbdadf5f Merge pull request #4820 from sloriot/Argt-missing_it_cstr
Add constructor from base
2020-07-03 16:19:11 +02:00
Laurent Rineau 0f51c426d3 Add a new script that helps dealing with `integration` 2020-07-01 16:37:32 +02:00
Laurent Rineau 8d59d04a1f Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-06-30 16:37:40 +02:00
Laurent Rineau cba160f7f0 Merge pull request #4556 from theartful/arrangments_bugfix
Fix Bezier intersection bug around the boundaries (issue #3381)
2020-06-30 16:37:01 +02:00
Laurent Rineau ad23db27a3 Merge pull request #4795 from janetournois/Mesh_3-fix_optimisers_parallel-jtournois
Mesh_3 - fix parallel optimisers
2020-06-30 16:36:58 +02:00
Laurent Rineau 414bb92246 Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:36:55 +02:00
Laurent Rineau 3e6499700e Merge pull request #4556 from theartful/arrangments_bugfix
Fix Bezier intersection bug around the boundaries (issue #3381)
2020-06-30 16:36:20 +02:00
Laurent Rineau 93d9b1d399 Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:36:16 +02:00
Sébastien Loriot 3a53d241c8 add constructor from base 2020-06-30 09:51:05 +02:00
Jane Tournois 40668a297e fix protection of parallel code 2020-06-29 07:07:13 +02:00
Jane Tournois 615ac14086 protect incident_cells_threadsafe with macro
Periodic_3_mesh_3 does not have an implementation of these functions
because it does not have a parallel implementation
2020-06-26 15:51:15 +02:00
Jane Tournois bce4b4e80a Revert "add an assertion in make_canonical"
This reverts commit f55ffabbe0.
In the exuder, it can happen that this function takes the triple
(Vertex_handle(), Vertex_handle(), Vertex_handle())
so the assertion does not hold
2020-06-26 14:57:02 +02:00
Mael dafb52f0fd Remove wrong 'const' marker in Polyhedron-modifying functions 2020-06-25 16:45:43 +02:00
Laurent Rineau 7a4c69c0a2 Merge pull request #4775 from lrineau/CGAL-remove_cpp11-GF-5.0
Remove cpp11::(tuple|get)
2020-06-23 19:01:56 +02:00
Laurent Rineau d453827da5 Merge branch 'releases/CGAL-4.14-branch' into releases/CGAL-5.0-branch 2020-06-23 18:48:43 +02:00
Laurent Rineau 84d7e9a696 Merge pull request #4776 from sgiraudot/PSP-Fix_hierarchy_simplify_doc-GF
PSP: Fix documentation of hierarchy simplify point set
2020-06-23 18:48:11 +02:00
Laurent Rineau 277f2d2571 Merge pull request #4786 from lrineau/Mesh_3-fix_compilation_error_MSVC2015-GF
Continue workaround for MSVC2015
2020-06-23 18:48:08 +02:00
Laurent Rineau 6e4eb71dba Merge pull request #4789 from sloriot/SS-copy_cst
Make straight_skeleton copy_constructible
2020-06-23 18:48:04 +02:00
Laurent Rineau 98018f1af3 Merge pull request #4793 from lrineau/Testsuite-rework_the_timeout_of_run_testsuite-GF
Testsuite rework the timeout of run_testsuite
2020-06-23 18:48:00 +02:00
Laurent Rineau 428bf26e1f Merge pull request #4798 from maxGimeno/STL_Extension-Fix_compact_container-GF
Fix unknown behavior that changed in Visual 2019
2020-06-23 18:47:58 +02:00
Laurent Rineau f48350608c Merge pull request #4804 from maxGimeno/Distance_3-Fix_compare_for-leda-maxGimeno
Distance_3: Fix error with LEDA
2020-06-23 18:47:55 +02:00
Laurent Rineau 250ad9a6ee Merge pull request #4776 from sgiraudot/PSP-Fix_hierarchy_simplify_doc-GF
PSP: Fix documentation of hierarchy simplify point set
2020-06-23 18:46:34 +02:00
Laurent Rineau ee1f2df609 Merge pull request #4789 from sloriot/SS-copy_cst
Make straight_skeleton copy_constructible
2020-06-23 18:46:32 +02:00
Laurent Rineau f6b28812df Merge pull request #4793 from lrineau/Testsuite-rework_the_timeout_of_run_testsuite-GF
Testsuite rework the timeout of run_testsuite
2020-06-23 18:46:29 +02:00
Laurent Rineau 75a27d4701 Merge pull request #4804 from maxGimeno/Distance_3-Fix_compare_for-leda-maxGimeno
Distance_3: Fix error with LEDA
2020-06-23 18:46:27 +02:00
Andreas Fabri fa1c724843 Surface_mesh doc typo: ede -> edge 2020-06-23 12:55:31 +01:00