Mael Rouxel-Labbé
bb0b9a8b5a
PMP doc fixes and enhancements
2022-03-07 15:32:37 +01:00
Laurent Rineau
a53fdc5e57
Merge pull request #6386 from CGAL/afabri-patch-1
2022-03-05 17:58:10 +01:00
Andreas Fabri
f989921624
PMP: Doc Indexation -> Indexing
...
https://en.wikipedia.org/wiki/Indexation
2022-03-05 17:28:38 +01:00
Laurent Rineau
cfee23ae04
Merge branch '5.4.x-branch'
2022-03-02 15:14:04 +01:00
Laurent Rineau
f1a71f2f6e
Merge pull request #6335 from MaelRL/PMP-Bounded_Hausdorff_Distance_Fix-GF
...
Fixes for bounded Hausdorff computations
2022-03-02 15:13:53 +01:00
Laurent Rineau
8abc9251c3
Merge pull request #6352 from sloriot/PMP-null_vertor_hole_filling_2D
...
ignore CDT2 if normal is null
2022-03-02 15:13:51 +01:00
Laurent Rineau
63094a85ca
Merge pull request #6354 from lrineau/fix_bug_6353-Mesh_3_VDA_too_verbose
...
Make two test programs less verbose
2022-03-02 15:13:48 +01:00
Laurent Rineau
ae5c6dfe52
Merge pull request #6356 from ffteja/pedantic
...
pedantic changes
2022-03-02 15:13:46 +01:00
Laurent Rineau
b7528d45fa
Merge pull request #6360 from lrineau/Polyhedron_demo-fix_issue_6357
...
3D demo offset_meshing_plugin: Fix the use of the manifold criterion
2022-03-02 15:13:44 +01:00
Laurent Rineau
db74265caf
Merge pull request #6361 from maximecharriere/patch-1
...
Add CGAL::Color operator< and return values
2022-03-02 15:13:42 +01:00
Laurent Rineau
53feb29b4d
Merge pull request #6365 from sloriot/CGAL-np_doc
...
Non-inlined doc NP update
2022-03-02 15:13:39 +01:00
Laurent Rineau
d5713a0426
Merge pull request #6366 from mglisse/patch-1
...
Consistent count in the doc
2022-03-02 15:13:37 +01:00
Laurent Rineau
e27855980a
Merge branch '5.3.x-branch' into 5.4.x-branch
2022-03-02 15:13:25 +01:00
Laurent Rineau
e855b2738e
Merge pull request #6352 from sloriot/PMP-null_vertor_hole_filling_2D
...
ignore CDT2 if normal is null
2022-03-02 15:13:16 +01:00
Laurent Rineau
b017379614
Merge pull request #6360 from lrineau/Polyhedron_demo-fix_issue_6357
...
3D demo offset_meshing_plugin: Fix the use of the manifold criterion
2022-03-02 15:13:13 +01:00
Laurent Rineau
0884955606
Merge pull request #6352 from sloriot/PMP-null_vertor_hole_filling_2D
...
ignore CDT2 if normal is null
2022-03-02 15:13:00 +01:00
Laurent Rineau
a4f850bc62
Merge pull request #6360 from lrineau/Polyhedron_demo-fix_issue_6357
...
3D demo offset_meshing_plugin: Fix the use of the manifold criterion
2022-03-02 15:12:58 +01:00
Marc Glisse
7d4b9de66b
Consistent count in the doc
...
We already say 5 a few lines below.
2022-02-28 16:14:34 +01:00
Sébastien Loriot
4a170e9ec0
default NP for non inlined doc
2022-02-28 10:12:09 +01:00
Laurent Rineau
33635fff6d
Fix warning
...
> test/Mesh_3/test_meshing_polyhedron_with_features.cpp:57:27: warning: type qualifiers ignored on cast result type [-Wignored-qualifiers]
> 57 | constexpr auto nb = static_cast<decltype(str_size)>(10000);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-02-25 15:28:53 +01:00
Charrière Maxime
98ee8d7560
Add CGAL::Color operator< and return values
2022-02-25 14:54:48 +01:00
Laurent Rineau
8ab3b8ffda
Merge branch '5.4.x-branch'
2022-02-25 14:38:58 +01:00
Laurent Rineau
3bd0f0d601
Fix the use of the manifold criterion
...
Fix #6357
2022-02-25 14:35:36 +01:00
Erwan Jacq
da936f5b8b
pedantic changes
2022-02-25 11:39:02 +01:00
Laurent Rineau
c1c7f4ad9a
Merge pull request #6065 from sloriot/BGL-FFG_complement
...
Add a function to use the complement
2022-02-24 19:57:20 +01:00
Laurent Rineau
258d704a90
Merge pull request #6209 from sloriot/PMP-std_instead_of_boost
...
Use features available in std instead of boost
2022-02-24 19:57:17 +01:00
Laurent Rineau
db90fb897e
Merge pull request #6348 from sloriot/PMP-autoref_no_fix_if_no_split
...
Never try to fix when a polyline does not split a patch
2022-02-24 19:57:15 +01:00
Laurent Rineau
fc7f67269f
Make two programs less verbose
...
Fix #6353
2022-02-24 15:41:47 +01:00
Sébastien Loriot
74acb888ca
ignore CDT2 is normal is null
2022-02-24 14:05:40 +01:00
Laurent Rineau
9cbf8fa23c
Merge pull request #6329 from afabri/PSP-fix_IO-GF
...
PSP: ofstream -> sstream
# Conflicts:
# Point_set_processing_3/test/Point_set_processing_3/test_deprecated_io_point_set.cpp
2022-02-24 09:52:51 +01:00
Laurent Rineau
86aab13ae9
Merge pull request #6339 from MaelRL/PMP-Close_stitching_with_EPECK-GF
...
Make collect_close_stitchable_boundary_edges() compatible with EPECK
2022-02-24 09:49:43 +01:00
Laurent Rineau
7ac844388c
Merge pull request #6340 from efifogel/Ms_2-added_missing_ctrs-efif
...
Added missing copy constructor && assignment
2022-02-24 09:49:41 +01:00
Laurent Rineau
ba0053461f
Merge pull request #6344 from sloriot/CGAL-static_constexpr
...
Add missing static keyword
2022-02-24 09:49:38 +01:00
Laurent Rineau
191972ed84
Merge pull request #6345 from afabri/Stream_support-cleanup-GF
...
Stream_support: clean up the examples for WKT
2022-02-24 09:49:36 +01:00
Laurent Rineau
291b68a3b8
Merge pull request #6346 from afabri/Shortes_path-not_reference-GF
...
Surface_mesh_shortest_path: Make data member a copy
2022-02-24 09:49:34 +01:00
Laurent Rineau
3452fb7596
Merge branch '5.3.x-branch' into 5.4.x-branch
2022-02-24 09:44:50 +01:00
Laurent Rineau
626a9ec525
Merge pull request #6329 from afabri/PSP-fix_IO-GF
...
PSP: ofstream -> sstream
2022-02-24 09:44:49 +01:00
Laurent Rineau
eb86d35ab0
Merge pull request #6344 from sloriot/CGAL-static_constexpr
...
Add missing static keyword
2022-02-24 09:44:47 +01:00
Laurent Rineau
4afbc78d34
Merge pull request #6346 from afabri/Shortes_path-not_reference-GF
...
Surface_mesh_shortest_path: Make data member a copy
2022-02-24 09:44:44 +01:00
Laurent Rineau
3ae010d755
Merge pull request #6344 from sloriot/CGAL-static_constexpr
...
Add missing static keyword
2022-02-24 09:44:13 +01:00
Laurent Rineau
53db45c289
Merge pull request #6346 from afabri/Shortes_path-not_reference-GF
...
Surface_mesh_shortest_path: Make data member a copy
2022-02-24 09:44:11 +01:00
Mael Rouxel-Labbé
064d5934d4
Remove unused typedef
2022-02-23 20:30:23 +01:00
Sebastien Loriot
02e1152762
Update Installation/CHANGES.md
...
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-02-23 11:38:25 +01:00
Sébastien Loriot
32077b8829
Merge remote-tracking branch 'cgal/master' into HEAD
2022-02-23 11:30:36 +01:00
Sébastien Loriot
a8a3bbd9c4
avoid a double to size_t warning
2022-02-23 11:25:52 +01:00
Sébastien Loriot
f7eeca53de
Revert "fix test_autorefinement on Windows by moving back to boost::unordered_map"
...
This reverts commit 2cc2fab4a2 .
2022-02-23 11:18:00 +01:00
Sébastien Loriot
e0f3051f95
never try to fix when a polyline does not split a patch
2022-02-23 11:13:22 +01:00
Laurent Rineau
de55977464
Merge branch '5.4.x-branch'
2022-02-22 18:25:06 +01:00
Laurent Rineau
6d28829737
Merge pull request #6316 from sloriot/CGAL-boost_progress
...
Use non-deprecated API for boost progress
2022-02-22 18:24:47 +01:00
Laurent Rineau
1af882bd4c
Merge pull request #6321 from janetournois/Mesh_3_experimental-minor_fixes-jtournois
...
Mesh 3 experimental - minor fixes
2022-02-22 18:24:45 +01:00