Commit Graph

91414 Commits

Author SHA1 Message Date
Marc Glisse 00efb5ebef Remove TAB 2020-07-07 17:51:29 +02:00
Marc Glisse e0513c2432 Implement Eigen::NumTraits<Interval_nt>::highest
Older versions of LDLT use it
2020-07-07 16:54:04 +02:00
Marc Glisse 22e8b9cc22 Rewrite general case of circumcenter 2020-07-07 13:46:48 +02:00
Marc Glisse 8d3895653c More circumcenter tests 2020-07-06 22:54:38 +02:00
Marc Glisse d6e39a16dc Special case the circumcenter computation for few points 2020-07-02 23:49:42 +02:00
Laurent Rineau abd53906c5 Remove trailing whitespaces 2020-07-02 15:51:29 +02:00
Laurent Rineau 80dd558884 Display the compiler version in test results
I commit directly to `master`, because there is no way to test that in
`integration`.
2020-07-02 15:50:49 +02:00
Laurent Rineau 9cfb0401a4 updated crontab (automated commit) 2020-06-30 17:18:05 +02:00
Laurent Rineau f1d1554e5b Merge branch 'releases/CGAL-5.0-branch' 2020-06-30 16:39:36 +02:00
Laurent Rineau e439aaf30c Merge pull request #4556 from theartful/arrangments_bugfix
Fix Bezier intersection bug around the boundaries (issue #3381)

# Conflicts:
#	Arrangement_on_surface_2/include/CGAL/Arr_geometry_traits/Bezier_cache.h
2020-06-30 16:39:17 +02:00
Laurent Rineau b8ac296757 Merge pull request #4791 from MaelRL/PMP-Fix_remove_SI_hole_filling_non_simple_border-GF
PMP: remove_self_intersections() fixes
2020-06-30 16:38:08 +02:00
Laurent Rineau 07eacf5231 Merge pull request #4795 from janetournois/Mesh_3-fix_optimisers_parallel-jtournois
Mesh_3 - fix parallel optimisers
2020-06-30 16:38:05 +02:00
Laurent Rineau 4537d217c7 Merge pull request #4812 from janetournois/Tet_remeshing-fix4808-jtournois
Tetrahedral remeshing : fix a bug in collapse
2020-06-30 16:38:03 +02:00
Laurent Rineau 10834e4ef4 Merge pull request #4813 from MaelRL/Polyhedron-fix_const-GF
Remove 'const' markers in Polyhedron-modifying functions
2020-06-30 16:37:59 +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
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
Jane Tournois 5308db7bd8 fix the "peeling" of slivers
when only one facet of the sliver was on a surface,
it could happen that the 3 others where deeply traversing the volume,
leading to a sharp hole on the surface.
This should be fixed

+ add to the complex the new surface facets, after peeling
2020-06-26 06:39:15 +02:00
Mael dafb52f0fd Remove wrong 'const' marker in Polyhedron-modifying functions 2020-06-25 16:45:43 +02:00
Jane Tournois f304886fee c3t3.rescan_after_load_of_triangulation() to count facets and cells
and make counters valid
2020-06-25 14:08:29 +02:00
Jane Tournois c84e8cec42 update number_of_facets and number_of_cells of the c3t3 before init_c3t3() 2020-06-25 08:38:14 +02:00
Jane Tournois 1b25bd2c39 add_to_complex(v1, v2) can be used only if edge is not already in the complex 2020-06-25 08:19:12 +02:00
Laurent Rineau e0330c1400 Declare Nef_3 data files 2020-06-24 12:18:15 +02:00
Laurent Rineau 4cca5b3025
Update .gitattributes
Remove Pawn, C, and eC from languages detected in CGAL by Github (by linguist).
2020-06-24 11:56:43 +02:00
Laurent Rineau 1aff91d7c2 Merge branch 'releases/CGAL-5.0-branch' 2020-06-23 19:02:16 +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 ee927be660 Merge branch 'releases/CGAL-5.0-branch' 2020-06-23 18:50:41 +02:00
Laurent Rineau bcf8409e46 Merge pull request #4611 from rathod-sahaab/replace-throws-with-noexcept
replaced throw() with noexcept
2020-06-23 18:50:20 +02:00
Laurent Rineau dad9db1094 Merge pull request #4774 from lrineau/CGAL-remove_cpp11-GF
Remove cpp11::(tuple|get)
2020-06-23 18:50:17 +02:00
Laurent Rineau fafb3ca4e0 Merge pull request #4776 from sgiraudot/PSP-Fix_hierarchy_simplify_doc-GF
PSP: Fix documentation of hierarchy simplify point set
2020-06-23 18:50:14 +02:00
Laurent Rineau 34e49bd53e Merge pull request #4778 from sloriot/CGAL-copy_face_graph_append_fix
Fix complexity in case of append
2020-06-23 18:50:12 +02:00
Laurent Rineau c51b44d7bb Merge pull request #4779 from lrineau/Kernel_d-fix_cpp20-GF
HalfedgeDS/Kernel_d: Fix ambiguous comparison errors with C++20
2020-06-23 18:50:09 +02:00
Laurent Rineau 38e7c641d7 Merge pull request #4780 from maxGimeno/GraphicsView-Fix_qt_deprecated_code-maxGimeno
GraphicsView: Fix Qt 5.15 deprecation warnings
2020-06-23 18:50:07 +02:00
Laurent Rineau f3c348de2a Merge pull request #4782 from janetournois/Tetrahedral_remeshing-fix_authors-jtournois
Tetrahedral Remeshing - fix the list of authors
2020-06-23 18:50:05 +02:00
Laurent Rineau 92ca24d013 Merge pull request #4783 from maxGimeno/CGAL-Fixes_after_beta1-maxGimeno
Some Fixes after beta1
2020-06-23 18:50:00 +02:00
Laurent Rineau bd7d3c498f Merge pull request #4786 from lrineau/Mesh_3-fix_compilation_error_MSVC2015-GF
Continue workaround for MSVC2015
2020-06-23 18:49:58 +02:00
Laurent Rineau 3d78df1749 Merge pull request #4789 from sloriot/SS-copy_cst
Make straight_skeleton copy_constructible
2020-06-23 18:49:55 +02:00
Laurent Rineau 68eab710ee 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:49:52 +02:00
Laurent Rineau e0b2bc6235 Merge pull request #4798 from maxGimeno/STL_Extension-Fix_compact_container-GF
Fix unknown behavior that changed in Visual 2019
2020-06-23 18:49:49 +02:00
Laurent Rineau 0c94ff4308 Merge pull request #4804 from maxGimeno/Distance_3-Fix_compare_for-leda-maxGimeno
Distance_3: Fix error with LEDA
2020-06-23 18:49:46 +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