Andreas Fabri
72bf8cc76a
Fix Cone_spanners passing to std::array
2021-09-23 16:57:35 +02:00
Andreas Fabri
637d61c974
Fix in Arr_counting_traits_2.h
2021-09-23 16:57:34 +02:00
Andreas Fabri
15d788ef29
Remove commented code section which contains a call to memset()
2021-09-23 16:57:34 +02:00
Laurent Rineau
de64da240d
Merge branch '5.3.x-branch'
2021-09-23 16:15:06 +02:00
Laurent Rineau
e784e3f94a
Merge branch '5.2.x-branch'
2021-09-23 16:14:19 +02:00
Laurent Rineau
e5ab9202f5
Merge pull request #4229 from gdamiand/CGAL_data-gdamiand
...
Regroup data: scripts and function updates
2021-09-23 16:14:11 +02:00
Laurent Rineau
b0026b1f5e
Merge pull request #4448 from maxGimeno/Update_python_scripts-maxGimeno
...
Update python scripts
2021-09-23 16:14:08 +02:00
Laurent Rineau
5a646b0556
Merge pull request #5970 from MaelRL/MT-Improve_eng-GF
...
Minor automated message improvements
2021-09-23 16:14:05 +02:00
Laurent Rineau
7d16e6c0a2
Merge pull request #5993 from CGAL/afabri-patch-2
...
CORE: Fix memory leak
2021-09-23 16:14:03 +02:00
Laurent Rineau
c7437c6fb4
Merge pull request #5996 from sloriot/CGAL-internal_dir_fixes
...
Restore sub-directories accidently removed in 4009
2021-09-23 16:14:00 +02:00
Laurent Rineau
2cbc381554
Merge pull request #5997 from gdamiand/GraphicsView-is_facet_convex-gdamiand
...
GraphicsView: Bug Fix in Buffer_for_vao::is_facet_convex()
2021-09-23 16:13:57 +02:00
Laurent Rineau
b16c4707cc
Merge pull request #5993 from CGAL/afabri-patch-2
...
CORE: Fix memory leak
2021-09-23 16:12:59 +02:00
Laurent Rineau
c891f60eb4
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-09-23 16:12:46 +02:00
Laurent Rineau
0f0f6c2cc9
Merge pull request #5997 from gdamiand/GraphicsView-is_facet_convex-gdamiand
...
GraphicsView: Bug Fix in Buffer_for_vao::is_facet_convex()
2021-09-23 16:10:33 +02:00
Sébastien Loriot
72c3607780
undo version change
2021-09-22 09:34:37 +02:00
Sébastien Loriot
c83057a7dc
use new way to find python3 since cmake 3.12 and do not use old python path
2021-09-21 14:40:45 +02:00
Laurent Rineau
16c0aab3cc
Merge pull request #5809 from maxGimeno/Polyhedron_demo-Filtering_c3t3_item_display-maxGimeno
...
Polyhedron Demo: Filtering c3t3 item display
2021-09-21 09:57:46 +02:00
Andreas Fabri
ff51ed4010
Update CHANGES.md
2021-09-21 09:53:10 +02:00
Sébastien Loriot
d4d6ed30d5
Merge remote-tracking branch 'cgal/5.3.x-branch' into HEAD
2021-09-20 17:34:37 +02:00
Sébastien Loriot
a838179347
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-09-20 17:34:19 +02:00
Sebastien Loriot
a7e34881a2
Merge pull request #5971 from sloriot/CGAL-restore_rounding_mode
...
Make sure the rounding mode is restored when doing exact computations (5.2)
2021-09-20 17:33:40 +02:00
Sebastien Loriot
418d098bb6
Merge pull request #5972 from sloriot/CGAL-restore_rounding_mode-5.3
...
5.3 version of #5971 (Make sure the rounding mode is restored when doing exact computations)
2021-09-20 17:27:19 +02:00
Laurent Rineau
cb5cb46b5f
Merge branch '5.3.x-branch'
2021-09-20 17:07:24 +02:00
Laurent Rineau
8cdfc3b214
Merge pull request #5941 from afabri/PMP-edge_lenght_area-GF
...
Polygon Mesh Processing: Add measure functions not using sqrt
2021-09-20 17:07:09 +02:00
Laurent Rineau
72c0a0deba
Merge pull request #5973 from sloriot/CGAL-restore_rounding_mode-master
...
master version of #5971 (Make sure the rounding mode is restored when doing exact computations)
2021-09-20 17:07:07 +02:00
Laurent Rineau
e2194d9f72
Merge pull request #5981 from lrineau/Voronoi_diagram_2-fix_Handle_adaptor-issue_5961-GF
...
VD_2: Make Handle_adaptor a model of Handle
2021-09-20 17:07:04 +02:00
Laurent Rineau
ac7a72eff8
Merge pull request #5986 from MaelRL/FK-Complete_static_filter_profiler_-GF-5.3
...
Add missing profiler macros in the static filter of Collinear_3 (5.3)
2021-09-20 17:07:00 +02:00
Laurent Rineau
0f3407030e
Merge branch '5.2.x-branch' into 5.3.x-branch
2021-09-20 17:05:58 +02:00
Laurent Rineau
3ab35ad154
Merge pull request #5981 from lrineau/Voronoi_diagram_2-fix_Handle_adaptor-issue_5961-GF
...
VD_2: Make Handle_adaptor a model of Handle
2021-09-20 17:05:05 +02:00
Laurent Rineau
2773ed09fb
Merge pull request #5984 from MaelRL/FK-Complete_static_filter_profiler_-GF
...
Add missing profiler macros in the static filter of Collinear_3 (5.2)
2021-09-20 17:05:02 +02:00
Laurent Rineau
e62f836e27
Merge pull request #5981 from lrineau/Voronoi_diagram_2-fix_Handle_adaptor-issue_5961-GF
...
VD_2: Make Handle_adaptor a model of Handle
2021-09-20 17:02:34 +02:00
Laurent Rineau
c96b26a007
Merge pull request #5984 from MaelRL/FK-Complete_static_filter_profiler_-GF
...
Add missing profiler macros in the static filter of Collinear_3 (5.2)
# Conflicts:
# Filtered_kernel/include/CGAL/internal/Static_filters/Collinear_3.h
2021-09-20 17:02:24 +02:00
Laurent Rineau
c06289d93b
Merge pull request #5986 from MaelRL/FK-Complete_static_filter_profiler_-GF-5.3
...
Add missing profiler macros in the static filter of Collinear_3 (5.3)
2021-09-20 17:01:47 +02:00
Guillaume Damiand
0700e56168
Fix the previous fix in is_facet_convex()
2021-09-17 11:21:23 +02:00
Sébastien Loriot
5945e48a3e
restore sub-directories accidently removed in 98e471849b
2021-09-17 08:14:06 +02:00
Sébastien Loriot
78b0b2afbd
add target def in generated files for install
2021-09-16 11:40:57 +02:00
Andreas Fabri
6a2958bdd7
Update BigFloat_impl.h
2021-09-15 11:36:35 +02:00
Mael Rouxel-Labbé
88e14adf89
Add missing profiler macros in Collinear_3's static filter
2021-09-14 09:20:28 +02:00
Mael Rouxel-Labbé
93c7b6de1f
Remove STL header include from CGAL-specific namespace
2021-09-14 09:19:50 +02:00
Mael Rouxel-Labbé
8e64c01eed
Add missing profiler macros
2021-09-13 17:53:03 +02:00
Laurent Rineau
aea0bdd07c
Make Handle_adaptor a model of Handle
...
Fix issue #5961 .
2021-09-13 09:33:35 +02:00
Sébastien Loriot
8c9fc331cd
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-09-10 17:51:35 +02:00
Sébastien Loriot
38435dc7c9
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-09-10 17:50:58 +02:00
Sebastien Loriot
9ab7e9df33
Merge pull request #5953 from maxGimeno/Doc-Update_TBB_cmake_usage_doc-maxGimeno
...
Update the doc for TBB cmake usage
2021-09-10 17:49:23 +02:00
Sébastien Loriot
facabcac86
Merge remote-tracking branch 'cgal/5.3.x-branch'
2021-09-10 17:47:17 +02:00
Sébastien Loriot
0e7982cb99
Merge remote-tracking branch 'cgal/5.2.x-branch' into HEAD
2021-09-10 17:46:56 +02:00
Sébastien Loriot
a93dda81cd
Merge pull request #5935 from janetournois/CGAL-fix_warnings_c++20-jtournois
...
Fix warnings for C++20
2021-09-10 17:43:47 +02:00
Sebastien Loriot
2181183c45
Merge pull request #5934 from Citronnier/5.3.x-branch
...
bug fix for issue #5924
2021-09-10 17:42:13 +02:00
Sebastien Loriot
7ef834e521
Merge pull request #5821 from sloriot/SS2-init_m_currentEvent
...
Init pointer used in comparison when adding curves on right during init
2021-09-10 17:41:08 +02:00
Sebastien Loriot
575939c64f
Merge pull request #5952 from sloriot/SS-remove_Polygon_dep
...
remove artificial dependency to Polygon
2021-09-10 17:40:20 +02:00