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
|
993991eade
|
turn warning messages in errors for the testsuite
|
2024-02-29 13:16:48 +01:00 |
Sébastien Loriot
|
6da4e7a57f
|
remove non-used functions
|
2024-02-28 17:22:41 +01:00 |
Sébastien Loriot
|
5825defee3
|
update license
|
2024-02-28 14:10:58 +01:00 |
Sébastien Loriot
|
c9c089ccc1
|
remove GMP specific files and hide GMP specific code
|
2024-02-28 11:38:56 +01:00 |
Andreas Fabri
|
7a3c58c7cc
|
Real.h
|
2023-03-17 15:08:58 +01:00 |
Andreas Fabri
|
bb944fbf47
|
Fix in Real.h
|
2023-03-17 11:53:40 +01:00 |
Andreas Fabri
|
0d320e48a8
|
Merge branch 'Number_types-fix_VC2017_boost_mp-GF' into CORE-boost_mp_number-GF
|
2023-03-17 08:28:10 +01:00 |
Andreas Fabri
|
7fe1f09212
|
Fix in Poly.tcc
|
2023-03-14 18:00:34 +01:00 |
Andreas Fabri
|
01e2aef1d6
|
Fix in Real.h
|
2023-03-14 17:54:50 +01:00 |
Andreas Fabri
|
345e63921d
|
Remove function core_error()
|
2023-03-10 09:09:46 +00:00 |
Andreas Fabri
|
89c9f902ff
|
Use CGAL_assertion_msg
|
2023-03-09 14:14:37 +00:00 |
Andreas Fabri
|
44d289396c
|
Use the CGAL assertions/warnings/errors in Core
|
2023-03-09 13:12:32 +00:00 |
Andreas Fabri
|
d0ad8e03bd
|
Fix include guard
|
2023-03-07 13:30:40 +00:00 |
Andreas Fabri
|
c9c82b9a33
|
Remove the #if 0'ed code
|
2023-02-17 13:55:15 +00:00 |
Andreas Fabri
|
3446b03a22
|
inline
|
2023-02-10 08:25:33 +00:00 |
Andreas Fabri
|
3c763fd33a
|
Remove CoreIO_impl.h
|
2023-02-09 11:54:14 +00:00 |
Andreas Fabri
|
7879e2180d
|
Replace constructor by conversion operator
|
2023-02-08 07:12:34 +00:00 |
Andreas Fabri
|
2184d22c52
|
WIP [scip ci]
|
2023-02-07 21:18:31 +00:00 |
Andreas Fabri
|
fb71e3937e
|
Add numerator() and denominator()
|
2023-02-07 15:42:49 +00:00 |
Andreas Fabri
|
12f5892848
|
merge master
|
2023-02-06 14:25:03 +00:00 |
Andreas Fabri
|
d498154b5f
|
Remove #if 0'ed code
|
2023-02-06 14:02:51 +00:00 |
Mael
|
153c603209
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2023-01-27 22:09:02 +01:00 |
Mael
|
4d22c90474
|
Merge branch 'master' into feature/bug_documentation_spell_20221113
|
2023-01-04 10:06:45 +01:00 |
Laurent Rineau
|
2f2d73d195
|
Merge pull request #7100 from afabri/CORE-EOF-GF
CORE: Use istream.eof()
|
2022-12-14 10:39:50 +01:00 |
Mael
|
0ff7882997
|
Merge branch 'master' into feature/bug_documentation_spell_20221113
|
2022-12-06 22:21:06 +01:00 |
Mael
|
6538b22e06
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2022-12-05 16:03:41 +01:00 |
Andreas Fabri
|
8d4aaa945d
|
Use istream.eof()
|
2022-11-30 11:55:32 +00:00 |
Mael Rouxel-Labbé
|
b5c21e1f5d
|
Http -> https + update some dead links
|
2022-11-23 18:54:37 +01:00 |
albert-github
|
7a62583efa
|
spelling corrections
Some spelling corrections (Directories starting with `C`)
|
2022-11-14 19:14:33 +01:00 |
Sébastien Loriot
|
bf1f7d74be
|
add missing inline
|
2022-10-27 14:10:09 +02:00 |
Andreas Fabri
|
d777cd0218
|
Deal with expressions
|
2022-10-27 12:17:49 +01:00 |
Sébastien Loriot
|
81dc0a4c60
|
use GMP if boost less than 1.80
|
2022-10-27 12:06:44 +02:00 |
Andreas Fabri
|
1ba311a602
|
Prefix macro with CORE_
|
2022-10-27 10:41:13 +01:00 |
Sébastien Loriot
|
e82ae363b3
|
take CORE into account in Boost mp's arithmetic kernel
|
2022-10-27 11:40:34 +02:00 |
Andreas Fabri
|
27ca0dfb03
|
BigInt and BigRep are no longer real CORE storage
|
2022-10-27 09:35:47 +01:00 |
Andreas Fabri
|
e98692d8b8
|
WIP: Replace CORE::BigInt and BigRat with the boost::mp classes. Just typedef
|
2022-10-25 15:32:26 +01:00 |
Andreas Fabri
|
b32d1f0023
|
Merge branch 'master' into CORE-boost_mp_number-GF
|
2022-10-21 13:27:48 +01:00 |
albert-github
|
81d78f7969
|
Some obvious missing quotes and typos
Some obvious missing quotes and typos
|
2022-09-24 18:47:33 +02:00 |
Mael Rouxel-Labbé
|
4fc486b195
|
Purge CMakeLists.txts from obsolete code / noise
|
2022-09-06 16:19:11 +02:00 |
Sébastien Loriot
|
32e89c1b91
|
add assertions
|
2022-06-02 15:56:08 +02:00 |
Sébastien Loriot
|
ee0ec71857
|
add a template version of the constructor
|
2022-06-02 15:55:57 +02:00 |
Sebastien Loriot
|
65b10f226a
|
fix function
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
|
2022-06-01 20:16:45 +02:00 |
Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |
Laurent Rineau
|
370217ad28
|
Merge pull request #6131 from lrineau/CGAL_Core-fix_header_only-GF
CGAL Core: Remove explicit instanciations: CGAL is header-only!
|
2021-11-23 15:39:26 +01:00 |
Laurent Rineau
|
3e877fa124
|
Merge pull request #6109 from afabri/CGAL-VC_max_warning-GF
PMP: Fix Warnings in Master
|
2021-11-18 12:27:21 +01:00 |