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 |
Andreas Fabri
|
f9e405f004
|
Adress warning
|
2023-12-01 11:20:12 +00:00 |
Andreas Fabri
|
c018e0fe7c
|
The example itself
|
2023-11-27 12:54:26 +00:00 |
Andreas Fabri
|
65621c2e9e
|
Spatial Searching: Add example storing triangulation vertices
|
2023-11-27 12:51:20 +00: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 |
Laurent Rineau
|
6ce966767b
|
Merge pull request #7660 from afabri/Arrangement-typo-GF
Arrangement: small doc fixes
|
2023-09-07 10:46:26 +02:00 |
Laurent Rineau
|
7cd107a462
|
Merge pull request #7686 from sloriot/SS-fix_size_after_remove
Correct size() in case some points were removed
|
2023-09-06 11:54:06 +02:00 |
Sébastien Loriot
|
f759a61349
|
correct size() in case some points were removed
|
2023-09-04 14:24:48 +02:00 |
Andreas Fabri
|
55ea7ba7ec
|
More fixes
|
2023-08-22 10:21:46 +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 |
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
|
e4dff1ffaf
|
issue #7395 Improvement of layout of model relations
Corrections after review.
|
2023-07-21 11:41:27 +02:00 |
albert-github
|
ad41766454
|
issue #7395 Improvement of layout of model relations
Corrected `cgalModels` to `cgalHasModes` inside `cgalHasNodelsBegin` / `cgalHasModelsEnd`
|
2023-07-18 13:23:37 +02:00 |
albert-github
|
de3ba0f47c
|
Merge remote-tracking branch 'upstream/master' into feature/issue_7395
|
2023-07-17 10:17:34 +02:00 |
albert-github
|
894b2e2f92
|
issue #7395 Improvement of layout of model relations
Correcting permissions
|
2023-07-15 13:20:03 +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 |
albert-github
|
301728a8a9
|
issue #7395 Improvement of layout of model relations
- Completed the cgalModels part
|
2023-07-09 12:43:36 +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
|
70ac38bed0
|
Merge pull request #7523 from nmnobre/doc_segmentation
Fix typos in multiple manuals
|
2023-06-22 11:59:32 +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 |
Nuno Miguel Nobre
|
43d2188068
|
Fix typos in the user manual for the dD spatial searching pkg
|
2023-06-14 21:53:16 +01:00 |
Laurent Rineau
|
d2bc415a15
|
Merge pull request #6950 from lrineau/CGAL-allow_Epick_with_float-GF
Simple_precision_epick: an Epick-like kernel with float as FT
|
2023-05-04 16:37:17 +02:00 |
Sébastien Loriot
|
b039040f73
|
boost::is_convertible -> std::is_convertible
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
d4d2225801
|
boost::is_reference -> std::is_reference
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
9ed6c7acdc
|
remove useless include
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
e82d970d19
|
boost::next -> std::next
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
8b3acae1c7
|
boost::remove_reference -> std::remove_reference
|
2023-04-23 22:36:59 +02:00 |
Sébastien Loriot
|
fa301554ce
|
boost::remove_v -> std::remove_cv_t
|
2023-04-23 19:13:56 +02:00 |
Sébastien Loriot
|
99e7f4806a
|
boost::int -> std::int
|
2023-04-23 18:43:10 +02:00 |
Sébastien Loriot
|
fc034c6a5d
|
boost::unit -> std::uint
|
2023-04-23 18:40:39 +02:00 |
Laurent Rineau
|
1dce90ee79
|
Merge remote-tracking branch 'cgal/master' into CGAL-allow_Epick_with_float-GF
|
2023-04-07 10:59:51 +02:00 |
albert-github
|
2d60f46985
|
issue #7231 Improvement of layout of refines relations.
- Adjusted cgalRefines according to reviews
- Implemented it in all files
|
2023-03-14 17:37:50 +01:00 |
Laurent Rineau
|
1b223dfce3
|
Merge pull request #7219 from afabri/Spatial_searching-Epeck-GF
Spatial searching: Make weighted Minkowski Distance working with Epeck
|
2023-03-02 13:42:16 +01:00 |
Laurent Rineau
|
649539d573
|
Merge pull request #7219 from afabri/Spatial_searching-Epeck-GF
Spatial searching: Make weighted Minkowski Distance working with Epeck
|
2023-03-02 13:40:15 +01:00 |
Sébastien Loriot
|
9e137bca24
|
Merge 'cgal/master'
|
2023-01-31 12:26:55 +01:00 |
Mael Rouxel-Labbé
|
9976577f8d
|
Add missing headers
|
2023-01-30 11:57:56 +01:00 |
Andreas Fabri
|
7efd0593e7
|
fix typo
|
2023-01-29 17:04:41 +00:00 |