Commit Graph

1868 Commits

Author SHA1 Message Date
Laurent Rineau 67b5c791e9 Merge pull request #7075 from MaelRL/CGAL-Fix_some_links-GF
Update some links + https
2022-12-05 12:22:06 +01:00
Laurent Rineau 5c943e558c Merge pull request #6935 from lrineau/CGAL-fix_autotest_with_ctest-GF
Fix autotest_cgal_with_ctest
2022-11-25 10:15:07 +01:00
Mael Rouxel-Labbé b5c21e1f5d Http -> https + update some dead links 2022-11-23 18:54:37 +01:00
Sébastien Loriot 33cfc700b2 fix unused warning 2022-11-17 12:12:01 +01:00
Laurent Rineau b232f4bcfd Merge pull request #6942 from sloriot/CGAL-header_clean_up
Clean up in headers
2022-10-13 15:17:39 +02:00
Laurent Rineau 827cd87d9d Merge pull request #6752 from sloriot/NT-use_boost_mp
Use boost mp by default
2022-10-07 15:46:59 +02:00
Laurent Rineau 7792a2febd Merge pull request #6929 from afabri/Number_types-doc_leda_integer-GF
Number types:   Use mathbb for mathematical Z, Q, and R
2022-10-07 15:46:31 +02:00
Laurent Rineau 3b46bacbd7 Merge pull request #6934 from afabri/Number_types=Quotient-GF
Number_types:  Cleanup concerning Quotient
2022-10-07 15:46:24 +02:00
Sébastien Loriot f3d0d76f6b add or move include guards 2022-10-06 15:35:41 +02:00
Andreas Fabri 4bdea0cd50 Number_types: cleanup concerning Quotient 2022-10-05 07:06:49 +01:00
Andreas Fabri 7afac0d118 polish 2022-10-05 06:56:13 +01:00
Andreas Fabri a685e19ed6 Fix typo 2022-10-04 16:06:33 +01:00
Andreas Fabri 4bdfd89110 More mathbb 2022-10-04 13:48:33 +01:00
Andreas Fabri d9e148b6f2
Number_types: doc fix for leda_integer 2022-09-27 16:40:37 +02:00
Sebastien Loriot 6a5da19aef
Fix comment
Co-authored-by: Mael <mael.rouxel.labbe@geometryfactory.com>
2022-09-23 15:35:56 +02:00
Andreas Fabri 3a7da8a2f0 Protect min() and max() 2022-09-22 07:59:52 +01:00
Sébastien Loriot 861588abe1 Merge 'sloriot/CGAL-std_type_traits' into master 2022-08-03 20:19:51 +02:00
Sébastien Loriot 5460a9aa3a boost by default for exact integer 2022-07-21 20:40:59 +02:00
Sébastien Loriot c1afb483f5 licence -> license 2022-07-19 09:04:19 +02:00
Sébastien Loriot 01ff86fa84 use boost mp by default 2022-07-13 09:45:40 +02:00
Sébastien Loriot 12795ba29c Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD 2022-07-12 18:21:16 +02:00
Sébastien Loriot 45b5fd43f8 fix more warnings 2022-07-12 18:18:34 +02:00
Mael Rouxel-Labbé 2b25cb131c Fix forward declaration living in the wrong namespace
cherry-pick of cd9200091d
2022-06-24 08:46:12 +02:00
Sébastien Loriot f3cf830c48 remove remaining boost:: 2022-06-23 08:57:14 +02:00
Sébastien Loriot 37580e9daf missing () in macro + typo fixes 2022-06-14 11:24:21 +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
Sebastien Loriot 709f123256
Merge pull request #6461 from afabri/Box_intersection-progress-GF
Fast Box Intersection:  Add progress tracking
2022-05-13 17:22:43 +02:00
Sebastien Loriot 978d83a349
Merge pull request #6573 from sloriot/CGAL-pedantic_warnings
Fix pedantic warnings
2022-05-13 15:55:26 +02:00
Sebastien Loriot 269a391fa0
Merge pull request #6558 from lrineau/Installation-remove_wd4503-GF
CMake script updates: version of CMake and /wd4503 is only for MSVC 2015
2022-05-13 15:53:36 +02:00
Sebastien Loriot a9d03ba945
Merge pull request #6508 from albert-github/feature/bug_documentation_code
Documentation update in respect to code fragments
2022-05-13 15:49:24 +02:00
Sébastien Loriot 6486844750 fix pedantic warnings 2022-05-10 11:30:39 +02:00
Laurent Rineau 734c96e951 Merge branch 'master' into pr/lrineau/6558 2022-05-06 16:25:32 +02:00
Laurent Rineau 8f233c248f Merge pull request #5937 from danston/Number_types-add_benchmarks-danston
Robust Quotient with cpp_int
2022-05-06 14:22:08 +02:00
Laurent Rineau 2288225448 Massive update of CMake policies to version 3.23 2022-05-06 09:34:35 +02:00
Sébastien Loriot 4bd7049f2f test boost_mp before 5.5-beta1 is out 2022-05-03 12:14:50 +02:00
Sébastien Loriot 7e987e50fb more fixes for 32bit platforms 2022-05-03 10:58:42 +02:00
Sebastien Loriot cc5f54fec9 Update Number_types/test/Number_types/to_interval_test_boost.cpp
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
2022-05-03 10:58:42 +02:00
Sébastien Loriot 464e23bbb3 update bounds as it is not deterministic accross platforms 2022-05-03 10:58:42 +02:00
Sébastien Loriot 80cd926cef test is conditional 2022-05-03 10:58:42 +02:00
Sébastien Loriot dad68d5262 disable code portion that should be benchmarked 2022-05-03 10:58:42 +02:00
Sébastien Loriot 67be52d2b4 small clean-up 2022-05-03 10:58:42 +02:00
Marc Glisse 964318d557 special case when den is a power of 2 2022-05-03 10:58:42 +02:00
Sébastien Loriot e39b2a1675 remove early exit 2022-05-03 10:58:42 +02:00
Marc Glisse 2006461dba interval -> pair<double> 2022-05-03 10:58:41 +02:00
Marc Glisse e4c3e38b21 confirm and test bounds for shift_positive 2022-05-03 10:58:41 +02:00
Marc Glisse c0cfd15655 check input exponent in pseudo-ldexp 2022-05-03 10:58:41 +02:00
Marc Glisse e1be45c321 Missing inline
was a template
2022-05-03 10:58:41 +02:00
Marc Glisse e540545b3b no TABs! 2022-05-03 10:58:41 +02:00