Laurent Rineau
|
4db6bc6d16
|
Merge pull request #6967 from gdamiand/gsoc2022-EBVs-Mostafa-ashraf19
GSoC'22: New CGAL's design to handle basic viewers
|
2024-04-10 18:04:25 +02:00 |
Guillaume Damiand
|
9a0b8eb824
|
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
|
2024-03-26 16:25:29 +01:00 |
Laurent Rineau
|
7d0f058463
|
remove T_2 from dependencies of GraphicsView
|
2024-03-26 15:52:09 +01:00 |
Andreas Fabri
|
a783412ba7
|
Use structural filtering for the fixed projection traits classes
|
2024-01-19 11:51:54 +01:00 |
Sébastien Loriot
|
272a242f1b
|
restore delaunay in CDT + autoref and deduplicate identical points in no segments case
|
2024-01-19 11:47:05 +01:00 |
Guillaume Damiand
|
3bc56024d3
|
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
|
2024-01-11 14:08:05 +01:00 |
Sébastien Loriot
|
c99b69a0e7
|
add missing license headers
|
2024-01-04 13:50:15 +01:00 |
Sébastien Loriot
|
e7c26349f2
|
move header in a package to GPL
|
2024-01-04 13:36:34 +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
|
d75e4f2f54
|
Merge remote-tracking branch 'cgal/master' into PMP-BF_autorefine
|
2023-12-08 13:26:06 +01:00 |
Guillaume Damiand
|
4684dc4f8e
|
T2 and CDT2 draw
|
2023-12-01 18:02:09 +01:00 |
Sébastien Loriot
|
d9bdf5cfc5
|
remove extra typename
|
2023-11-23 09:38:28 +01:00 |
Andreas Fabri
|
4e5082b6b5
|
remove _qt
|
2023-11-14 09:25:00 +00: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 |
Guillaume Damiand
|
2e955e1a24
|
The return of GSOptions template
|
2023-10-23 16:07:28 +02:00 |
Guillaume Damiand
|
761fde02be
|
add_in_graphics_scene -> add_to_graphics_scene; plus remove template parameter NumberType
|
2023-10-23 01:52:38 +02:00 |
Guillaume Damiand
|
6daa2a0c3b
|
Graphics_scene is no more templated
|
2023-10-23 01:30:57 +02:00 |
Guillaume Damiand
|
cbe7ef2b40
|
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
|
2023-10-22 17:18:04 +02:00 |
Guillaume Damiand
|
d74a3dbeac
|
Remove template parameter for graphics scene
|
2023-10-22 17:12:21 +02:00 |
Guillaume Damiand
|
9f22d67ed0
|
Rename Graphic_storage in Graphics_scene (Andreas and Sebastien review)
|
2023-09-28 12:49:00 +02:00 |
Guillaume Damiand
|
fd115bd321
|
Rename Graphic_storare into Graphics_scene (Andreas and Sebastien review)
|
2023-09-28 11:06:53 +02:00 |
Guillaume Damiand
|
5cf89dadd9
|
Rename Drawing_functor in Graphics_scene_options (following Andreas and Sebastien review)
|
2023-09-28 09:51:12 +02:00 |
Laurent Rineau
|
1d29a75c9a
|
iformat/oformat are in CGAL::IO
The calls without the `IO::` namespace are deprecated.
|
2023-09-25 16:09:41 +02:00 |
Sébastien Loriot
|
8700394122
|
boost::mpl::if_ -> std::conditional
|
2023-09-24 22:57:20 +02:00 |
Guillaume Damiand
|
467e55f10d
|
Merge branch 'master' into gsoc2022-EBVs-Mostafa-ashraf19
|
2023-08-28 14:38:58 +02:00 |
Sébastien Loriot
|
a528464f31
|
Merge branch 'cgal/master' into PMP-BF_autorefine
|
2023-08-28 13:44:44 +02:00 |
Sébastien Loriot
|
b86a1fed32
|
Merge remote-tracking branch 'sloriot/PMP-BF_autorefine' into PMP-BF_autorefine
|
2023-07-05 17:59:29 +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 |
Andreas Fabri
|
c7eb4f9fdd
|
Deal with prev() for graph_traits<T2>::iterator
|
2023-06-27 13:33:48 +01:00 |
Andreas Fabri
|
46b756da12
|
We know that it is bidirectional, and we prefer that to using const Vertex_handle&
|
2023-06-27 13:24:27 +01:00 |
Andreas Fabri
|
61ec729952
|
The category is just bidirectional when the reference IS a reference, otherwise input
|
2023-06-27 12:55:18 +01:00 |
Sébastien Loriot
|
04f52791d6
|
manually fix iterator category that seems to not work correctly when stacking boost::iterator_adaptor
also restore std::prev
|
2023-06-27 09:41:47 +02:00 |
Guillaume Damiand
|
ef602d7aa0
|
draw constrained triangulation can reuse draw triangulation
|
2023-06-26 16:13:49 +02:00 |
Guillaume Damiand
|
fe23441eab
|
Merge master
|
2023-06-26 14:42:33 +02:00 |
Guillaume Damiand
|
7da9812bda
|
Rename graphic_buffer into graphic_storage.
|
2023-06-22 15:18:34 +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
|
ccc5462b28
|
add missing include directives
|
2023-06-20 14:45:43 +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
|
9a0bdb5d96
|
boost::variant ---> std::variant
|
2023-06-15 10:57:10 +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
|
2251c438fa
|
enable exact serialization of triangulations with EPECK
|
2023-06-13 14:30:01 +02:00 |
Guillaume Damiand
|
519c7cc1a5
|
rename add_in_graphic_buffer into add_in_graphic_storage
|
2023-04-28 15:25:40 +02:00 |
Guillaume Damiand
|
4df2edd9c1
|
Replace draw_buffer by draw_graphic_storage
|
2023-04-28 12:26:31 +02:00 |
Guillaume Damiand
|
8f29e4d323
|
Rename class graphic buffer
|
2023-04-27 15:48:42 +02:00 |
Sébastien Loriot
|
b039040f73
|
boost::is_convertible -> std::is_convertible
|
2023-04-23 22:37:07 +02:00 |