Commit Graph

1279 Commits

Author SHA1 Message Date
Laurent Rineau 68876f022b Merge pull request #1916 from sloriot/Core-bug_fix_large_MSB
Fix Expr computation when a Node in the tree has a large MSB bound
2017-02-23 18:41:13 +01:00
Sébastien Loriot 3dc5f7d800 make sure the approximation exceeds the separation bound 2017-02-21 17:12:56 +01:00
Sébastien Loriot e9cfce4f45 Do the approximation computation even if MSB bounds are too large
extLong manages overflow and underflow, this patch forces the
approximation to be done even if the bounds are too large
2017-02-20 18:15:49 +01:00
Laurent Rineau e2d04e54e0 Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch'
> 3176b37 Merge pull request #1452 from mglisse/Number_types-Eigen_Literal-glisse
> 1705702 Merge pull request #1417 from afabri/Polyline_simplification-Bugfix_choose_correct_Itag-GF
> 3bef239 Merge pull request #1462 from sloriot/PMP-add_missing_include
2016-09-15 17:25:20 +02:00
Marc Glisse b7b492d9c8 Manually define Eigen::NumTraits<NT>::Literal for each specialization.
Defined to NT, no try is made to optimize for now.
2016-09-14 13:12:35 +02:00
Marc Glisse c86749ba01 Revert "Derive all NumTraits specializations from GenericNumTraits."
This reverts commit c56c5b0241.
2016-09-14 13:04:05 +02:00
Marc Glisse ddb5bf91e8 Optimize NumTraits::Literal for intervals. 2016-09-13 14:38:47 +02:00
Marc Glisse c56c5b0241 Derive all NumTraits specializations from GenericNumTraits. 2016-09-13 14:31:58 +02:00
Sébastien Loriot 641d5d51ef fix return type documentation 2016-08-30 10:27:38 +02:00
Laurent Rineau 44b4199878 Merge pull request #1366 from lrineau/CGAL-remove_support_for_LEDA_5_and_before-GF
Remove all usage of CGAL_LEDA_VERSION
2016-08-29 12:32:24 +02:00
Sébastien Loriot 0208edcd19 add some words about to_double in Lazy_exact_nt 2016-08-26 11:00:44 +02:00
Laurent Rineau 0c690014b7 Remove all usage of CGAL_LEDA_VERSION
Now, LEDA version >= 6.0 is required if `CGAL_USE_LEDA` is toggled.
2016-08-25 14:38:16 +02:00
Simon Giraudot 9f48f3406a Fix warning for MinGW: check _MSC_VER instead of _WINC32 2016-08-10 12:33:55 +02:00
Clement Jamin dcc6766467 Add CGAL_UNUSED 2016-06-29 14:30:44 +02:00
Clement Jamin 28ed1e5a79 Move the definition of check_fpu_rounding_mode_is_restored + remove DEPRECATED 2016-06-29 12:17:06 +02:00
Guillaume Damiand a78dff1806 Remove the call of the function get_static_check_fpu_rounding_mode_is_restored from FPU_set_cw; use a const variable instead. 2016-06-29 11:55:03 +02:00
Sébastien Loriot 10cadcb985 Merge remote-tracking branch 'cgal-dev/CGAL_headers_only_step1-gdamiand_cjamin' into HEAD 2016-06-24 17:05:40 +02:00
Sébastien Loriot c951fe0fca Merge pull request #1035 from lrineau/CGAL-fix_Wconversion_warnings-GF
Fix -Wconversion warnings, and issues detected by those warnings
2016-06-24 13:30:48 +02:00
Guillaume Damiand e21ef313c0 Merge branch 'CGAL_headers_only_step1-gdamiand_cjamin-old' into CGAL_headers_only_step1-gdamiand_cjamin 2016-06-22 20:54:37 +02:00
Laurent Rineau dd1b93ae99 After feedback from @mglisse 2016-06-16 16:39:00 +02:00
Laurent Rineau fa5cb831c9 Add Output_rep<T,F>::is_specialized...
.. that allows `Dump_c3t3` to detect if a type can be streamed, using
either `operator<<` or `Output_rep<T>`.
2016-06-15 18:10:14 +02:00
Laurent Rineau 8755b6f514 Fix -Wconversion warnings in Number_types 2016-04-22 12:37:04 +02:00
Laurent Rineau ff63d8eb26 Number_types: Fix -Wconversion warnings about `istream::char_type` 2016-04-22 12:36:50 +02:00
Clement Jamin 66020d2386 Restore the test done in the destructor of Check_FPU_rounding_mode_is_restored 2016-03-09 10:35:22 +01:00
Clement Jamin d0c0737a27 Remove useless code to fix a bug 2016-03-09 10:35:22 +01:00
Clement Jamin 9a61b23b55 Use get_default_random() instead of default_random 2016-03-09 10:35:21 +01:00
Andreas Fabri 717810e600 fix 2016-02-26 07:57:29 +01:00
Andreas Fabri 00cf5f937d inline; clean CMakeLists 2016-02-25 12:21:03 +01:00
Andreas Fabri f86e569613 trivial fixes 2016-02-25 08:34:35 +01:00
Andreas Fabri 1baa329711 operator>>(Lazy_exac_nt) calls new function read_float_or_quotient 2016-02-24 16:35:07 +01:00
Philipp Möller 0a04a3a48f Use CGAL_DOC_VERSION 2016-02-11 15:37:54 +01:00
Simon Giraudot 5919bda06f Replace BOOST_STATIC_ASSERT by CGAL_static_assertion and remove now useless CLANG work-around 2016-02-02 12:59:01 +01:00
Sebastien Loriot 32a3972c33 Merge pull request #592 from afabri/CGAL-dont_submit_cleanup-GF
Towards getting rid of dont_submit files
2016-01-08 14:14:08 +01:00
Sebastien Loriot 8a697e9f40 Merge pull request #594 from lrineau/CGAL-fix_DISABLE_GMP-lrineau
Fix CMakeLists.txt when GMP is disabled by CGAL_DISABLE_GMP
2016-01-07 13:33:38 +01:00
Sébastien Loriot e64ae35a6e Merge pull request #542 from bo0ts/Documentation-release_build2-pmoeller
Allow to build the documentation in a release
2016-01-07 09:21:46 +01:00
Laurent Rineau 3f13ef684b Fix CMakeLists.txt when GMP is disabled
The two directories using MPFI were incorrect, when `CGAL_DISABLE_GMP`
was used. The patch now checks `GMP_FOUND`.
2016-01-06 11:59:50 +01:00
Sebastien Loriot 2b49997c7e Merge pull request #493 from afabri/CGLAL-thread_local_storage-GF
Remove boost thread dependency
2016-01-04 16:49:26 +01:00
Andreas Fabri b78e402b7f remove Root_of_2.h 2016-01-04 09:41:27 +01:00
Andreas Fabri 5406d65782 Remove lines with non-existing files 2015-12-31 17:13:35 +01:00
Marc Glisse 9935a6889a Eigen::NumTraits<CGAL::Mpzf> 2015-12-18 22:19:16 +01:00
Philipp Möller 71b4e9c515 Use CGAL_FULL_VERSION in all Doxyfile.in 2015-12-17 16:33:28 +01:00
Philipp Möller 5da6581e74 Handle cases that use specific input files 2015-12-10 17:03:46 +01:00
Philipp Möller 88c0db55ca Empty example paths should not result in warnings 2015-12-10 17:00:26 +01:00
Andreas Fabri 4fec754ef8 put static into the macro and rename it 2015-12-02 20:40:15 +01:00
Sébastien Loriot 83311a0c87 document explicit constructor 2015-11-23 23:20:46 +01:00
Andreas Fabri 433e9aca68 forgot to return a value 2015-11-12 08:30:58 +01:00
Andreas Fabri 6b2c4dd7c6 Merge branch 'CGLAL-thread_local_storage-GF-old' into CGLAL-thread_local_storage-GF 2015-11-09 14:26:42 +01:00
Maxime Gimeno 3855910b37 Fix for #295
- Replacement of CGAL_assertion by assert in test files
2015-10-29 10:51:15 +01:00
Maxime Gimeno 864c95ae08 Fix for #295
- Replacement of assert() by CGAL_assertion()
2015-10-29 10:39:53 +01:00
Laurent Rineau 39b739ae84 Merge pull request #330 from lrineau/CGAL-fix_32_bits_problems-lrineau
[32 bits] Fix test/Number_types/Root_of_traits
2015-10-14 10:23:20 +02:00