Laurent Rineau
28632f21fc
Merge branch 'master' into CGAL-Qt6-GF
...
# Conflicts:
# Installation/CHANGES.md
2023-09-14 17:40:05 +02:00
Laurent Rineau
2f6d51b49b
Remove a few occurrences of CGAL_Qt5
...
... and replace by CGAL_Qt6
2023-09-14 16:33: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
Sébastien Loriot
608d0c81c4
use a macro
2023-08-24 14:56:48 +02:00
albert-github
0ce82c0bd5
Better showing of `#include`
...
Getting a better (and consistent) output for the include file to be used with some functions.
Normally `#include` are sown as in a typewrite font, but the `#include` in these cases were shown in a code block way.
2023-08-13 18:22:07 +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
Mael
c6fd1d0316
Merge branch 'master' into CGAL-Qt6-GF
2023-07-18 10:49:58 +02:00
albert-github
4e5578d469
issue #7395 Improvement of layout of model relations
...
- based on review
2023-07-15 13:12:15 +02:00
albert-github
a0320dd7b4
Merge branch 'master' into feature/issue_7395
...
# Conflicts:
# Polyhedron/doc/Polyhedron/Concepts/PolyhedronItems_3.h
2023-07-13 10:33:18 +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
albert-github
b3af96caa1
issue #7454 Consistency of BigO notations
...
Create `cgalBigO` marco and used it.
(`The macro `cgalBigOLarge` is for special situations where we need bigger round brackets)
2023-07-04 16:23:14 +02:00
Sébastien Loriot
573de7f29e
Merge branch 'master'
2023-06-22 13:38:49 +02:00
Efi Fogel
857f276dea
Applied small fixes
2023-05-08 21:43:06 +03:00
Efi Fogel
c1bf94e610
Merge branch 'master' into Bso_2-draw-efif
2023-05-08 17:31:26 +03:00
Efi Fogel
74746e57ea
Aded clear_outer_boundary()
2023-05-08 17:26:35 +03:00
Efi Fogel
1217504e23
Added clear_outer_boundary()
2023-05-08 17:26:01 +03:00
Efi Fogel
477f8336d8
Improved drawing, in particular, enabled drawing of a polygon holes an outer boundary and viewport
2023-05-05 16:41:12 +03:00
Efi Fogel
a35b88c0f8
Enhanced documentation
2023-05-05 16:40:59 +03:00
Efi Fogel
e1e4fb5824
Added clear_holes()
2023-05-05 16:40:45 +03:00
Laurent Rineau
0576e883f9
Merge branch 'CGAL-fix-Qt5-CMake-GF' into CGAL-Qt6-GF
...
# Conflicts:
# AABB_tree/demo/AABB_tree/CMakeLists.txt
# Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt
# Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt
# Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt
# GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt
# GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt
# GraphicsView/demo/Bounding_volumes/CMakeLists.txt
# GraphicsView/demo/Circular_kernel_2/CMakeLists.txt
# GraphicsView/demo/Generator/CMakeLists.txt
# GraphicsView/demo/GraphicsView/CMakeLists.txt
# GraphicsView/demo/L1_Voronoi_diagram_2/CMakeLists.txt
# GraphicsView/demo/Largest_empty_rect_2/CMakeLists.txt
# GraphicsView/demo/Periodic_2_triangulation_2/CMakeLists.txt
# GraphicsView/demo/Polygon/CMakeLists.txt
# GraphicsView/demo/Segment_Delaunay_graph_2/CMakeLists.txt
# GraphicsView/demo/Segment_Delaunay_graph_Linf_2/CMakeLists.txt
# GraphicsView/demo/Snap_rounding_2/CMakeLists.txt
# GraphicsView/demo/Spatial_searching_2/CMakeLists.txt
# GraphicsView/demo/Stream_lines_2/CMakeLists.txt
# GraphicsView/include/CGAL/Qt/DemosMainWindow_impl.h
# Hyperbolic_triangulation_2/demo/Hyperbolic_triangulation_2/CMakeLists.txt
# Installation/cmake/modules/CGAL_add_test.cmake
# Linear_cell_complex/demo/Linear_cell_complex/CMakeLists.txt
# Optimal_transportation_reconstruction_2/demo/Optimal_transportation_reconstruction_2/CMakeLists.txt
# Periodic_3_triangulation_3/demo/Periodic_3_triangulation_3/CMakeLists.txt
# Periodic_3_triangulation_3/demo/Periodic_Lloyd_3/CMakeLists.txt
# Polyhedron/demo/Polyhedron/polyhedron_demo_macros.cmake
# Polyline_simplification_2/demo/Polyline_simplification_2/CMakeLists.txt
# Principal_component_analysis/demo/Principal_component_analysis/CMakeLists.txt
# Triangulation_3/demo/Triangulation_3/CMakeLists.txt
# Triangulation_on_sphere_2/demo/Triangulation_on_sphere_2/CMakeLists.txt
2023-04-28 13:49:58 +02:00
Laurent Rineau
67441a3772
Convert all CMakeLists.txt to Qt6
2023-04-25 17:27:03 +02:00
Mael Rouxel-Labbé
1a5826f11a
Merge remote-tracking branch 'cgal/master' into SLS-Weighted_skeleton-GF
2023-04-17 12:48:30 +02:00
Laurent Rineau
824976a003
Merge pull request #7236 from albert-github/feature/issue_7231
...
issue #7231 Improvement of layout of refines relations.
2023-04-17 10:14:01 +02:00
Mael Rouxel-Labbé
a7e0226bfa
Merge remote-tracking branch 'cgal/master' into SLS-Weighted_skeleton-GF
2023-03-23 11:45:12 +01: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
Brendan Vessels
abbcfbb53d
undid Intellisense change in Polygon_with_holes_2.h
2023-03-02 09:34:48 -05:00
Brendan Vessels
2ebf429d74
Corrected intellisense describing clockwiseness of holes in >> operator
2023-03-01 20:05:36 -05:00
Mael Rouxel-Labbé
68067c039f
Merge remote-tracking branch 'cgal/master' into SLS-Weighted_skeleton-GF
2023-02-14 12:26:50 +01:00
Laurent Rineau
94080248e7
Merge pull request #7230 from afabri/Polygon_2-erase_circulator-GF
...
Polygon: Fix erase(Vertex_circulator)
2023-02-10 15:40:39 +01:00
Mael Rouxel-Labbé
5b89b81f8b
Deactivate the "is_simple_2" precondition for strictly simple poly orientation
...
Recent changes to set_use_assertions have made it so that you need to also
define a macro to be able to use it, which makes it very unpractical.
2023-02-09 23:12:40 +01:00
Andreas Fabri
0379f9c74e
Why the hell did I not compile to test the 'trivial fix'
2023-02-08 07:34:06 +00:00
Andreas Fabri
789f2c3b60
Polygon is already defined in a windows.h
2023-02-07 06:58:56 +00:00
Andreas Fabri
81f127d50c
Polygon: Fix erase(Vertex_circulator)
2023-01-31 08:36:31 +00:00
albert-github
eed54a0ae5
spelling corrections
...
Some spelling corrections (Directories starting with `O`-`S` , first part),
some backward work
some forward work
2022-11-15 18:45: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
469a0362b5
Take Laurent's review into account
2022-10-14 11:34:34 +01:00
Andreas Fabri
bdd2fb8e4b
Polygon package
2022-09-27 08:14:30 +01:00
Laurent Rineau
2ceb4f4d97
Merge pull request #6609 from afabri/Polygon-transform-GF
...
Polygon: Add move semantics
2022-06-15 10:20:58 +02:00
Laurent Rineau
198977cf46
Test move construction/assignment of Polygon_with_holes_2
2022-06-10 17:10:26 +02:00
Laurent Rineau
05c9dbfe8c
Simplify the code using `=default` for special member functions
2022-06-10 17:10:00 +02:00
Andreas Fabri
84730205a9
Use the right template parameter of Polygon_with_holes_2 which is different from General_polygon_with_holes_2
2022-05-31 09:30:35 +01:00
Andreas Fabri
e8f5d6b042
Add test for Polygon_2
2022-05-25 13:57:25 +01:00
Andreas Fabri
e887e3b0b0
Add test for Polygon_with_holes_2
2022-05-25 13:31:56 +01:00
Andreas Fabri
3598e6ecbd
Fix Polygon_2::operator=()
2022-05-25 07:26:48 +01:00
Andreas Fabri
06e5884b9c
Add documentation
2022-05-24 15:00:02 +01:00
Andreas Fabri
01485044b6
Fix typos in the documentation
2022-05-24 10:11:20 +01:00
Andreas Fabri
7067cec506
Polygon: Add move semantics
2022-05-24 07:55:01 +01:00
Sébastien Loriot
ff16bec071
clean up EXAMPLE_PATH
2022-05-23 16:52:17 +02:00
Laurent Rineau
2288225448
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00