Commit Graph

101011 Commits

Author SHA1 Message Date
Sébastien Loriot 3d03cbc519 workaround warning with gcc master 2022-07-12 18:18:34 +02:00
Sebastien Loriot 7f49616553
Merge pull request #6743 from albert-github/feature/bug_stl_unordered
STL_Extension Documentation permanent redirects
2022-07-12 18:17:05 +02:00
Sebastien Loriot 75fd9c6112
Merge pull request #6740 from MaelRL/PMP-Fix_stitch_NP
Add proper traits usage to PMP::stitch_borders
2022-07-12 18:16:43 +02:00
Sebastien Loriot e4d1600e5d
Merge pull request #6739 from MaelRL/SMSP-border_sources-GF
SMSP: Fix cone initialization of edge sources
2022-07-12 18:16:20 +02:00
Sebastien Loriot 67809f5f84
Merge pull request #6749 from sloriot/Doc-doc_fixes
Various doc fixes
2022-07-12 18:15:40 +02:00
Sébastien Loriot cc50e4464c update to new NP macro name 2022-07-11 13:24:20 +02:00
Sébastien Loriot 8f09664aeb Merge remote-tracking branch 'MaelRL/PMP-Fix_stitch_NP' into 5.5-x-branch 2022-07-11 13:21:54 +02:00
Sebastien Loriot 22e5a5a1df
Update Documentation/doc/Documentation/windows.txt
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2022-07-11 11:59:59 +02:00
Sébastien Loriot c6a58e4365 add missing version
Thanks @albert-github for checking!
2022-07-11 11:31:18 +02:00
Sébastien Loriot 4c7b1ccef4 update link 2022-07-11 11:11:31 +02:00
Sébastien Loriot b80bfd0974 add missing supported compiler 2022-07-11 11:06:04 +02:00
Sébastien Loriot a821707064 link to cppreference 2022-07-11 11:04:04 +02:00
Sebastien Loriot 48f5785198
Merge pull request #6731 from nh2/patch-2
Spatial_searching: unsigned int -> size_t for vector copy
2022-07-08 20:26:30 +02:00
Sebastien Loriot 13180a1851
Merge pull request #6704 from MaelRL/PMP-Repair_array_soups-GF
Add an overload of `repair_polygon_soup()` for ranges of arrays
2022-07-08 20:26:08 +02:00
Sebastien Loriot 5188687b61
Merge pull request #6701 from sloriot/SLS-fix_offset_as_pwh
Fix exterior offset creation for a polygon with holes
2022-07-08 20:25:39 +02:00
Sébastien Loriot c519bde799 fix warnin 2022-07-08 20:21:02 +02:00
Mael Rouxel-Labbé 70143a6304 Complete PMP::stitch_borders documentation (geom traits added to the NPs) 2022-07-07 16:51:19 +02:00
Mael Rouxel-Labbé 9c95b2ccb1 Add proper traits usage to PMP::stitch_borders 2022-07-07 16:51:04 +02:00
Sébastien Loriot b25217ed53 remove unused typedef 2022-07-07 13:42:37 +02:00
Mael Rouxel-Labbé 0e5c2c42b9 Fix doc warning 2022-07-07 10:15:09 +02:00
Mael Rouxel-Labbé f1c8a918e4 Specify namespace 2022-07-07 10:14:56 +02:00
Mael Rouxel-Labbé 4bd80e76f3 Remove unused variable 2022-07-07 10:14:36 +02:00
Mael Rouxel-Labbé 24267f881e Fix construction due to variant 2022-07-06 12:43:53 +02:00
Mael Rouxel-Labbé d003577d5d Improve tests 2022-07-06 12:43:53 +02:00
Mael Rouxel-Labbé 89b7bb125d Fix edge source not propagating distances to its extremities
The fix is to change the way windows are created for edge sources : if it's
a border edge, then treat it as a face source; if it's a non border edge,
then do a 2-split of the face (each halfedge reaches 2 vertices, for a total
of 4 targets: 2 opposite, 2 incident)
2022-07-06 12:43:53 +02:00
Mael Rouxel-Labbé 64b9bbd9c6 Misc code improvements 2022-07-06 12:43:52 +02:00
Sébastien Loriot ceb8ca70ef fix warning 2022-07-05 14:03:38 +02:00
Mael Rouxel-Labbé 3be8469277 Move build into 'internal' namespace 2022-07-04 11:41:44 +02:00
Mael Rouxel-Labbé d934a0465f Test range of array faces in repair_polygon_soup() 2022-07-04 11:41:44 +02:00
Mael Rouxel-Labbé 1d47a29224 Add an overload of repair_polygon_soup for array-based soups
which does not call functions that are meaningless for ranges
of fixed size faces
2022-07-04 11:41:44 +02:00
Mael Rouxel-Labbé a691eeff97 Rewrite merge_duplicate_points_in_polygon_soup() without container.insert(...) 2022-07-04 11:41:44 +02:00
Niklas Hambüchen c53ae08deb Spatial_searching: unsigned int -> size_t for vector copy 2022-07-04 11:38:14 +02:00
Sébastien Loriot a4e53600c1 Merge remote-tracking branch 'cgal/5.4.x-branch' 2022-07-04 10:52:16 +02:00
Sebastien Loriot d218b32cf9
Merge pull request #6639 from sloriot/PMP-clip_deg_faces
Handle deg faces in clip with allow_self_intersections
2022-07-04 10:48:30 +02:00
Sebastien Loriot 6d6791456a
Merge pull request #6711 from sloriot/CGAL-constexpr
Add some constexpr for constant functions
2022-07-04 10:48:08 +02:00
Sebastien Loriot 696ec4f21a
Merge pull request #6695 from afabri/Surface_mesh_segmentation-leak-GF
Surface_mesh_segmentation: fix the memory leak
2022-07-04 10:47:29 +02:00
Sebastien Loriot 31010b0820
Merge pull request #6707 from sloriot/NT-fix_fwd_dcl
Fix forward declaration living in the wrong namespace
2022-07-04 10:47:16 +02:00
Sebastien Loriot b0a4263eb6
Merge pull request #6713 from sloriot/PMP-radf_no_nm_vertices
Avoid creating border non-manifold vertices
2022-07-04 10:47:04 +02:00
Guillaume Damiand 1d9280afae Update basic viewer to set camera mode ealier (following Efi issue). TODO: test if this solves the bug. 2022-07-04 10:04:20 +02:00
Sébastien Loriot b411e262f8 add missing const 2022-06-30 09:22:44 +02:00
Sébastien Loriot 10903485c5 rename typedef 2022-06-30 09:19:31 +02:00
Laurent Rineau 10f5fa4f1e Prepare CGAL-5.5 2022-06-29 14:52:29 +02:00
Sébastien Loriot 96d2f9ec5e unused variable 2022-06-29 13:10:20 +02:00
Laurent Rineau 561cc66264 Backport the patch of pull request #6602 from lrineau/Triangulation_2-fix_cdt_2-GF
Try to fix CDT_2 with inexact construction of intersections
2022-06-29 12:30:35 +02:00
Sébastien Loriot 9634d9321a add missing off 2022-06-29 11:29:12 +02:00
Sébastien Loriot f1f201b542 Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2022-06-29 10:47:14 +02:00
Sébastien Loriot 373deccfb6 constexpr function requires even parameters to be LiteralType 2022-06-29 10:36:34 +02:00
Laurent Rineau bee0591b63 Merge pull request #6628 from afabri/Bouding_volumes-typos-GF
Bounding_volumes: Fix zero volume ellipsoid bug (and a typo)
2022-06-29 09:50:50 +02:00
Laurent Rineau 371ce51842 Merge pull request #6667 from sloriot/CGAL-please_intel_2019
Please intel 2019 compiler
2022-06-29 09:50:48 +02:00
Laurent Rineau 317cc6c17f Merge pull request #6669 from sloriot/PMP-dbav_attention
Better doc + early quit
2022-06-29 09:50:45 +02:00