Andreas Fabri
|
70a06b4696
|
Do not use CGAL::iterator_v<> as it is responsible for the ICE of VC2015
|
2022-06-27 08:58:17 +01:00 |
Sébastien Loriot
|
c9c6b30cf0
|
Merge sloriot/CGAL-std_type_traits into master
|
2022-06-23 16:35:37 +02:00 |
Sébastien Loriot
|
37580e9daf
|
missing () in macro + typo fixes
|
2022-06-14 11:24:21 +02:00 |
Laurent Rineau
|
cb26dda800
|
Merge pull request #6650 from afabri/Boolean_set_operations-disambuguate_do_intersect-GF
Regularized Boolean Set Operations: Help compiler to disambiguate
|
2022-06-10 16:45:29 +02:00 |
Sébastien Loriot
|
8ed2990381
|
use CGAL_static_assertion
static_assert(b) is only available in c++17
|
2022-06-10 10:10:12 +02:00 |
Sébastien Loriot
|
b96f6d5ce9
|
move is_iterator to type_traits
|
2022-06-10 09:43:59 +02:00 |
Sébastien Loriot
|
44250cb019
|
is_iterator_XXX<>::value --> is_iterator_XXX_v<>
|
2022-06-10 09:40:29 +02:00 |
Sébastien Loriot
|
3fa436459d
|
BOOST_MPL_ASSERT -> static_assert
|
2022-06-10 08:46:01 +02:00 |
Sébastien Loriot
|
4f5f8341cc
|
use std::enable_if_t
|
2022-06-10 07:37:53 +02:00 |
Sébastien Loriot
|
7ba4fbcaab
|
std++14 style enable_if
|
2022-06-07 20:57:57 +02:00 |
Andreas Fabri
|
ef5bca8d10
|
Regularized Boolean Set Operations: Help compiler to disambiguate
|
2022-06-07 17:08:46 +01:00 |
Sébastien Loriot
|
5f23e76911
|
Merge remote-tracking branch 'efifogel/Polygon-fixes-efif' into HEAD
|
2022-02-01 20:08:56 +01:00 |
Guillaume Damiand
|
2bbcabe71b
|
The size of argv array is now 2, ending with nullptr.
|
2021-11-11 17:23:37 +01:00 |
Guillaume Damiand
|
ee11c858b5
|
The size of argv array is changed to 1 in all basic viewers.
|
2021-11-10 09:59:48 +01:00 |
Efi Fogel
|
6fd9388c8c
|
Renamed Construct_general_polygon_with_holes_2 => Construct_polygon_with_holes_2
|
2021-11-03 18:32:40 +02:00 |
Efi Fogel
|
04729e8e34
|
Renamed Construct_general_polygon_with_holes_2 => Construct_polygon_with_holes_2
|
2021-11-03 18:29:58 +02:00 |
Efi Fogel
|
4dbf509f7c
|
Fixed GeneralPolygonWithHoles_2 concept: requires now nested Polygon_2 type instead of General_polygon_2
|
2021-11-03 18:16:40 +02:00 |
Efi Fogel
|
8eeffb0335
|
Added a specific comment about backward compatibility
|
2021-11-03 16:26:15 +02:00 |
Efi Fogel
|
f17e5386bf
|
Fixed type requirement by GeneralPolygonWithHoles_2 concept
|
2021-11-03 16:16:43 +02:00 |
Efi Fogel
|
46529b376c
|
Fixed name construct_is_unbounded_object() => is_unbounded_object()
|
2021-11-03 15:18:55 +02:00 |
Sébastien Loriot
|
07421357a7
|
fix phrasing
|
2021-11-02 11:52:53 +01:00 |
Sébastien Loriot
|
08b1457649
|
add CGAL::CGAL_Basic_viewer target
|
2021-11-01 11:07:55 +01:00 |
Laurent Rineau
|
47132b441b
|
Merge pull request #5944 from dpapavas/draw-polygon-set
Add polygon set drawing functionality.
|
2021-10-27 17:20:33 +02:00 |
Laurent Rineau
|
1ba982096a
|
Merge pull request #5094 from sgiraudot/Boolean_operations-Use_GPS_based_polylines-GF
[Small Feature] Boolean Operations: Use polyline-based GPS
|
2021-10-07 14:27:23 +02:00 |
Mael Rouxel-Labbé
|
521c72d57e
|
Fix typos
|
2021-10-04 13:34:07 +02:00 |
Andreas Fabri
|
d968a9efa9
|
Guard against empty ranges
|
2021-09-28 16:39:10 +01:00 |
Dimitris Papavasiliou
|
29464cb974
|
Fix polygon set drawing functionality.
|
2021-09-24 22:16:37 +03:00 |
Sébastien Loriot
|
7bf2b5e05c
|
remove unused typedefs
|
2021-09-24 10:11:13 +02:00 |
Sébastien Loriot
|
420f37a365
|
fix compilation issues
|
2021-09-23 16:28:23 +02:00 |
Sébastien Loriot
|
4151fcb653
|
split header following update of the doc in e114e44aa9
|
2021-09-23 13:03:12 +02:00 |
Sébastien Loriot
|
36249c0fa0
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2021-09-23 11:07:06 +02:00 |
Dimitris Papavasiliou
|
7f04082cfc
|
Add polygon set drawing functionality.
|
2021-09-10 21:52:46 +03:00 |
Sébastien Loriot
|
06c5462675
|
Merge remote-tracking branch 'cgal/5.2.x-branch'
|
2021-07-19 07:43:32 +02:00 |
Sébastien Loriot
|
e599bd44cc
|
fix validity check: holes can be relatively simple
|
2021-07-08 13:50:18 +02:00 |
Sébastien Loriot
|
4e519a3c7a
|
move documented IO functions in IO namespace
|
2021-05-05 13:15:37 +02:00 |
Simon Giraudot
|
fbfe5f2679
|
Add missing return statements
|
2021-04-01 12:08:15 +02:00 |
Efi Fogel
|
3ed74414df
|
Removed constructor of General_polygon_2 from a curve.
|
2021-03-08 18:50:37 +02:00 |
Efi Fogel
|
27e5db14b3
|
ed missing return type
|
2021-03-08 18:49:55 +02:00 |
Efi Fogel
|
76f44656eb
|
Added missing constructors (from polygon + traits) and used them
|
2021-03-03 11:29:12 +02:00 |
Efi Fogel
|
514f123a75
|
Fixed back-conversion of polygons
|
2021-03-03 01:10:14 +02:00 |
Efi Fogel
|
95d67c613b
|
Cleaned up; removed test functions (moved to test)
|
2021-03-03 01:09:51 +02:00 |
Efi Fogel
|
9ebe6a821d
|
Added equality operator of general polygons
|
2021-03-03 01:09:09 +02:00 |
Efi Fogel
|
35e03e857a
|
Fixed aggregate operations with conversions
|
2021-03-02 15:19:03 +02:00 |
Efi Fogel
|
42d234b177
|
Cleaned up
|
2021-03-01 00:11:14 +02:00 |
Efi Fogel
|
be3f6f4d0d
|
Fixed typo. Gps_default_traits accepts the input-polygon (not the kernel) as a template parameter
|
2021-03-01 00:10:28 +02:00 |
Efi Fogel
|
ba4e67c549
|
Added missing template parameter
|
2021-03-01 00:09:52 +02:00 |
Efi Fogel
|
5690fb11e0
|
Fixed the conversions
|
2021-02-28 19:20:22 +02:00 |
Efi Fogel
|
dbe7d29863
|
Fixed convert_polygon()
|
2021-02-28 19:18:31 +02:00 |
Efi Fogel
|
8fa117bcc6
|
Reinstated back conversions
|
2021-02-28 12:06:02 +02:00 |
Efi Fogel
|
fb1d6dea5a
|
Merge remote-tracking branch 'cgal/master' into Boolean_operations-Use_GPS_based_polylines-GF
|
2021-02-24 12:54:13 +02:00 |