Sébastien Loriot
|
44b7ec6f3a
|
improve detection of cases when Core can be used
|
2024-03-14 11:11:18 +01:00 |
Andreas Fabri
|
7a0f3da89b
|
Update CGAL_Core/include/CGAL/CORE/extLong_impl.h
Co-authored-by: Laurent Rineau <Laurent.Rineau@cgal.org>
|
2024-03-07 11:26:14 +01:00 |
Andreas Fabri
|
4a30611cdb
|
Add parenthesis to avoid warning
|
2024-03-07 08:28:23 +00:00 |
Sébastien Loriot
|
d0d8efeeee
|
use GMP by default
|
2024-03-06 17:38:09 +01:00 |
Sébastien Loriot
|
4b5fabac12
|
disable warning/errors in the testsuite
it seems there are information but not errors
|
2024-03-01 14:42:57 +01:00 |
Sébastien Loriot
|
f130cfe92c
|
fix conversion error
|
2024-03-01 11:51:34 +01:00 |
Sébastien Loriot
|
993991eade
|
turn warning messages in errors for the testsuite
|
2024-02-29 13:16:48 +01:00 |
Sébastien Loriot
|
cac4f5c854
|
avoid GMP dependency
|
2024-02-29 11:29:15 +01:00 |
Sébastien Loriot
|
6da4e7a57f
|
remove non-used functions
|
2024-02-28 17:22:41 +01:00 |
Sébastien Loriot
|
2504625683
|
qualify gcd calls
|
2024-02-28 17:13:45 +01:00 |
Sébastien Loriot
|
1847a46a7c
|
update changes
[skip ci]
|
2024-02-28 15:19:51 +01:00 |
Sébastien Loriot
|
0cb4b837b0
|
remove no longer used license
|
2024-02-28 15:06:48 +01:00 |
Sébastien Loriot
|
5825defee3
|
update license
|
2024-02-28 14:10:58 +01:00 |
Sébastien Loriot
|
432449b23b
|
fix compilation issues
mainly due to expression template
|
2024-02-28 13:55:01 +01:00 |
Sébastien Loriot
|
c9c089ccc1
|
remove GMP specific files and hide GMP specific code
|
2024-02-28 11:38:56 +01:00 |
Sébastien Loriot
|
647d26edaf
|
actually core is now needed as it extends the gmp/boost arithmetic kernel
|
2024-02-27 17:55:05 +01:00 |
Sébastien Loriot
|
910945eb5f
|
undo dependency changes + always use core if not disabled
|
2024-02-27 16:19:28 +01:00 |
Sébastien Loriot
|
3b30756cd3
|
do not depend on CGAL_Core
|
2024-02-27 14:46:18 +01:00 |
Sébastien Loriot
|
7e518c4511
|
do not add Core while computing dependencies
|
2024-02-27 11:57:16 +01:00 |
Sébastien Loriot
|
f802557b7b
|
sync with master@ec9de37b61
|
2024-02-27 11:23:44 +01:00 |
Sébastien Loriot
|
5ad84b06b6
|
Revert "example of perfect forwarding for Point_3"
This reverts commit 8a5fc31c6c.
|
2024-02-27 10:18:56 +01:00 |
Sébastien Loriot
|
30e9eac7bd
|
Revert "More forwarding"
This reverts commit 6eb866f9d9.
|
2024-02-27 10:18:50 +01:00 |
Laurent Rineau
|
4a222f1165
|
fix the CI issue
|
2024-02-26 13:46:32 +01:00 |
Andreas Fabri
|
e20485782c
|
Fixes for expression templates
|
2024-02-23 16:46:34 +00:00 |
Andreas Fabri
|
97fbd69822
|
remove duplicate line
|
2024-02-23 16:14:41 +00:00 |
Andreas Fabri
|
e4558a4d4b
|
Merge branch 'master' into CORE-boost_mp_number-GF
|
2024-02-23 17:04:37 +01:00 |
Laurent Rineau
|
cabb582e29
|
Merge pull request #6223 from janetournois/Tet_remeshing-flips_on_surface-jtournois
Tetrahedral remeshing - add edge flips on surfaces
|
2024-02-22 10:23:08 +01:00 |
Laurent Rineau
|
fd0dfc6f24
|
Merge pull request #8008 from afabri/Kernel_23-squared_length-GF
Kernel_23: Add function squared_length()
|
2024-02-22 10:23:04 +01:00 |
Laurent Rineau
|
053a2b3b81
|
Merge pull request #8010 from afabri/CGAL-change_include_order-GF
Change inclusion order to check dependencies
|
2024-02-22 10:23:02 +01:00 |
Laurent Rineau
|
84162a5836
|
Merge pull request #8034 from lrineau/CGAL_Lab-rename_inside_out-GF
Rename the action "Inside Out" to something more explicit
|
2024-02-22 10:22:58 +01:00 |
Laurent Rineau
|
7b07859059
|
Merge pull request #8036 from afabri/T23-IOstringstream-GF
Triangulation 2/3: fstream -> sstream
|
2024-02-22 10:22:49 +01:00 |
Laurent Rineau
|
db2d2c967f
|
Merge pull request #8041 from afabri/Envelope-auto-GF
Envelope: Replace auto
|
2024-02-22 10:22:42 +01:00 |
Laurent Rineau
|
91720e351e
|
Merge pull request #8042 from SaillantNicolas/Testsuite_improvements_Summary_Page-GF
Create an automatic summary page with all warnings and errors for the testsuite
|
2024-02-22 10:22:39 +01:00 |
Nicolas Saillant
|
387d1b80c6
|
Add function to create summary page for test results
|
2024-02-21 08:30:05 +01:00 |
Andreas Fabri
|
6112a36847
|
unsigned int -> std::size_t
|
2024-02-20 17:26:37 +00:00 |
Andreas Fabri
|
038de7ee03
|
Envelope: Replace auto
|
2024-02-20 17:08:05 +00:00 |
Laurent Rineau
|
7d9228f7b6
|
fix typo in comment (#8039)
## Summary of Changes
Fix typo in comment in Arr_traits_adaptor_2.h
|
2024-02-19 14:30:16 +01:00 |
agiust
|
62926f920a
|
fix typo in comment
|
2024-02-19 13:57:30 +01:00 |
Sébastien Loriot
|
bd1d232d40
|
fix warnings
|
2024-02-19 10:02:19 +01:00 |
Laurent Rineau
|
35cc2de70b
|
Merge branch '5.6.x-branch'
|
2024-02-16 18:08:03 +01:00 |
Laurent Rineau
|
188e51bad3
|
Merge pull request #8032 from sloriot/PMP-locate_path
Fix invalid path
|
2024-02-16 18:07:46 +01:00 |
Laurent Rineau
|
325208b2d2
|
Merge branch '5.6.x-branch'
|
2024-02-16 18:05:25 +01:00 |
Laurent Rineau
|
7a061750f6
|
Merge pull request #8013 from efifogel/Aos_2-fixes-efif
Aos 2 fixes efif
|
2024-02-16 18:05:15 +01:00 |
Laurent Rineau
|
1914ba61d0
|
Merge pull request #8022 from mglisse/Triangulation-dup_vertex-glisse
Don't set the point again when reinserting the same point
# Conflicts:
# Installation/CHANGES.md
|
2024-02-16 18:04:42 +01:00 |
Laurent Rineau
|
67474c16e5
|
Merge pull request #8025 from afabri/Aos-warning-GF
Aos_2, AABB_tree: Address warnings
|
2024-02-16 18:03:23 +01:00 |
Laurent Rineau
|
ef1cb00f88
|
Merge pull request #8026 from mglisse/NewKernel_d-static_filters_3-glisse
Call 3d static filters from NewKernel_d
|
2024-02-16 18:03:20 +01:00 |
Laurent Rineau
|
317dcf99c4
|
Merge pull request #8027 from mglisse/Triangulation-incr_mod-glisse
Use 'if' rather than %
|
2024-02-16 18:03:18 +01:00 |
Laurent Rineau
|
c21128e652
|
Merge pull request #8028 from mglisse/Triangulation-dim_8bit-glisse
Store index/dimension in 8 bits
|
2024-02-16 18:03:15 +01:00 |
Laurent Rineau
|
a32899f73c
|
Merge pull request #8029 from janetournois/Mesh_3-edge_min_size-jtournois
Mesh_3 with `edge_min_size` - make uses of `curve_segment_length()` consistent
|
2024-02-16 18:03:13 +01:00 |
Laurent Rineau
|
d9ebccd627
|
Merge pull request #8030 from janetournois/Mesh_3-perturber_doc-jtournois
Mesh_3 - fix perturber doc
|
2024-02-16 18:03:10 +01:00 |