Sebastien Loriot
|
a42ffdec11
|
Merge branch 'master' into CORE-boost_mp_number-GF
|
2024-03-26 00:27:22 +01:00 |
Andreas Fabri
|
93c94ca115
|
static_cast<long> and assertion that it fits
|
2024-03-22 11:28:50 +01:00 |
Laurent Rineau
|
7a17b47d9f
|
Merge pull request #8052 from afabri/Polygon-exact_area-GF
Polygon: Avoid stackoverflow when summing exact numbers
# Conflicts:
# Polygon/include/CGAL/Polygon_2_algorithms.h
# Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/measure.h
|
2024-03-22 09:18:07 +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
|
01f89b0ccc
|
make call no longer ambiguious
|
2024-03-15 11:37:18 +01:00 |
Sébastien Loriot
|
694099b6ec
|
fix macro name
|
2024-03-14 17:41:10 +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 |
Laurent Rineau
|
217bfa30a5
|
Merge pull request #8002 from afabri/CORE-zero_one-GF
Core: Use Expr::is_zero() of AST
|
2024-03-14 11:05:09 +01:00 |
Sébastien Loriot
|
f34745c4d8
|
use a functor for collapsing the DAG to not depend on Filtered_kernel
nor inclusion order
|
2024-03-14 10:02:30 +01:00 |
Sébastien Loriot
|
cac4f5c854
|
avoid GMP dependency
|
2024-02-29 11:29:15 +01:00 |
Sébastien Loriot
|
432449b23b
|
fix compilation issues
mainly due to expression template
|
2024-02-28 13:55:01 +01:00 |
Sébastien Loriot
|
c9c089ccc1
|
remove GMP specific files and hide GMP specific code
|
2024-02-28 11:38:56 +01:00 |
Sébastien Loriot
|
f802557b7b
|
sync with master@ec9de37b61
|
2024-02-27 11:23:44 +01:00 |
Andreas Fabri
|
e20485782c
|
Fixes for expression templates
|
2024-02-23 16:46:34 +00:00 |
Andreas Fabri
|
97fbd69822
|
remove duplicate line
|
2024-02-23 16:14:41 +00:00 |
Andreas Fabri
|
e4558a4d4b
|
Merge branch 'master' into CORE-boost_mp_number-GF
|
2024-02-23 17:04:37 +01:00 |
Andreas Fabri
|
290f79777e
|
Keep only Is_zero
|
2024-02-22 08:59:56 +00:00 |
Andreas Fabri
|
60328a74a7
|
Update Number_types/include/CGAL/CORE_Expr.h
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
|
2024-01-26 08:48:28 +01:00 |
Andreas Fabri
|
468b81f9f2
|
Update Number_types/include/CGAL/CORE_Expr.h
Co-authored-by: Marc Glisse <marc.glisse@inria.fr>
|
2024-01-26 08:47:16 +01:00 |
Andreas Fabri
|
1348552194
|
Add Is_one
|
2024-01-25 18:23:49 +00:00 |
Andreas Fabri
|
878d90b20e
|
Core: Use Expr::is_zero() of AST
|
2024-01-25 17:46:41 +00:00 |
Sébastien Loriot
|
a4d713a386
|
do not skip whitespace while reading quotient
|
2024-01-24 15:53:11 +01:00 |
Sebastien Loriot
|
128b169b24
|
Fixes when neither LEDA nor GMP is available (#7960)
|
2024-01-19 13:57:12 +01:00 |
Sébastien Loriot
|
a484bfa35a
|
add missing include directives
|
2024-01-12 09:12:09 +01:00 |
Sébastien Loriot
|
ed3539f5fe
|
add missing includes
|
2024-01-03 18:33:54 +01:00 |
Sebastien Loriot
|
caecbe29c7
|
Replace boost::mpl (#7813)
- `boost::mpl::if_` --> `std::conditional`
- `boost::enable_if` -> `std::enable_if`
- `boost::mpl::and_` -> `&&`
- `boost::mpl::or_` -> `||`
- `boost::constant::bool_` -> `std::bool_constant`
- ...
|
2023-12-26 17:33:36 +01:00 |
Sébastien Loriot
|
2277013d84
|
replace boost::mpl::and_
|
2023-11-10 16:19:26 +01:00 |
Sébastien Loriot
|
3176178224
|
fix compilation issues
|
2023-11-06 11:43:29 +01:00 |
albert-github
|
48406930ca
|
Remove double defgroup definition
Remove double defgroup definition
|
2023-10-11 10:39:04 +02:00 |
Sébastien Loriot
|
8700394122
|
boost::mpl::if_ -> std::conditional
|
2023-09-24 22:57:20 +02:00 |
Laurent Rineau
|
46923342ad
|
Merge pull request #7576 from albert-github/feature/issue_7395
issue #7395 Improvement of layout of model relations
# Conflicts:
# Kernel_23/doc/Kernel_23/CGAL/Vector_2.h
|
2023-09-07 10:48:34 +02:00 |
Andreas Fabri
|
6f4804fd1e
|
More fixes
|
2023-08-22 10:02:18 +01:00 |
albert-github
|
93001308f4
|
Merge branch 'master' into feature/issue_7395
# Conflicts:
# Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementPointLocation_2.h
# Arrangement_on_surface_2/doc/Arrangement_on_surface_2/Concepts/ArrangementVerticalRayShoot_2.h
|
2023-08-18 11:10:42 +02:00 |
Sébastien Loriot
|
28f904f4e2
|
Merge remote-tracking branch 'cgal/master'
|
2023-08-15 07:16:14 +02:00 |
Sébastien Loriot
|
eada3ee8ca
|
Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl'
|
2023-08-14 14:19:25 +02:00 |
Sebastien Loriot
|
bdbba81ea9
|
Spelling corrections (#7624)
Spelling corrections `a e...` -> `an e...`
|
2023-08-14 11:57:58 +02:00 |
Sébastien Loriot
|
44e143e931
|
Merge remote-tracking branch 'cgal/5.6.x-branch' into 'cgal/master'
|
2023-08-14 11:54:13 +02:00 |
Laurent Rineau
|
cf0c6c0782
|
tweak in CGAL/boost_mp.h instead
|
2023-08-03 14:05:37 +02:00 |
albert-github
|
40c7765ffb
|
Spelling corrections
Corrections based on review
|
2023-07-30 17:54:10 +02:00 |
albert-github
|
1cce66c343
|
Spelling corrections
Spelling corrections `a e...` -> `an e...`
|
2023-07-30 12:59:17 +02:00 |
albert-github
|
ff3ff12a40
|
Merge remote-tracking branch 'upstream/master' into feature/issue_7395
|
2023-07-24 09:37:12 +02:00 |
albert-github
|
32054661c7
|
issue #7395 Improvement of layout of model relations
Replacing the `cgalModelsBare` construct with a `begin` / `end` construct so no less understandable constructs with `\,` and `\n` are necessary.
|
2023-07-21 19:21:09 +02:00 |
albert-github
|
e4dff1ffaf
|
issue #7395 Improvement of layout of model relations
Corrections after review.
|
2023-07-21 11:41:27 +02:00 |
Laurent Rineau
|
d6ebf17baa
|
Merge remote-tracking branch 'cgal/5.6.x-branch'
|
2023-07-20 10:12:26 +02:00 |
Sébastien Loriot
|
3614612202
|
add missing spe
|
2023-07-17 15:28:31 +02:00 |
albert-github
|
de3ba0f47c
|
Merge remote-tracking branch 'upstream/master' into feature/issue_7395
|
2023-07-17 10:17:34 +02:00 |
Sébastien Loriot
|
ceded5c3ef
|
one more specialization + fix invalid usage
|
2023-07-17 10:13:13 +02:00 |
albert-github
|
4e5578d469
|
issue #7395 Improvement of layout of model relations
- based on review
|
2023-07-15 13:12:15 +02:00 |