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 |
Laurent Rineau
|
d10e9387c2
|
Merge branch 'master' into CGAL-add_missing_test
# Conflicts:
# STL_Extension/test/STL_Extension/test_skiplist.cpp
|
2023-07-12 15:48:42 +02:00 |
Sébastien Loriot
|
e46196d362
|
one more internal missing
|
2023-07-12 13:40:24 +02:00 |
Sébastien Loriot
|
7d86fa9648
|
add missing internal namespace
|
2023-07-12 13:29:14 +02:00 |
Sébastien Loriot
|
52caa41236
|
directly use Exact_NT_backend
|
2023-07-12 11:10:08 +02:00 |
albert-github
|
301728a8a9
|
issue #7395 Improvement of layout of model relations
- Completed the cgalModels part
|
2023-07-09 12:43:36 +02:00 |
Sébastien Loriot
|
1e7bc05345
|
add missing spe
|
2023-07-07 13:59:27 +02:00 |
Sébastien Loriot
|
a49a4f3ae0
|
missing ;
|
2023-07-07 13:47:12 +02:00 |
Sébastien Loriot
|
02fbbba7d6
|
get rid of default to avoid silent errors
|
2023-07-07 13:34:37 +02:00 |
Sébastien Loriot
|
915df4c5b6
|
add another missing spe
|
2023-07-07 13:29:56 +02:00 |
Sébastien Loriot
|
407928642d
|
add missing partial specialization
|
2023-07-07 13:19:19 +02:00 |
albert-github
|
ee2a55279d
|
issue #7395 Improvement of layout of model relations
- Completed the cgalHasModel part
- corrected spelling of `Has Model` and `Is Model Of` to `Has model` and `Is model of`
|
2023-07-06 17:35:34 +02:00 |
Sébastien Loriot
|
b66afab814
|
Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD
|
2023-07-05 11:29:35 +02:00 |
Sébastien Loriot
|
68813c5c63
|
Merge pull request #7403 from sloriot/CGAL-replace_boost_by_std
Replace boost by std
|
2023-07-05 11:08:36 +02:00 |
Sébastien Loriot
|
efd8b2d38b
|
add more missing tests
|
2023-06-27 11:18:20 +02:00 |
Sébastien Loriot
|
dfc386d65b
|
Merge branch 'master' into HEAD
|
2023-06-22 14:05:45 +02:00 |
Laurent Rineau
|
3851bc437e
|
Merge pull request #7513 from sloriot/T23-exact_serialization
EPECK Triangulation serialization
|
2023-06-22 11:59:34 +02:00 |
Sébastien Loriot
|
0ee31a5d4f
|
remove extra parenthesis
|
2023-06-19 19:17:49 +02:00 |
Sébastien Loriot
|
f936680600
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-06-15 18:48:39 +02:00 |
Sébastien Loriot
|
9cdfe70abb
|
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
|
2023-06-15 11:34:09 +02:00 |
Sébastien Loriot
|
604dcdc435
|
boost::optional => std::optional
|
2023-06-15 10:57:09 +02:00 |
Sébastien Loriot
|
bbc4d08ee0
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-06-15 10:47:07 +02:00 |
Sébastien Loriot
|
c8a88b9014
|
remove CGAL_static_assertion*
|
2023-06-15 10:42:10 +02:00 |
Sébastien Loriot
|
ddb405a2c2
|
move specialization into the header (avoid superflous include)
|
2023-06-13 10:40:06 +02:00 |
Sebastien Loriot
|
11b92e94f8
|
Add an alternative of Mpzf using boost cpp_int (#7191)
## TODO:
- [x] branch size
- [x] boost backend should not be the default in 5.6
|
2023-05-22 09:23:35 +02:00 |
Andreas Fabri
|
66e68a71ee
|
Add three comments made on github
|
2023-05-11 15:45:42 +01:00 |
Andreas Fabri
|
ed9d5f5ecb
|
Change debug macro name
|
2023-05-11 08:25:35 +01:00 |
Andreas Fabri
|
2aa0c3487d
|
Fix copyright
|
2023-05-11 08:24:13 +01:00 |