Sebastien Loriot
|
47c417a785
|
Deal with duplicate lines (#8396)
## Summary of Changes
Deal with Issue #8348
## Release Management
* Affected package(s): Triangulation_2 and Periodic_triangulation_2
* Issue(s) solved (if any): fix #8348
* License and copyright ownership: unchanged
|
2024-08-19 11:17:50 +02:00 |
Andreas Fabri
|
12468ccf4a
|
Address #8401
|
2024-08-09 11:32:26 +01:00 |
Mael Rouxel-Labbé
|
de4359ad6a
|
Add Compare_angle_3 tests
|
2024-07-04 18:45:50 +02:00 |
Laurent Rineau
|
3a223ebd1e
|
cmake_minimum_required(VERSION 3.12...3.29)
|
2024-06-06 20:19:44 +02:00 |
Andreas Fabri
|
efdf503e2c
|
Kernel_23: Fix Issue 8140
|
2024-04-29 16:38:51 +01:00 |
Andreas Fabri
|
4b574dca8e
|
Add tests
|
2024-02-14 11:43:34 +00:00 |
Sebastien Loriot
|
128b169b24
|
Fixes when neither LEDA nor GMP is available (#7960)
|
2024-01-19 13:57:12 +01:00 |
Laurent Rineau
|
3607dc8d0c
|
Merge pull request #7953 from sloriot/Kernel_23-remove_unused_var
Remove unused variable
|
2024-01-08 10:59:12 +01:00 |
Sébastien Loriot
|
3a8ced2ec9
|
skip if neither core nor leda are present
|
2024-01-03 18:18:42 +01:00 |
Sébastien Loriot
|
eed5e4f61f
|
move comment
|
2024-01-02 13:15:28 +01:00 |
Sébastien Loriot
|
a4ba059221
|
remove unused variable
|
2024-01-02 09:34:07 +01:00 |
Sébastien Loriot
|
89d3d74865
|
Merge remote-tracking branch 'cgal/5.6.x-branch'
|
2023-12-18 13:31:48 +01:00 |
Sébastien Loriot
|
ee1fa58406
|
Merge remote-tracking branch 'cgal/5.5.x-branch'
|
2023-12-18 13:31:06 +01:00 |
Sebastien Loriot
|
00f0c85499
|
Kernel_23: Deal with concurrent executions and IO (#7921)
## Summary of Changes
Write and read back in a `std::stringstream` to avoid simultaneous IO on
the same file name.
Error seen in this
[testsuite](https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-6.0-Ic-124/Circular_kernel_2/TestReport_gimeno_ArchLinux-clang-CXX17-Release.gz).
## Release Management
* Affected package(s): Kernel_23, Circular_kernel_2
* License and copyright ownership: unchanged
|
2023-12-18 13:25:36 +01:00 |
Laurent Rineau
|
e2a745f79f
|
Merge pull request #7892 from sloriot/CGAL-fix_dh_angle_sign
fix dihedral angle computation
|
2023-12-11 13:56:02 +01:00 |
Laurent Rineau
|
4be3a1e589
|
Merge pull request #7892 from sloriot/CGAL-fix_dh_angle_sign
fix dihedral angle computation
|
2023-12-11 13:50:38 +01:00 |
Andreas Fabri
|
f4154836ae
|
Kernel_23: Deal with concurrent executions and IO
|
2023-12-11 08:35:02 +00:00 |
Sebastien Loriot
|
9822b6b085
|
protect from macro substitution
Co-authored-by: Andreas Fabri <andreas.fabri@geometryfactory.com>
|
2023-11-30 09:20:53 +01:00 |
Laurent Rineau
|
df4eed9302
|
add tests for the dihedral angle
|
2023-11-29 15:27:57 +01:00 |
Sébastien Loriot
|
0e3f3a33d1
|
test to be fixed --> tetra orientation is 0
|
2023-11-29 12:27:34 +01:00 |
Sébastien Loriot
|
6b570f767e
|
fix sign
|
2023-11-28 18:10:32 +01:00 |
Sébastien Loriot
|
b66afab814
|
Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD
|
2023-07-05 11:29:35 +02:00 |
Sébastien Loriot
|
dfc386d65b
|
Merge branch 'master' into HEAD
|
2023-06-22 14:05:45 +02:00 |
Sébastien Loriot
|
0ee31a5d4f
|
remove extra parenthesis
|
2023-06-19 19:17:49 +02:00 |
Sébastien Loriot
|
f936680600
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-06-15 18:48:39 +02:00 |
Sébastien Loriot
|
9cdfe70abb
|
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
|
2023-06-15 11:34:09 +02:00 |
Sébastien Loriot
|
9a0bdb5d96
|
boost::variant ---> std::variant
|
2023-06-15 10:57:10 +02:00 |
Sébastien Loriot
|
604dcdc435
|
boost::optional => std::optional
|
2023-06-15 10:57:09 +02:00 |
Sébastien Loriot
|
bbc4d08ee0
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-06-15 10:47:07 +02:00 |
Sébastien Loriot
|
c8a88b9014
|
remove CGAL_static_assertion*
|
2023-06-15 10:42:10 +02:00 |
Sebastien Loriot
|
11b92e94f8
|
Add an alternative of Mpzf using boost cpp_int (#7191)
## TODO:
- [x] branch size
- [x] boost backend should not be the default in 5.6
|
2023-05-22 09:23:35 +02:00 |
Sébastien Loriot
|
4e8259e309
|
use Exact_integer/Exact_rational
|
2023-05-11 16:59:46 +02:00 |
Laurent Rineau
|
d2bc415a15
|
Merge pull request #6950 from lrineau/CGAL-allow_Epick_with_float-GF
Simple_precision_epick: an Epick-like kernel with float as FT
|
2023-05-04 16:37:17 +02:00 |
Sébastien Loriot
|
c1ceeaed55
|
try be less aggressive
|
2023-05-03 18:21:29 +02:00 |
Sébastien Loriot
|
f530f69752
|
try to suppress warnings
|
2023-05-02 15:23:17 +02:00 |
Laurent Rineau
|
42297b06a4
|
fix runtime error with single precision (float), cont.
|
2023-04-24 14:49:42 +02:00 |
Sébastien Loriot
|
b039040f73
|
boost::is_convertible -> std::is_convertible
|
2023-04-23 22:37:07 +02:00 |
Laurent Rineau
|
af5468c3a8
|
fix runtime error with single precision (float)
|
2023-04-20 21:15:19 +02:00 |
Sébastien Loriot
|
fbe559adc9
|
Merge 'cgal/master' into PMP-decimation
|
2023-02-14 08:33:24 +01:00 |
Sébastien Loriot
|
9e137bca24
|
Merge 'cgal/master'
|
2023-01-31 12:26:55 +01:00 |
Laurent Rineau
|
8a6b583780
|
Merge pull request #6880 from soesau/PMP-tests_only_for_epeck-soesau
Pmp tests only for epeck
|
2023-01-27 21:02:26 +01:00 |
Mael
|
0ff7882997
|
Merge branch 'master' into feature/bug_documentation_spell_20221113
|
2022-12-06 22:21:06 +01:00 |
albert-github
|
45478184de
|
spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
|
2022-11-15 13:39:40 +01:00 |
Laurent Rineau
|
fa83872f81
|
Remove the trailing white space I added by error
|
2022-11-08 16:02:17 +01:00 |
Laurent Rineau
|
7d250c5a2c
|
Fix the testsuite for Homogenous
|
2022-11-08 15:18:31 +01:00 |
Laurent Rineau
|
51a5ce0c44
|
Test Simple_precision_epick
... and adapt the code of the testsuite. In particular, there are lots
of cases of inexact constructions that are compared to exact results.
|
2022-11-08 12:08:58 +01:00 |
Laurent Rineau
|
21f60772a1
|
Do not enable CGAL_KERNEL_23_TEST_RT_FT_PREDICATE_FLAGS by default
|
2022-11-07 15:46:13 +01:00 |
Laurent Rineau
|
2b41ebaaaa
|
Remove last remnant of C++17 if constexpr
|
2022-11-07 15:45:58 +01:00 |
Sébastien Loriot
|
0cac6a9da8
|
Merge remote-tracking branch 'sloriot/PMP-decimation' into PMP-decimation
|
2022-10-25 14:55:57 +02:00 |
Laurent Rineau
|
a46a6db2bb
|
Allow to use test_RT_or_FT_predicates with ninja, and ctest
|
2022-10-14 12:15:48 +02:00 |