Laurent Rineau
b5fbbb6816
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-11-25 17:27:45 +01:00
Laurent Rineau
fa4fcfc990
Merge pull request #6145 from sloriot/BGL-collapse_edges_with_cst
...
Fix collapse_edge bug when both edges to remove are constrained edges
2021-11-25 17:27:37 +01:00
Laurent Rineau
c40e91c529
Merge pull request #6145 from sloriot/BGL-collapse_edges_with_cst
...
Fix collapse_edge bug when both edges to remove are constrained edges
2021-11-25 17:27:03 +01:00
Sébastien Loriot
fc255614e4
fix warning
2021-11-24 15:08:11 +01:00
Laurent Rineau
db5840c346
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-11-23 15:38:53 +01:00
Laurent Rineau
8491711019
Merge pull request #6131 from lrineau/CGAL_Core-fix_header_only-GF
...
CGAL Core: Remove explicit instanciations: CGAL is header-only!
2021-11-23 15:38:38 +01:00
Laurent Rineau
e133d82db4
Merge pull request #6139 from sloriot/SMP-ambiguous
...
Fix ambiguity in function signature
2021-11-23 15:38:36 +01:00
Laurent Rineau
cd747b44c1
Merge pull request #6144 from MaelRL/BGL-Fix_METIS_npart_int-GF
...
Fix conversion error in METIS wrappers
2021-11-23 15:38:33 +01:00
Laurent Rineau
3c562607f5
Merge pull request #6139 from sloriot/SMP-ambiguous
...
Fix ambiguity in function signature
2021-11-23 15:37:46 +01:00
Laurent Rineau
1ec00216c0
Merge pull request #6144 from MaelRL/BGL-Fix_METIS_npart_int-GF
...
Fix conversion error in METIS wrappers
2021-11-23 15:37:44 +01:00
Sébastien Loriot
7169811f60
remove extra ; and fix indentation
2021-11-23 10:21:20 +01:00
Sébastien Loriot
d2be97b1eb
fix bug when both edges to remove are constrained edges
2021-11-23 10:16:23 +01:00
Mael Rouxel-Labbé
4f02dd2fc2
Fix the previous, bad fix
2021-11-22 13:06:46 +01:00
Mael Rouxel-Labbé
3857c58324
Fix #part type
2021-11-22 12:38:53 +01:00
Sébastien Loriot
c47ba58ca0
fix ambiguity in function signature
2021-11-19 13:42:11 +01:00
Laurent Rineau
5baa22ba00
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-11-18 12:23:45 +01:00
Laurent Rineau
64c6b65f5f
Merge pull request #6094 from sloriot/AOS_2-remove_fast_pool_allocator
...
Fix issues with new containers for arrangement cells
2021-11-18 12:23:33 +01:00
Laurent Rineau
f0ae53e9d0
Merge pull request #6118 from lrineau/Voronoi_diagram_2-fix_cpp20_warning-GF
...
Voronoi_diagram_2: fix C++20 warnings [-Wambiguous-reversed-operator]
2021-11-18 12:23:31 +01:00
Laurent Rineau
d6ffe7c0f3
Merge pull request #6118 from lrineau/Voronoi_diagram_2-fix_cpp20_warning-GF
...
Voronoi_diagram_2: fix C++20 warnings [-Wambiguous-reversed-operator]
2021-11-18 12:22:06 +01:00
Laurent Rineau
a8dbdc3b06
Remove explicit instanciations: CGAL is header-only!
2021-11-16 16:46:52 +01:00
Laurent Rineau
2e476304ed
Fix warnings
...
> CGAL/Voronoi_diagram_2/Connected_components.h:103:19: warning: ISO C++20 considers use of overloaded operator '!=' (with operand types 'CGAL::VoronoiDiagram_2::Internal::Connected_components<...>::HAVC') to be ambiguous despite there being a unique best viable function with non-reversed arguments [-Wambiguous-reversed-operator]
I changed `operator==` into friend functions.
2021-11-10 09:35:10 +01:00
Sébastien Loriot
c1d2fe3758
readd fast_pool allocator
2021-11-09 14:54:58 +01:00
Sébastien Loriot
5da848dbd3
rollback on changing the dcel to Compact_container
...
the freelist being not clear is actually an issue
when small arrangement are created out of large one
2021-11-09 14:50:09 +01:00
Laurent Rineau
94afd3a8ad
Merge pull request #6085 from lrineau/Stream_support-fix_examples_CMakeLists.txt-GF
...
Fix a bad merge from PR "Re-organize I/O #4255"
2021-11-04 18:21:26 +01:00
Sébastien Loriot
9ad2991483
same change for CCC
2021-11-04 16:27:05 +01:00
Sébastien Loriot
69f91992ee
improve delete_all()
...
use Compact_container::clear() that will deallocate by blocks
and clear the freelist
2021-11-04 15:38:25 +01:00
Sébastien Loriot
4788732815
speed up begin() in case the container is empty but freelist is not
2021-11-04 15:16:22 +01:00
Laurent Rineau
3b6ed999d2
Merge pull request #6071 from sloriot/NP_doc_test
...
Add a new test for documented named parameters
2021-11-02 10:49:21 +01:00
Sébastien Loriot
120d94a4cf
add new test for documented named parameters
2021-11-01 09:39:51 +01:00
Sébastien Loriot
f0c94afce0
use default allocator that introduce a huge regression in some cases
2021-10-29 18:01:07 +02:00
Sébastien Loriot
1e942a495e
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-10-29 17:39:28 +02:00
Sébastien Loriot
90bc05e715
Merge pull request #6047 from MaelRL/PM-Fix_pmaps_reference_types_5.3-GF
...
Various fixes for property maps (5.3)
2021-10-29 17:39:22 +02:00
Sébastien Loriot
08d9ce3c8a
Merge pull request #6038 from MaelRL/PM-Fix_pmaps_reference_types-GF
...
Various fixes for property maps (5.2)
2021-10-29 17:30:47 +02:00
Laurent Rineau
6ed0a9b3b6
Merge pull request #6027 from lrineau/Testsuite-fix_warnings_detection-GF
...
Fix detection of warnings in test results
2021-10-29 16:57:53 +02:00
Laurent Rineau
78d3bd7cc9
Merge pull request #6072 from sloriot/Tetra_remeshing-fix_np
...
Fix invalid np name
2021-10-29 16:57:37 +02:00
Laurent Rineau
1fbd2a814e
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-10-29 16:50:22 +02:00
Laurent Rineau
3212ef6026
Merge pull request #6042 from sloriot/SMS-expensive_macros
...
Hide expensive assertions behind _expensive_ macros
2021-10-29 16:50:16 +02:00
Laurent Rineau
dc2654078a
Merge pull request #6048 from sloriot/Argt-null_rad
...
Avoid creating a circle with 0 radius
2021-10-29 16:50:14 +02:00
Laurent Rineau
0248be6e5e
Merge pull request #6049 from danston/Number_types-rename_eigen_test-danston
...
Renamed Eigen Test in NT
2021-10-29 16:50:11 +02:00
Laurent Rineau
7c185a3e5c
Merge pull request #6051 from MaelRL/PMP-Forward_GT_orient_to_bound_volume-GF
...
PMP: Forward the geometric traits in `orient_to_bound_a_volume()`
2021-10-29 16:50:09 +02:00
Laurent Rineau
a4cef17555
Merge pull request #6066 from sloriot/Interpolation-warning
...
Remove c++17 deprecation warning
2021-10-29 16:50:06 +02:00
Laurent Rineau
8a797935aa
Merge pull request #6068 from sloriot/PMP-sampling_doc
...
Fix NPs and improve doc
2021-10-29 16:50:03 +02:00
Laurent Rineau
3acb0e8873
Merge pull request #6074 from sloriot/SMS-GH_deg_faces
...
Workaround degenerate faces
2021-10-29 16:50:00 +02:00
Laurent Rineau
88bb3d524f
Merge pull request #6076 from danston/Documentation-fix_tuto_reconstruction-danston
...
Added Missing Call to the Remove Method in the Reconstruction Tutorial
2021-10-29 16:49:57 +02:00
Laurent Rineau
0b5a84b495
Merge pull request #6042 from sloriot/SMS-expensive_macros
...
Hide expensive assertions behind _expensive_ macros
2021-10-29 16:48:29 +02:00
Laurent Rineau
e9c0217a6a
Merge pull request #6048 from sloriot/Argt-null_rad
...
Avoid creating a circle with 0 radius
2021-10-29 16:48:27 +02:00
Laurent Rineau
b65497a870
Merge pull request #6049 from danston/Number_types-rename_eigen_test-danston
...
Renamed Eigen Test in NT
2021-10-29 16:48:25 +02:00
Laurent Rineau
d9a6062f87
Merge pull request #6051 from MaelRL/PMP-Forward_GT_orient_to_bound_volume-GF
...
PMP: Forward the geometric traits in `orient_to_bound_a_volume()`
2021-10-29 16:48:23 +02:00
Laurent Rineau
60fd5bfa67
Merge pull request #6066 from sloriot/Interpolation-warning
...
Remove c++17 deprecation warning
2021-10-29 16:48:20 +02:00
Laurent Rineau
861204d118
Merge pull request #6068 from sloriot/PMP-sampling_doc
...
Fix NPs and improve doc
2021-10-29 16:48:18 +02:00