Commit Graph

196 Commits

Author SHA1 Message Date
albert-github 36c8b7589d Spelling corrections
Last batch (for now) of spelling corrections in doxygen and normal comments
2024-05-31 19:05:34 +02:00
Laurent Rineau 7e25336b86 Merge pull request #8179 from afabri/CORE-faster_output-GF
CORE: Accelerate writing to a stream if precision <= 17
2024-05-21 20:54:10 +02:00
Andreas Fabri 2266c6d01f CORE: Accelerate writing to a stream if precision <= 17 2024-05-02 17:22:56 +01:00
snoppy 685bb4a18e
chore: fix typos
Signed-off-by: snoppy <michaleli@foxmail.com>
2024-04-27 22:36:04 +08:00
Sébastien Loriot 5b88dfa30b avoid another warning 2024-03-22 11:44:53 +01:00
Andreas Fabri 93c94ca115 static_cast<long> and assertion that it fits 2024-03-22 11:28:50 +01:00
Sébastien Loriot 363c79f2c8 please clang 2024-03-21 12:30:59 +01:00
Sébastien Loriot 7d3bd7107a add extLong constructor from std::size_t
try to workaround compilation issue on windows
2024-03-21 11:01:34 +01:00
Sébastien Loriot c249476467 fix conversion warning
follow the code rather than the doc...
2024-03-20 13:42:45 +01:00
Sébastien Loriot ae324aee83 fix compilation issue + use boost mp type 2024-03-19 15:27:54 +01:00
Sébastien Loriot a26c93d8f6 fix warnings 2024-03-19 14:22:51 +01:00
Sébastien Loriot dd9bf32ce4 more disambiguation 2024-03-15 13:33:07 +01:00
Sébastien Loriot 5f89d090b1 int/rat dispatch 2024-03-15 13:30:28 +01:00
Sébastien Loriot 01f89b0ccc make call no longer ambiguious 2024-03-15 11:37:18 +01:00
Sébastien Loriot 3b1dd44081 WIP Expr constructor from expression 2024-03-15 11:18:56 +01:00
Andreas Fabri 8981c376d3 casts for dealing with expression templates 2024-03-15 09:39:05 +01:00
Sébastien Loriot 24015ce3a7 fix conditional compilation of programs using CORE 2024-03-14 11:30:14 +01:00
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