Sébastien Loriot
0ee31a5d4f
remove extra parenthesis
2023-06-19 19:17:49 +02:00
Sébastien Loriot
9a0bdb5d96
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Sébastien Loriot
c8a88b9014
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Sébastien Loriot
c1294a0eaa
boost::integral_constant ---> std::integral_constant
2023-04-29 09:42:15 +02:00
Sébastien Loriot
32340e6401
boost::is_arithmetic -> std::is_arithmetic
2023-04-23 22:37:07 +02:00
Sébastien Loriot
8b3acae1c7
boost::remove_reference -> std::remove_reference
2023-04-23 22:36:59 +02:00
albert-github
3674c937f7
spelling corrections
...
Some spelling corrections (Directories starting with `M`-` N`),
some backward work
some forward work
2022-11-15 15:21:01 +01:00
Andreas Fabri
9c1ad6649d
Parameterization: instanciation -> instantiation
2022-08-24 08:35:13 +01:00
Sébastien Loriot
9dd8235dc5
more workarounds for MSVC 2015
...
[skip ci]
2022-08-10 23:50:39 +02:00
Andreas Fabri
70a06b4696
Do not use CGAL::iterator_v<> as it is responsible for the ICE of VC2015
2022-06-27 08:58:17 +01:00
Sebastien Loriot
e4597559dc
Remove extra type
...
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-06-14 11:26:19 +02:00
Sébastien Loriot
37580e9daf
missing () in macro + typo fixes
2022-06-14 11:24:21 +02:00
Sébastien Loriot
b96f6d5ce9
move is_iterator to type_traits
2022-06-10 09:43:59 +02:00
Sébastien Loriot
44250cb019
is_iterator_XXX<>::value --> is_iterator_XXX_v<>
2022-06-10 09:40:29 +02:00
Sébastien Loriot
3fa436459d
BOOST_MPL_ASSERT -> static_assert
2022-06-10 08:46:01 +02:00
Sébastien Loriot
ac8b6d4731
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Sébastien Loriot
4f5f8341cc
use std::enable_if_t
2022-06-10 07:37:53 +02:00
Laurent Rineau
288456950d
Merge pull request #6488 from sloriot/ICC-workaround
...
Workaround issue with intel compiler
2022-04-27 16:32:06 +02:00
Sébastien Loriot
cca0a1942f
workaround issue with intel compiler
...
Cartesian_kernel/include/CGAL/Cartesian/Line_3.h(38): error: incomplete type is not allowed
Point_3 first;
^
2022-04-12 16:14:39 +02:00
Sébastien Loriot
676c367852
fix warnings cherry-picked from master targetting 5.4
2021-11-29 18:02:31 +01:00
Andreas Fabri
77ae994690
static cast size_t -> int
2021-11-03 23:20:12 +01: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
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
Sébastien Loriot
5945e48a3e
restore sub-directories accidently removed in 98e471849b
2021-09-17 08:14:06 +02:00
Sebastien Loriot
4610cf3c66
Merge pull request #5904 from sloriot/CGAL-remove_config_flags
...
Replace macros with inline functions and remove a config flag
2021-09-10 17:38:50 +02:00
Sébastien Loriot
74c029cc68
Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode-5.3'
2021-09-09 11:44:36 +02:00
Sébastien Loriot
6bae0e3939
Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode'
2021-09-09 11:09:16 +02:00
Sébastien Loriot
c8624ee0b3
check that the rounding mode when doing exact computation is to-nearest
2021-09-09 11:01:03 +02:00
Sébastien Loriot
106645ec2e
make sure the rounding mode is to nearest when doing exact computations
...
Thoses changes should have been done when the code was modified for
CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG
2021-09-09 09:55:16 +02:00
Sébastien Loriot
98e471849b
moving files from internal to PKG/internal
2021-08-26 11:33:39 +02:00
Sébastien Loriot
31a0557f58
add questions
2021-08-13 16:45:28 +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
Maxime Gimeno
a3d1765ab4
Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno
2021-07-19 14:18:40 +02:00
Laurent Rineau
8fa0f55ac7
Merge branch 'master' into mt-glisse
2021-05-27 10:27:38 +02:00
Maxime Gimeno
e6c767d5c9
Simplify the GNUC versions tests
2021-05-12 15:45:07 +02:00
Sébastien Loriot
4e519a3c7a
move documented IO functions in IO namespace
2021-05-05 13:15:37 +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
9c28a543c1
Remove unused CGAL::multiplies and CGAL::division
2021-03-18 09:38:30 +01:00
Dmitry Anisimov
00c185b028
Merge branch 'master' into Kernels-decltypes-danston
2021-03-12 12:06:20 +01:00
Marc Glisse
220d26da98
Merge remote-tracking branch 'cgal/master' into mt-glisse
2021-02-18 22:10:12 +01:00
Marc Glisse
b7d2119c96
NewKernel_d
2021-02-17 23:35:29 +01:00
Marc Glisse
2d8f804fac
Merge remote-tracking branch 'mine/ker23interface' into tri2
2021-02-15 21:06:12 +01:00
Marc Glisse
6bb0b6b59a
Merge remote-tracking branch 'mine/eigen' into tri2
2021-02-15 21:06:02 +01:00
Marc Glisse
6403a0d18a
Merge remote-tracking branch 'mine/nofilter' into tri2
2021-02-15 21:05:43 +01:00
Marc Glisse
ab18449fd9
Merge remote-tracking branch 'mine/staticside' into tri2
2021-02-15 21:05:36 +01:00
Marc Glisse
cf54055b82
bitrot in Kernel_[23]_interface
2021-02-14 01:19:22 +01:00
Dmitry Anisimov
81d9556707
Merge remote-tracking branch 'upstream/master' into Kernels-decltypes-danston
2021-02-10 10:06:45 +01:00
Marc Glisse
bdc0ce34cd
test with eigen
2021-01-27 16:33:59 +01:00
Marc Glisse
766a65e1c0
Fix NewKernel_d/Eigen compatibility
...
some bitrot...
2021-01-27 12:33:45 +01:00
Sébastien Loriot
bdd4efe3b3
Merge commit 'efc0c525e8b' into HEAD
2021-01-15 10:06:56 +01:00
Sébastien Loriot
efc0c525e8
include non-deprecated header
2021-01-15 10:02:00 +01:00
Marc Glisse
398a228ddf
comment on static filters in Epeck_d
2021-01-10 23:24:48 +01:00
Marc Glisse
ece8478a90
static filter for 2d Side_of_oriented_sphere
2020-12-31 16:24:55 +01:00
Marc Glisse
caef69cdef
Protection parameter of Filtered_predicate2
2020-12-30 23:28:03 +01:00
Marc Glisse
634fe394ba
Skip filtering on trivial predicates
2020-12-30 19:56:58 +01:00
Dmitry Anisimov
3127190bcf
marc's review
2020-12-08 12:48:04 +01:00
Marc Glisse
75de5cfdef
Construct_power_center_d -> Construct_power_sphere_d
...
Suggested by Laurent, approved by Monique
2020-09-11 15:34:14 +02:00
Marc Glisse
952e0d8af8
Power_center_d -> Construct_power_center_d
...
Based on Laurent's review
2020-09-11 15:34:14 +02:00
Marc Glisse
482f5ef2d8
Document Power_center_d, Power_distance_d (renamed)
2020-09-11 15:34:14 +02:00
Marc Glisse
53ed991b5d
Fall back to LU instead of LDLT with old Eigen
2020-08-27 15:39:08 +02:00
Marc Glisse
334f8ae105
Missing include
2020-08-12 07:40:09 +02:00
Dmitry Anisimov
209513dc56
fixed docs + a few code improvements
2020-07-31 15:58:38 +02:00
Marc Glisse
157841c595
Rewrite Power_center_d.
2020-07-07 22:06:51 +02:00
Marc Glisse
00efb5ebef
Remove TAB
2020-07-07 17:51:29 +02:00
Marc Glisse
22e8b9cc22
Rewrite general case of circumcenter
2020-07-07 13:46:48 +02:00
Marc Glisse
8d3895653c
More circumcenter tests
2020-07-06 22:54:38 +02:00
Marc Glisse
d6e39a16dc
Special case the circumcenter computation for few points
2020-07-02 23:49:42 +02:00
Laurent Rineau
7173530dad
Merge pull request #4557 from lrineau/NewKernel_d-det-GF-CGAL-5.0
...
NewKernel_d: Accelerate by using Mpzf instead of Gmpq (CGAL-5.0 and later)
2020-05-27 18:27:56 +02:00
Mael Rouxel-Labbé
8a52dd3393
Remove trailing whitespace / tabs
2020-05-12 11:21:06 +02:00
Marc Glisse
6aec7dc3be
Add comments
2020-04-09 23:50:26 +02:00
Marc Glisse
38f249b7a1
Use members rather than private bases
2020-04-08 18:43:28 +02:00
Marc Glisse
a03eff675b
Switch to std::is_empty
2020-04-08 16:03:18 +02:00
Marc Glisse
7929c7d872
Remove outdated comment.
2020-04-08 14:42:47 +02:00
Sébastien Loriot
822bc55640
extra run of the script to remove tabs and trailing whitespaces
2020-03-27 08:28:48 +01:00
Sébastien Loriot
5c5d445eb3
Update branch from master after trailing whitespaces and tabs removal
2020-03-27 08:27:43 +01:00
Sébastien Loriot
8bb22d5b2c
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of the 5.0 release branch
+ manual fix of the files (indentation was changed in the meantime):
* Spatial_sorting/include/CGAL/Multiscale_sort.h
* Spatial_sorting/test/Spatial_sorting/test_multiscale.cpp
2020-03-26 14:26:59 +01:00
Sébastien Loriot
8b153fb495
Merge branch 'cgal/releases/CGAL-5.0-branch'
...
whitespace+tab removal, merged with option -Xignore-space-change
2020-03-26 14:22:32 +01:00
Sébastien Loriot
0779373835
extra run of the script to remove tabs and trailing whitespaces
...
right after the merge of 4.14 release branch
+ manual fix on one line in:
* Arrangement_on_surface_2/include/CGAL/IO/Arr_text_formatter.h
* .travis/generate_travis.sh
2020-03-26 14:16:06 +01:00
Laurent Rineau
e3a97e1e62
Fix [-Wconversion] warnings with gcc
2020-03-06 10:31:11 +01:00
Laurent Rineau
473eeb1bd8
Fix the position of the attribute (gcc warned)
2020-03-06 09:43:12 +01:00
Laurent Rineau
0dfd416395
Use [[noreturn]] directly
2020-03-06 09:26:54 +01:00
Laurent Rineau
49244a6359
Merge branch 'NewKernel_d-det-GF' into NewKernel_d-det-GF-CGAL-5.0
2020-03-06 09:24:03 +01:00
Laurent Rineau
60038951fa
Fix a warning [-Wreturn-type]
...
> warning: control reaches end of non-void function [-Wreturn-type]
2020-03-06 09:23:31 +01:00
Laurent Rineau
4ec82f4b09
Merge pull request #4540 from mglisse/handle
...
Some noexcept, swap, etc to help Handle* types
2020-03-05 14:52:09 +01:00
Laurent Rineau
32223bdf4e
Merge branch 'releases/CGAL-5.0-branch' into NewKernel_d-det-GF-CGAL-5.0
...
# Conflicts:
# NewKernel_d/include/CGAL/NewKernel_d/Cartesian_filter_K.h
# NewKernel_d/include/CGAL/typeset.h
2020-03-04 08:55:36 +01:00
Andreas Fabri
f8df875321
Now Mpzf is used for up to Delaunay_d<6>
2020-03-03 14:53:34 +00:00
Andreas Fabri
5d053dba1a
Add determinant 7x7
2020-03-02 20:56:22 +00:00
Laurent Rineau
5ce802f658
Fix compilation error: CGAL_ASSUME->CGAL_assume
2020-03-02 17:40:46 +01:00
Andreas Fabri
3e6ece5e4b
VC++ does not yet provide __cpp_if_constexpr
2020-03-02 16:09:33 +00:00
Andreas Fabri
a3719c3628
Compile in C++03 and C++14
2020-03-02 12:52:23 +00:00
Marc Glisse
b1c2910b9e
Use a ring bignum type for a couple of filtered predicates.
2020-03-02 11:49:16 +01:00
Marc Glisse
8ffa2ef69d
Only use Eigen's determinant as a last resort.
2020-03-02 11:35:28 +01:00
Marc Glisse
3ebe8839b6
swap for Point_2 and Point_d
...
and make the implementations more similar, in case someone wants to
replace it with a macro at some point.
2020-03-01 12:50:13 +01:00
Laurent Rineau
a9102bd3d9
Merge pull request #4484 from mglisse/Triangulation-test_Epeck_d-glisse
...
Also test Triangulation with Epeck_d
2020-02-14 14:39:26 +01:00
Laurent Rineau
0d1a89ac32
Implement a workaround for MSVC 2015
...
See the compilation errors at:
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-5.1-Ic-68/Triangulation/TestReport_afabri_x64_Cygwin-Windows10_MSVC2015-Debug-64bits.gz
2020-02-11 13:56:53 +01:00
Sébastien Loriot
f1d85d3f63
Merge remote-tracking branch 'cgal/master'
2019-12-20 09:29:50 +01:00
Marc Glisse
0a3c85c781
Fewer dereferences.
2019-11-09 10:11:13 +01:00
Marc Glisse
2a0eac67f0
Remove some unnecessary dereferencing.
2019-11-09 09:58:21 +01:00
Sébastien Loriot
b9a079b530
remove cpp11/cpp0x
2019-11-04 11:34:53 +01:00
Sébastien Loriot
52164b1fba
First pass on removing license notice in header for LGPL files
2019-10-19 15:40:30 +02:00