Laurent Rineau
|
5f8930db8c
|
Merge branch '5.5.x-branch'
# Conflicts:
# Convex_hull_2/test/Convex_hull_2/ch_test_CH.cpp
# Convex_hull_2/test/Convex_hull_2/ch_test_SC.cpp
# Convex_hull_2/test/Convex_hull_2/ch_test_SH.cpp
# Convex_hull_2/test/Convex_hull_2/ch_test_SS.cpp
# Straight_skeleton_2/include/CGAL/constructions/Straight_skeleton_cons_ftC2.h
# Straight_skeleton_2/include/CGAL/predicates/Straight_skeleton_pred_ftC2.h
|
2023-01-27 21:16:14 +01:00 |
Laurent Rineau
|
c5176ef327
|
Merge pull request #7166 from MaelRL/SLS-Memorize_trisegments-GF
Fix seed computation in SLS offset computation
|
2023-01-27 20:52:10 +01:00 |
Mael Rouxel-Labbé
|
aa1cb4b664
|
Add missing include
|
2023-01-05 12:39:58 +01:00 |
Mael Rouxel-Labbé
|
6b5954d2cf
|
Remove another unused function which isn't part of the concept
|
2023-01-04 22:11:13 +01:00 |
Mael Rouxel-Labbé
|
b2d562e582
|
Store trisegments within SLS vertices
This violates the concept, but it replaces storage of triedges, which
was also violating the concept...
|
2023-01-04 20:41:03 +01:00 |
Mael Rouxel-Labbé
|
2410d8e304
|
Reduce the (large) delta between SLS HDS concepts and models...
|
2023-01-04 16:36:34 +01:00 |
Mael Rouxel-Labbé
|
c38ff2b4e2
|
Move Segment_2_with_ID to aux
|
2023-01-04 16:26:31 +01:00 |
Mael Rouxel-Labbé
|
b1b7cacf42
|
Minor debug improvements
|
2023-01-04 16:26:09 +01:00 |
Mael Rouxel-Labbé
|
e2f1940747
|
Fix spelling
|
2023-01-04 16:17:15 +01:00 |
Mael
|
0ff7882997
|
Merge branch 'master' into feature/bug_documentation_spell_20221113
|
2022-12-06 22:21:06 +01:00 |
Mael Rouxel-Labbé
|
b5c21e1f5d
|
Http -> https + update some dead links
|
2022-11-23 18:54:37 +01:00 |
albert-github
|
c32b1f4127
|
spelling corrections
Some spelling corrections (Directories starting with `S` rest - `W`),
|
2022-11-16 13:22:39 +01:00 |
albert-github
|
45478184de
|
spelling corrections
Some spelling corrections (Directories starting with `E`-` L`),
some backward work
some forward work
|
2022-11-15 13:39:40 +01:00 |
Andreas Fabri
|
9b357c6aff
|
Reintroduce the runtime switch to enable/disable assrtions
|
2022-10-04 10:35:05 +01:00 |
Andreas Fabri
|
15c0ead499
|
Straight_skeleton_2
|
2022-09-27 09:34:25 +01:00 |
Sébastien Loriot
|
861588abe1
|
Merge 'sloriot/CGAL-std_type_traits' into master
|
2022-08-03 20:19:51 +02:00 |
Sébastien Loriot
|
12795ba29c
|
Merge remote-tracking branch 'cgal/5.4.x-branch' into HEAD
|
2022-07-12 18:21:16 +02:00 |
Sébastien Loriot
|
45b5fd43f8
|
fix more warnings
|
2022-07-12 18:18:34 +02:00 |
Sébastien Loriot
|
6462cac12e
|
move back functions \o^o/
|
2022-06-23 16:29:11 +02:00 |
Sébastien Loriot
|
ccb0db385b
|
make create_exterior_skeleton_and_offset_polygons_with_holes_2 ignore the offset of the outer frame
|
2022-06-23 14:00:16 +02:00 |
Sébastien Loriot
|
f6680b793f
|
move function in right header
|
2022-06-23 14:00:16 +02:00 |
Sébastien Loriot
|
79693c5674
|
add exterior offset parts of polygon with holes
|
2022-06-23 14:00:16 +02:00 |
Sébastien Loriot
|
1b5ad071ff
|
move function in right header
|
2022-06-23 14:00:16 +02:00 |
Sébastien Loriot
|
3fa436459d
|
BOOST_MPL_ASSERT -> static_assert
|
2022-06-10 08:46:01 +02:00 |
Sébastien Loriot
|
ac8b6d4731
|
boost::is_same --> std::is_same
|
2022-06-10 08:18:20 +02:00 |
Sébastien Loriot
|
4f5f8341cc
|
use std::enable_if_t
|
2022-06-10 07:37:53 +02:00 |
Laurent Rineau
|
6e114b31ae
|
Merge pull request #6107 from efifogel/Polygon-fixes-efif
Polygon fixes efif
# Conflicts:
# Installation/CHANGES.md
|
2022-03-18 15:59:58 +01:00 |
Andreas Fabri
|
2a513a0195
|
Clean up Straight_skeleton as Unique_hash_map is not used at all
|
2022-03-09 13:23:07 +00: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
|
4dbf509f7c
|
Fixed GeneralPolygonWithHoles_2 concept: requires now nested Polygon_2 type instead of General_polygon_2
|
2021-11-03 18:16:40 +02:00 |
Sébastien Loriot
|
74c029cc68
|
Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode-5.3'
|
2021-09-09 11:44:36 +02:00 |
Sébastien Loriot
|
6bae0e3939
|
Merge remote-tracking branch 'sloriot/CGAL-restore_rounding_mode'
|
2021-09-09 11:09:16 +02:00 |
Sébastien Loriot
|
c8624ee0b3
|
check that the rounding mode when doing exact computation is to-nearest
|
2021-09-09 11:01:03 +02:00 |
Sébastien Loriot
|
106645ec2e
|
make sure the rounding mode is to nearest when doing exact computations
Thoses changes should have been done when the code was modified for
CGAL_CFG_FPU_ROUNDING_MODE_UNWINDING_VC_BUG
|
2021-09-09 09:55:16 +02:00 |
Maxime Gimeno
|
a3d1765ab4
|
Merge remote-tracking branch 'cgal/master' into CGAL-Clean_up_boost_versions-maxGimeno
|
2021-07-19 14:18:40 +02:00 |
Laurent Rineau
|
2c4a5db3ce
|
Merge pull request #5631 from GilesBathgate/STL_ext-fix_uncaught_exceptions_cleanup-GilesBathgate
Fix uncaught exceptions cleanup
|
2021-05-18 18:14:14 +02:00 |
Maxime Gimeno
|
393ae7dae6
|
Clean-up boost_version reqs
|
2021-05-12 15:03:53 +02:00 |
Sébastien Loriot
|
cfc0fee1c4
|
add missing IO namespace
|
2021-05-04 14:58:55 +02:00 |
Sébastien Loriot
|
fb6f703b55
|
IO namespace for files in IO directories
|
2021-05-04 14:36:06 +02:00 |
Giles Bathgate
|
5ecd85248a
|
Fix capitalisation of macro name.
|
2021-04-28 21:03:45 +01:00 |
Giles Bathgate
|
0ef8127c71
|
The CGAL_NOEXCEPT macro is no longer needed
|
2021-04-28 21:03:00 +01:00 |
Sébastien Loriot
|
1e249afdb3
|
remove some boost::bind
|
2021-01-06 12:59:11 +01:00 |
Giles Bathgate
|
a7abec0a42
|
Add noexcept to Ref_counted_base in Straight_skeleton_aux.h
|
2020-11-29 15:21:49 +00:00 |
Laurent Rineau
|
21755b1123
|
Merge pull request #5245 from GilesBathgate/create-assertions-fix
Allow -DNDEBUG and CGAL_nnn_assertions at the same time
|
2021-03-24 15:05:41 +01:00 |
Mael Rouxel-Labbé
|
5efa544734
|
Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF
|
2021-02-22 17:19:40 +01:00 |
Mael Rouxel-Labbé
|
1f45360d7a
|
Merge remote-tracking branch 'cgal/master' into SDG-Fix_doc-GF
|
2021-01-26 09:05:24 +01:00 |
Mael Rouxel-Labbé
|
6b87fe393d
|
Fix various grammar issues
|
2020-12-05 11:11:33 +01:00 |
Giles Bathgate
|
07120b82fa
|
Add missing header includes
|
2020-12-04 19:42:21 +00:00 |