Commit Graph

179 Commits

Author SHA1 Message Date
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 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 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 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
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
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 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 a8dbdc3b06 Remove explicit instanciations: CGAL is header-only! 2021-11-16 16:46:52 +01:00
Sébastien Loriot 6680a6e6f9 constructing a string from nullptr is undefined behavior 2021-11-09 16:20:48 +01:00
Sébastien Loriot 4ede33059b add a switch for the gmp backend 2021-10-14 15:14:38 +02:00
Andreas Fabri 64a64e1a8a Add a makeCopy() 2021-10-13 23:11:56 +01:00
Andreas Fabri f13e14994c I think we must call abs(); Someone has to check 2021-10-12 15:50:41 +01:00
Andreas Fabri 74040d9d10 msb(BigInt) is only defined for i > 0 2021-10-12 15:49:26 +01:00
Andreas Fabri ef4b0ca154 Add implementations; Fix getBinExpo() for zero 2021-10-12 10:06:23 +01:00