Maxime GIMENO
0eb5ee618d
Update .github/workflows/build_doc.yml
...
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
2021-07-29 15:06:07 +02:00
Maxime Gimeno
f57715bb28
FIx force-build
2021-07-29 14:56:38 +02:00
Maxime Gimeno
5072518a3d
add a force-build command to overwrite a round
2021-07-29 14:31:10 +02:00
Mael Rouxel-Labbé
bdba6eedfe
Fix accidentally calling API-only tests
2021-07-29 14:24:54 +02:00
Mael Rouxel-Labbé
9c6456f949
Fix some precision issues for Bbox_3 / kernel object do_intersect tests
...
The previous code relied on the kernel's FT having at least as much precision
as double, which isn't always the case.
Plenty of code still do this in Intersections_23...
2021-07-29 14:23:40 +02:00
Maxime Gimeno
8743865c52
add error messages for other exit 1 cases
2021-07-29 14:03:04 +02:00
Dmitry Anisimov
37dcf522de
refactoring the clear function
2021-07-29 13:57:44 +02:00
Mael Rouxel-Labbé
98b7235aea
Add missing helper file
2021-07-29 13:43:40 +02:00
Sébastien Loriot
743a5fc29e
add split case with a plane containing border edges
2021-07-29 13:21:16 +02:00
Maxime Gimeno
a2c1a268e2
fix plugin
2021-07-29 11:51:26 +02:00
Maxime Gimeno
e52775f943
Documentation
2021-07-29 11:32:35 +02:00
Simon Lopez
7f6c39e898
Skip shared edges which are border edges
2021-07-29 10:52:13 +02:00
Sébastien Loriot
2948b47e66
add missing copyright files
2021-07-29 10:19:02 +02:00
Maxime Gimeno
2e3ebb1916
Add a visitor to the example
2021-07-29 10:13:05 +02:00
Sébastien Loriot
0da1e5690e
copyright.txt -> copyright
2021-07-29 10:07:44 +02:00
Sébastien Loriot
a3d04af49c
fix issue in case an overlapping curve is split
...
in case an arrangement is updated and an overlap curve
is on an existing halfedge, the incident halfedge
to an event has to be updated after the split.
This is done by checking all left events in parent subcurves
of the overlapping subcurve.
2021-07-28 16:47:13 +02:00
Sébastien Loriot
a60f4dc3a7
add failing test case
2021-07-28 16:47:12 +02:00
Sébastien Loriot
5985db1fe8
fix typos
2021-07-28 16:47:12 +02:00
Maxime Gimeno
22a61aaa00
remove debug
2021-07-28 13:53:15 +02:00
Maxime Gimeno
78461e0b45
Merge remote-tracking branch 'cgal/master' into Testsuite-Filter_testsuite-maxGimeno
2021-07-28 12:57:02 +02:00
Maxime Gimeno
2a861a7fd1
Fix list_of_pkgs
2021-07-28 12:54:44 +02:00
Maxime Gimeno
dec96f5dd8
fix sourcing
2021-07-28 12:52:02 +02:00
Maxime Gimeno
352cb7b9be
plus
2021-07-28 12:48:06 +02:00
Maxime Gimeno
7ee8667058
debuf list
2021-07-28 12:37:50 +02:00
Andreas Fabri
2c1ad28853
Add the documentation of the global function
2021-07-28 12:18:26 +02:00
Maxime Gimeno
ab0a35be16
debug liste
2021-07-28 12:03:38 +02:00
Maxime Gimeno
02152abfee
Fix CGAL_VERSION
2021-07-28 11:37:26 +02:00
Maxime Gimeno
477f7231b3
Don't use a queue file after all
2021-07-28 11:11:36 +02:00
Maxime Gimeno
e2e9f7385d
Use a queue
2021-07-28 10:47:19 +02:00
Maxime Gimeno
30a43908a9
test CGAL_VERSION value
2021-07-28 10:47:04 +02:00
Laurent Rineau
5759a800e3
Merge pull request #5705 from maxGimeno/CGAL-Clean_up_boost_versions-maxGimeno
2021-07-28 10:14:38 +02:00
Sébastien Loriot
1f4feafbe2
fix path
2021-07-27 21:09:45 +02:00
Laurent Rineau
4fb90756da
Merge pull request #5475 from sloriot/gsoc2019-PMPHDist-martinskrodzki
...
[Small Feature] Add bounded error Hausdorff distance
2021-07-27 16:28:04 +02:00
Laurent Rineau
04b690b099
Merge pull request #5736 from danston/Kernel_23-add_centroid_2_and_determinant_2-danston
...
Projection Traits With Centroid 2 and Determinant 2
2021-07-27 16:25:09 +02:00
Dmitry Anisimov
c9955fb773
Merge remote-tracking branch 'origin/Weights-new_package-danston' into Weights-unification-danston
2021-07-27 16:25:05 +02:00
Dmitry Anisimov
8e1fad7818
Merge remote-tracking branch 'origin/Weights-new_package-danston' into Barycentric_coordinates_2-danston
2021-07-27 16:23:33 +02:00
Dmitry Anisimov
59e9cf071f
Merge remote-tracking branch 'origin/Kernel_23-add_centroid_2_and_determinant_2-danston' into Weights-new_package-danston
2021-07-27 16:21:50 +02:00
Dmitry Anisimov
b3ffe456ad
updated tabs
2021-07-27 16:21:22 +02:00
Dmitry Anisimov
b31174bd72
Merge remote-tracking branch 'origin/Kernel_23-add_centroid_2_and_determinant_2-danston' into Weights-new_package-danston
2021-07-27 16:19:46 +02:00
Laurent Rineau
0bacaa9266
Merge branch '5.3.x-branch'
2021-07-27 15:56:40 +02:00
Laurent Rineau
c6f79b6d2e
Merge pull request #5175 from sloriot/T2-projection_traits_intersect_cleanup
...
Clean Intersect_2 in Triangulation_2_projection_traits_3
2021-07-27 15:55:27 +02:00
Laurent Rineau
b1ccf3fee3
Merge pull request #5402 from mglisse/mt-glisse
...
Epeck thread safety
2021-07-27 15:55:25 +02:00
Laurent Rineau
b9743fffa3
Merge pull request #5741 from danston/Solvers-add_osqp-danston
...
[Small Feature] OSQP Support in Solver Interface
2021-07-27 15:55:23 +02:00
Laurent Rineau
249d0f3af0
Merge pull request #5827 from MaelRL/ToS2-VD2_AP-GF
...
Add VD2's removal policy for ToS2 (+ caching)
2021-07-27 15:55:20 +02:00
Laurent Rineau
d4cff65ac4
Merge pull request #5853 from lrineau/Installation-fix_install_without_demos-GF
...
Do not install demo/resources and demo/icons
2021-07-27 15:55:18 +02:00
Laurent Rineau
6d30aee7f8
Merge pull request #5859 from lrineau/Installation-fix_compatiblity_with_CMP0064-GF
...
Set CMP0064 to fix #5857
2021-07-27 15:55:16 +02:00
Laurent Rineau
8c37d3e11b
Merge pull request #5860 from sloriot/NT-clean_up_wa
...
Remove no longer needed __builtin_sqrt workaround
2021-07-27 15:55:13 +02:00
Laurent Rineau
2599d8e41a
Merge pull request #5863 from MaelRL/BGL-Fix_FFG_nonconst_index_pmaps-GF
...
Fix index maps for non-const Face_filtered_graph
2021-07-27 15:55:11 +02:00
Laurent Rineau
90dafb7e8a
Merge pull request #5866 from maxGimeno/FPU_fix_aarch64_def-maxGimeno
...
Number_types: Fix a typedef for aarch64
2021-07-27 15:55:08 +02:00
Laurent Rineau
0e581ab300
Merge pull request #5870 from lrineau/Github_install_ITK
...
Install ITK in Github action tests
2021-07-27 15:55:06 +02:00