Mael Rouxel-Labbé
0d7eb2a933
Avoid a conversion warning
2021-04-30 17:37:05 +02:00
Mael Rouxel-Labbé
e94127c23c
Add adaptation traits for ToS2
2021-04-30 15:11:41 +02:00
Sébastien Loriot
69a489039b
remove unused variable
2021-04-30 11:31:02 +02:00
Laurent Rineau
e7b91b92b8
Merge branch '5.2.x-branch'
2021-04-30 10:51:02 +02:00
Laurent Rineau
6b3c482938
Merge pull request #5646 from maxGimeno/Doc-Fix_scripts_compare-maxGimeno
...
Documentation: Fix doxygen comparison scripts
2021-04-30 10:50:56 +02:00
Laurent Rineau
ae4f358dc1
Merge branch '5.1.x-branch' into 5.2.x-branch
2021-04-30 10:50:32 +02:00
Laurent Rineau
1bff8cb4c2
Merge pull request #5646 from maxGimeno/Doc-Fix_scripts_compare-maxGimeno
...
Documentation: Fix doxygen comparison scripts
2021-04-30 10:50:26 +02:00
Laurent Rineau
56e09b7a7b
Merge pull request #5646 from maxGimeno/Doc-Fix_scripts_compare-maxGimeno
...
Documentation: Fix doxygen comparison scripts
2021-04-30 10:50:03 +02:00
Maxime Gimeno
f98b3b687d
Fix warning
2021-04-30 09:43:23 +02:00
Mael Rouxel-Labbé
3816336a02
Avoid compilation error in Identity_edge_rejector
...
Some triangulation classes use the same type for all_ and finite_ edges
2021-04-29 23:24:40 +02:00
Mael Rouxel-Labbé
4df6e497ef
Clarify the need for Eigen when calling arc subsampling utilities
2021-04-29 23:24:11 +02:00
Mael Rouxel-Labbé
2fa0c0b0ca
Add trivial is_infinite()/finite_xxx() functions in ToS2
...
Needed for adapters such as Voronoi_diagram_2, alpha shapes, etc.
2021-04-29 23:23:15 +02:00
Mael Rouxel-Labbé
76b66497df
Fix ToS2's swap implementation
2021-04-29 23:22:47 +02:00
Mael Rouxel-Labbé
1784321787
Unofficially allow computing duals of non-solid entities
...
The ghost faces are actually proper Delaunay faces
and their dual is correctly computed with the CGAL traits
(it computes the ray using the normal of the face).
Leaving the assertions as a deterrence.
2021-04-29 23:20:34 +02:00
Giles Bathgate
5ecd85248a
Fix capitalisation of macro name.
2021-04-28 21:03:45 +01:00
Giles Bathgate
33ea1f7c3b
Add destructor assertion catch to Multiset
2021-04-28 21:03:03 +01:00
Giles Bathgate
254f1bf6b9
Add conditional noexcept to Handle/Handle_for
2021-04-28 21:03:03 +01:00
Giles Bathgate
0ef8127c71
The CGAL_NOEXCEPT macro is no longer needed
2021-04-28 21:03:00 +01:00
Marc Glisse
6f9419fb15
Disable /= with CGAL_NO_MPZF_DIVISION_OPERATOR
2021-04-28 19:18:01 +02:00
Giles Bathgate
0dcadee486
Fix dereference after null in Polyhedron_incremental_builder_3.h
2021-04-28 17:54:19 +01:00
Giles Bathgate
f02f5d07d1
Fix dereference after null in Triangulation_data_structure.h
2021-04-28 17:53:41 +01:00
Maxime Gimeno
971004cfee
Fix a warning
2021-04-28 15:40:18 +02:00
Laurent Rineau
9e1a4e7037
Merge branch '5.2.x-branch'
2021-04-28 15:24:29 +02:00
Laurent Rineau
7ba37d8967
Merge pull request #5408 from sgiraudot/Arrangement-Compact_container_based_DCEL-GF
...
Arrangement: Use Compact Container for DCEL
2021-04-28 15:24:21 +02:00
Laurent Rineau
7510f80d62
Merge pull request #5430 from janetournois/Scripts-collect_dlls_for_demo_cygwin-jtournois
...
Scripts - collect dlls for Polyhedron demo with cygwin
2021-04-28 15:24:18 +02:00
Laurent Rineau
c091c7f86e
Merge pull request #5532 from lrineau/Kernel_23-Do_interesect__without_division-GF
...
Remove operator/ from CGAL::Mpzf and implement Do_intersect_3 with RT only (without division)
2021-04-28 15:24:15 +02:00
Laurent Rineau
6ecaa770bb
Merge pull request #5595 from afabri/Nef_3-Use_CC_for_Kd_tree-GF
...
Nef_3: Improve K3_tree
2021-04-28 15:24:13 +02:00
Laurent Rineau
e935a3d99b
Merge pull request #5629 from sgiraudot/PSP-Fix_clustering_warning-GF
...
PSP: Fix conversion warnings in clustering
2021-04-28 15:24:10 +02:00
Laurent Rineau
44c4580a83
Merge pull request #5632 from afabri/SM_topology-fix_warning-GF
...
Linear Cell Complex: Check if stream is valid
2021-04-28 15:24:08 +02:00
Laurent Rineau
ab887fd909
Merge pull request #5634 from sloriot/PMP-improve_conditionnal_code
...
Simplify conditional code
2021-04-28 15:24:05 +02:00
Laurent Rineau
b775b04eb8
Merge pull request #5637 from sloriot/PMP-hole_filling_empty_range_warning
...
Fix use of empty range
2021-04-28 15:24:01 +02:00
Laurent Rineau
aa6af46392
Merge pull request #5642 from sloriot/SS-missing_return
...
Add missing return statement
2021-04-28 15:23:58 +02:00
Laurent Rineau
30f5a327f0
Merge pull request #5645 from MaelRL/ToS2-Fix_benchmarks_dir-GF
...
ToS2: Fix paths of benchmarks
2021-04-28 15:23:56 +02:00
Laurent Rineau
7d79d7bf00
Merge branch '5.1.x-branch' into 5.2.x-branch
2021-04-28 15:23:36 +02:00
Laurent Rineau
e562de0160
Merge pull request #5629 from sgiraudot/PSP-Fix_clustering_warning-GF
...
PSP: Fix conversion warnings in clustering
2021-04-28 15:22:43 +02:00
Laurent Rineau
795c931b55
Merge pull request #5637 from sloriot/PMP-hole_filling_empty_range_warning
...
Fix use of empty range
2021-04-28 15:22:41 +02:00
Laurent Rineau
dd48545061
Merge pull request #5642 from sloriot/SS-missing_return
...
Add missing return statement
2021-04-28 15:22:38 +02:00
Laurent Rineau
5e20081197
Merge pull request #5629 from sgiraudot/PSP-Fix_clustering_warning-GF
...
PSP: Fix conversion warnings in clustering
2021-04-28 15:22:11 +02:00
Laurent Rineau
7890f59004
Merge pull request #5637 from sloriot/PMP-hole_filling_empty_range_warning
...
Fix use of empty range
2021-04-28 15:22:09 +02:00
Laurent Rineau
5bf12cedbb
Merge pull request #5642 from sloriot/SS-missing_return
...
Add missing return statement
2021-04-28 15:22:06 +02:00
Sébastien Loriot
1faa0e2992
replace internal use of boost::shared_ptr by std::shared_ptr
2021-04-28 10:55:26 +02:00
Sébastien Loriot
6672cd0014
use std::shared_ptr for CGAL::Object
2021-04-28 10:45:36 +02:00
Andreas Fabri
24dd2aeca7
Add to CHANGES.md
2021-04-27 15:27:16 +01:00
Andreas Fabri
c238e9dab5
Merge remote-tracking branch 'cgal/master' into Nef_3-translation-GF
2021-04-27 15:23:56 +01:00
Andreas Fabri
8ede8fc7ae
Remove unused parameter
2021-04-27 14:16:55 +01:00
Andreas Fabri
b55cef9043
Identity is not a scaling
2021-04-27 14:13:54 +01:00
Maxime Gimeno
3b666385c4
If errors prevent the doc form doxygen master to be generated, it will still upload the results and provide logs to the cmake or make errors.
2021-04-27 14:34:56 +02:00
Mael Rouxel-Labbé
2a4f8311d8
Fix paths of ToS2 benchmarks
2021-04-27 14:16:13 +02:00
Laurent Rineau
a1c65ca1d5
Merge pull request #5644 from sgiraudot/Orthtree-Fix_history-GF
...
Orthtree: Fix history
2021-04-27 14:15:25 +02:00
Maxime Gimeno
f13d9f3af1
WIP : error n list of logs
2021-04-27 11:17:31 +02:00