Laurent Rineau
c091c7f86e
Merge pull request #5532 from lrineau/Kernel_23-Do_interesect__without_division-GF
...
Remove operator/ from CGAL::Mpzf and implement Do_intersect_3 with RT only (without division)
2021-04-28 15:24:15 +02:00
Sebastien Loriot
b7323389c7
Merge pull request #5622 from maxGimeno/CMake-Update_versions_in_scripts-maxGimeno
...
Update maximum cmake versions
2021-04-17 10:58:14 +02:00
Sebastien Loriot
0c6404d1bc
Merge pull request #5596 from sloriot/Doc-precompiled_demos
...
Add doc for precompiled demos
2021-04-17 10:57:02 +02:00
Maxime Gimeno
c49152359c
update max version of cmake and announce the new minimal in CHANGE.md
2021-04-15 15:08:54 +02:00
Sébastien Loriot
350b9172c5
replace %CGAL by \cgal (but in titles)
2021-04-11 14:52:01 +02:00
Andreas Fabri
76719b903f
Introduce the macro CGAL_NO_MPZF_DIVISION_OPERATOR
2021-04-07 12:06:26 +01:00
Maxime Gimeno
17602e589e
Merge remote-tracking branch 'cgal/master' into CGAL-clang_tidy__nullptr_on_Mesh_2-GF
2021-04-07 09:17:51 +02:00
Brian Spilsbury
c26cb0012d
Clean up temporary notes
2021-03-25 12:52:20 +09:00
Brian Spilsbury
6b75fed7db
Clean up whitespace
2021-03-20 18:32:05 +09:00
Brian Spilsbury
97ae3cbcc0
Work through expansions to find test failure
2021-03-20 18:14:02 +09:00
Brian Spilsbury
b05f6061ab
Merge branch 'master' into wasm
2021-03-20 17:57:57 +09:00
Laurent Rineau
20dc974594
Remove operator/ from CGAL::Mpzf
...
The operator `operator/(Mpfz,Mpfz)` actually implements integral
division. With this commit, it is renamed `division((Mpfz,Mpfz)`
unless the macro `CGAL_MPZF_DIVISION_OPERATOR` is defined.
I have commented the line
#define CGAL_MPZF_DIVISION_OPERATOR 1
and that will breaks a lot of CGAL code in this branch.
2021-03-17 11:33:47 +01:00
Laurent Rineau
158495bdb5
Merge pull request #5444 from sgiraudot/Poisson-Kernel_compatibility-GF
...
[Poisson Reconstruction] Compatibility with Simple Cartesian
2021-03-10 10:39:37 +01:00
Brian Spilsbury
d6d5fd2605
Clean up test code
2021-03-10 09:11:44 +09:00
Brian Spilsbury
a3a610ba51
Avoid warnings with NDEBUG
2021-03-09 19:43:47 +09:00
Brian Spilsbury
5b7a78d84c
Assert mode instead of setting & update tests
2021-03-09 18:20:23 +09:00
Brian Spilsbury
bb67237b5b
Style
2021-03-06 00:22:52 +09:00
Brian Spilsbury
0f573cd180
Prevent CGAL_USE_SSE2 with CGAL_ALWAYS_ROUND_TO_NEAREST
2021-03-05 23:46:24 +09:00
Brian Spilsbury
e545fcf624
Clean up sqrt.
2021-03-04 09:51:04 +09:00
Laurent Rineau
22b823f066
Merge pull request #5434 from maxGimeno/Doc-Dont_use_small_caps-maxGimeno
...
Doc: Don't use small caps
2021-03-03 17:32:57 +01:00
Laurent Rineau
ab6145babc
Merge pull request #5501 from maxGimeno/CGAL-CGAL-Disable_tests_that_use_gmp_if_not_found-5.2-maxGimeno
...
CMake Fixes when CGAL_Core is disabled (5.2)
2021-03-03 17:20:55 +01:00
Brian Spilsbury
71bfcce226
Keep CGAL_IA_FORCE_TO_DOUBLE for the normal case
2021-03-04 00:26:36 +09:00
Brian Spilsbury
605a446363
A little bit more
2021-03-03 19:55:06 +09:00
Brian Spilsbury
ecda444672
Clean up
2021-03-03 19:51:58 +09:00
Brian Spilsbury
d3d24faf04
Add tests
2021-03-03 19:45:40 +09:00
Brian Spilsbury
7f8f7e2f23
wip
2021-03-03 00:32:09 +09:00
Brian Spilsbury
6d048b92e1
Patch for intervals on wasm
2021-03-02 23:28:48 +09:00
Maxime Gimeno
b4de351840
Merge branch 'CGAL-CGAL-Disable_tests_that_use_gmp_if_not_found-5.1-maxGimeno' into CGAL-CGAL-Disable_tests_that_use_gmp_if_not_found-5.2-maxGimeno
2021-03-02 10:16:01 +01:00
Maxime Gimeno
7c94a1f2bf
Replace condition for a clearer equivalent one, and use APPEND for env property in Arrangement_2
2021-03-02 09:59:28 +01:00
Maxime Gimeno
7d21d5b62d
De-activate some things that depend on CGAL_Core if it is not FOUND
2021-03-01 11:27:43 +01:00
Maxime Gimeno
d5811d0a41
clang-tidy on tests
2021-02-18 15:15:12 +01:00
Simon Giraudot
848aa7d8ab
Fix compatibility of Poisson with Simple_cartesian<float>
2021-02-08 10:16:59 +01:00
Maxime Gimeno
fb3746168d
remove \sc
2021-02-05 11:10:20 +01:00
Marc Glisse
766a65e1c0
Fix NewKernel_d/Eigen compatibility
...
some bitrot...
2021-01-27 12:33:45 +01:00
Laurent Rineau
ca9febf3b8
Merge pull request #5063 from maxGimeno/CMake-modernization-maxGimeno
...
CMake modernization
# Conflicts:
# CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt
2021-01-22 15:25:54 +01:00
Maxime Gimeno
9ac0a1de04
Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno
2021-01-18 11:52:30 +01:00
Sébastien Loriot
bc161f2ae9
Merge 'CGAL-Eigen3_support-5.2'
2021-01-15 10:59:20 +01:00
Sébastien Loriot
f4935dc199
Merge branch 'CGAL-Eigen3_support-5.1'
2021-01-15 10:54:02 +01:00
Sébastien Loriot
eecb00534e
fix macro name to be consistent with find_package
2021-01-15 10:43:34 +01:00
Maxime Gimeno
2255f8e8ea
Merge remote-tracking branch 'cgal/master' into CMake-modernization-maxGimeno
2021-01-13 14:34:09 +01:00
Maxime Gimeno
3d1c41fd14
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2021-01-07 15:05:28 +01:00
Laurent Rineau
f4cfbdf5ea
Merge pull request #5153 from mglisse/Number_types-boost_mp_win-glisse
...
Enable Boost.Multiprecision with MSVC and recent boost
2021-01-06 16:11:49 +01:00
Laurent Rineau
80c1914f3d
Merge pull request #5189 from GilesBathgate/fix-uninitialized-member-gmpz
...
Fix uninitialized member in Gmpz_type.h
2021-01-06 16:11:44 +01:00
Marc Glisse
ff120cf0e7
SSE2 version of square for intervals
2020-12-15 17:17:35 +01:00
Maxime Gimeno
1d98f0f71d
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-12-09 14:40:02 +01:00
Giles Bathgate
eb81d597a1
Fix uninitialized member warning in Gmpz_type.h
2020-11-27 13:15:03 +00:00
Giles Bathgate
5578b6ce31
Fix dead code warning in Mpzf.h
2020-11-24 19:08:35 +00:00
Marc Glisse
0597cf4706
Reenable boost_mp without GMP
...
Revert b59f6965a9
I have no idea why that commit was done, in an unrelated PR.
2020-11-17 20:11:59 +01:00
Maxime Gimeno
3b70343590
Merge remote-tracking branch 'cgal/master' into CGAL_IO-maxGimeno
2020-11-16 16:19:43 +01:00
Maxime Gimeno
e172dfbcb6
Merge remote-tracking branch 'cgal/master' into Cmake_improvements-maxGimeno
2020-11-12 09:04:01 +01:00