Commit Graph

93622 Commits

Author SHA1 Message Date
Andreas Fabri df61ad9367
Update Convex_hull_3/include/CGAL/convexity_check_3.h
Co-authored-by: Sebastien Loriot <sloriot.ml@gmail.com>
2020-11-12 10:56:40 +01:00
Andreas Fabri b54b62fcc4 Convex_hull_3: Fix constness 2020-11-12 09:40:22 +00:00
Laurent Rineau 12b1539236 Fix a typo
Thanks to @saiteja13427, in https://github.com/CGAL/cgal/pull/5142.

(Closes #5142.)
2020-11-12 10:04:38 +01:00
Maxime Gimeno e172dfbcb6 Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-11-12 09:04:01 +01:00
Michael Hemmer c47af04469
Update print.h
Adding includes for what is used to allow header to be compiled on its own.
2020-11-11 16:59:52 +01:00
Laurent Rineau d94f015acd Merge pull request #4905 from sloriot/SS_improvements
Straight Skeleton: Reduce memory footprint and fix inconsistency of square root
2020-11-10 15:00:14 +01:00
Maxime Gimeno 8e23d5c482 Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-11-10 09:00:41 +01:00
Laurent Rineau 3d6d9f541f Fix merge issues (not visible as Git conflicts) 2020-11-10 08:51:31 +01:00
Laurent Rineau d0dd5a93bf Merge pull request #4639 from janetournois/Triangulation_segment_traverser_3-tvanlank__rewrote_history-GF
Small feature - Triangulation Segment Cell/Simplex Iterator
2020-11-10 08:45:38 +01:00
Laurent Rineau f33d835d2e Merge pull request #4939 from sgiraudot/Polygon-Vertex_pair_iterator-GF
Arrangement: Avoid constructing Segment_2/Line_2 objects when possible
2020-11-10 08:45:35 +01:00
Simon Giraudot d998347f91 Move section in CHANGES.md to the correct release 2020-11-10 08:25:48 +01:00
Mael Rouxel-Labbé 7385ebb806 Refresh priority queues before calling top() if simultaneous events are present 2020-11-09 18:22:33 +01:00
Laurent Rineau b248867e91
Merge pull request #5141 from maxGimeno/Demo-Fix-clipping_plugin-maxGimeno 2020-11-09 17:10:24 +01:00
Simon Giraudot 6236370402
Update Installation/CHANGES.md
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2020-11-09 14:31:42 +01:00
Simon Giraudot bce99e7768 Fix uncompiled doc 2020-11-09 08:36:45 +01:00
Simon Giraudot e6c23195ed Update CHANGES.md 2020-11-09 08:36:38 +01:00
Mael Rouxel-Labbé 770b7f7a28 Take FT by reference in for(:) loop 2020-11-07 18:50:40 +01:00
Mael Rouxel-Labbé 36cccb0d5c Remove extra backticks 2020-11-07 18:44:46 +01:00
Laurent Rineau c702038fef updated crontab (automated commit) 2020-11-06 18:45:56 +01:00
Mael Rouxel-Labbé 9c8aeb0242 Fix strict ordering's asymmetry condition not being satisfied in Split Event PQ 2020-11-06 17:27:43 +01:00
Mael Rouxel-Labbé d609a9607e Fix Split Queue Comparer in edge case of two invalid pseudo-splits 2020-11-06 17:26:59 +01:00
Laurent Rineau 20619a586b Finish with the last one 2020-11-06 12:54:19 +01:00
Jane Tournois 29b6963b98 add missing include and namespace 2020-11-06 12:28:30 +01:00
Sébastien Loriot 314db57a38 disable polygon assertion
allow strictly simple polygons and epick construction issues
2020-11-06 12:03:15 +01:00
Sébastien Loriot a5c5a618d2 add a way to disable at runtime polygon assertions
some algorithms works with strictly simple polygons
but implementation such a check function is hard
2020-11-06 12:02:23 +01:00
Maxime Gimeno cc3cb3c18d Finish adding missing `.cpp` in cmakelists of polyhedron_demo 2020-11-06 11:54:26 +01:00
Laurent Rineau 25e65bceda partial fix of CMP0115 2020-11-06 10:48:19 +01:00
Sébastien Loriot e1dd96414d use non-protected interval type and use protector
guarantee that the same rounding mode will be used when approximating
the exact value to interval
2020-11-06 10:43:08 +01:00
Sébastien Loriot 03a225d7b4 do not use extra precision 2020-11-06 10:11:03 +01:00
Sébastien Loriot 61cb7b5930 accomodate to the update of is_valid() function 2020-11-06 10:10:31 +01:00
Sébastien Loriot dd49cb6035 remove unused variable 2020-11-06 10:10:11 +01:00
Maxime Gimeno cc00d293df Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno 2020-11-06 09:37:18 +01:00
Maxime Gimeno 933522afdc Silter CMP0115 warning 2020-11-06 09:29:11 +01:00
Maxime Gimeno 37fa8fd635 Add missing test data 2020-11-06 08:28:42 +01:00
Jane Tournois 10a28d1262 attempt to fix "variable used non initialized" 2020-11-05 11:13:26 +01:00
Efi Fogel c596073ffc Un-deprecated bbox() (for now) 2020-11-05 10:43:47 +02:00
Simon Giraudot c472257f0e Fix unused using 2020-11-05 09:36:18 +01:00
Simon Giraudot 06cce4cc90 Fix Eigen error by passing matrix directly in constructor 2020-11-05 09:35:57 +01:00
Maxime Gimeno b365c9ad42 replace bgl parameter number in test 2020-11-05 09:00:40 +01:00
Maxime Gimeno 0ed4a3ef66 Replace CGAL_assertion by assert 2020-11-05 08:55:12 +01:00
Laurent Rineau cbd10c8dfe Merge branch '5.1.x-branch' 2020-11-05 08:50:26 +01:00
Laurent Rineau 8b649c42a2 Merge branch 'releases/CGAL-5.0-branch' into 5.1.x-branch 2020-11-05 08:49:42 +01:00
Laurent Rineau c45ac23ed6 Merge pull request #4899 from sgiraudot/STL_Extension-Multiset_with_CC_allocation-GF
Surface Sweep: Enhance memory allocation with Compact Container
2020-11-05 08:49:36 +01:00
Laurent Rineau 19394196f1 Merge pull request #5096 from maxGimeno/GraphicsView-is_facet_convex-maxGimeno
GraphicsView: Fix is_facet_convex()
2020-11-05 08:49:33 +01:00
Laurent Rineau 9475bde145 Merge pull request #5096 from maxGimeno/GraphicsView-is_facet_convex-maxGimeno
GraphicsView: Fix is_facet_convex()
2020-11-05 08:46:21 +01:00
Laurent Rineau 14b35b6d79 Merge branch '5.1.x-branch' 2020-11-04 20:46:34 +01:00
Laurent Rineau 4d61164f07 Merge pull request #4547 from theartful/AABBTreeC++11
Enable move semantics to AABB trees and use smart pointers
2020-11-04 20:46:21 +01:00
Laurent Rineau 21c48c50dd Merge pull request #4899 from sgiraudot/STL_Extension-Multiset_with_CC_allocation-GF
Surface Sweep: Enhance memory allocation with Compact Container
2020-11-04 20:46:18 +01:00
Laurent Rineau 4acca1e770 Merge pull request #4978 from janetournois/PMP-remesh_non_triangle_faces-jtournois
Polyhedron demo - remesh a non-triangle mesh
2020-11-04 20:46:15 +01:00
Laurent Rineau dbac5c10df Merge pull request #5065 from maxGimeno/Demo-Fix_ssh-maxGimeno
Polyhedron_Demo: Fix ssh usage
2020-11-04 20:46:12 +01:00