Sébastien Loriot
|
f7629fa682
|
Merge remote-tracking branch 'cgal/5.6.x-branch' into cgal/6.0.x-branch
|
2025-02-19 07:18:41 +01:00 |
Andreas Fabri
|
c8e9357080
|
Use std::prev() and std::next() instead of their boost equivalents
|
2025-02-12 17:50:35 +00:00 |
Andreas Fabri
|
bc6d19e11b
|
The bug was to compare prior and next, whereas we have to compare *prior with *next
|
2025-02-12 17:35:28 +00:00 |
Andreas Fabri
|
33eec61830
|
Add testcase
|
2025-02-12 12:01:03 +00:00 |
Andreas Fabri
|
7fe3a5aa4b
|
Polyline_simplification: Fix unremovble vertices
|
2025-02-12 11:46:12 +00:00 |
Sébastien Loriot
|
41b096c91a
|
Merge remote-tracking branch 'cgal/5.6.x-branch'
|
2024-09-11 17:23:50 +02:00 |
Sébastien Loriot
|
4115afa3da
|
Merge remote-tracking branch 'cgal/5.5.x-branch'
|
2024-09-10 13:51:15 +02:00 |
Sébastien Loriot
|
8448129a3a
|
fix conditional compilation
|
2024-09-09 17:59:24 +02:00 |
Laurent Rineau
|
3a223ebd1e
|
cmake_minimum_required(VERSION 3.12...3.29)
|
2024-06-06 20:19:44 +02:00 |
Laurent Rineau
|
d7bf7dde55
|
Merge pull request #8119 from afabri/Polyline_simplification-doc_bug-GF
Polyline_simplification: fix documentation
|
2024-04-10 18:04:15 +02:00 |
Andreas Fabri
|
7059b5b524
|
Polyline_simplification: fix documentation
|
2024-04-04 07:56:45 +01:00 |
Sébastien Loriot
|
910945eb5f
|
undo dependency changes + always use core if not disabled
|
2024-02-27 16:19:28 +01:00 |
Sébastien Loriot
|
3b30756cd3
|
do not depend on CGAL_Core
|
2024-02-27 14:46:18 +01:00 |
Andreas Fabri
|
e4558a4d4b
|
Merge branch 'master' into CORE-boost_mp_number-GF
|
2024-02-23 17:04:37 +01:00 |
Laurent Rineau
|
28632f21fc
|
Merge branch 'master' into CGAL-Qt6-GF
# Conflicts:
# Installation/CHANGES.md
|
2023-09-14 17:40:05 +02:00 |
Laurent Rineau
|
48f37a14dc
|
remove occurrences of Qt5
|
2023-09-14 17:02:21 +02:00 |
Nicolas Saillant
|
a4136707b2
|
More CMakeLists Updates for QT6
|
2023-09-11 09:51:06 +02:00 |
Nicolas Saillant
|
0303b8dfd5
|
Update CMakeLists for QT6
|
2023-09-05 15:58:43 +02:00 |
Sébastien Loriot
|
68bc244d02
|
Merge remote-tracking branch 'cgal/master' into HEAD
|
2023-08-24 14:14:12 +02: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 |
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
|
4e5578d469
|
issue #7395 Improvement of layout of model relations
- based on review
|
2023-07-15 13:12:15 +02:00 |
Sébastien Loriot
|
125542eb62
|
Merge remote-tracking branch 'cgal/master'
|
2023-07-11 12:59:21 +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
|
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 |
Sébastien Loriot
|
4854c500b0
|
restore usage of boost prior/next that breaks at runtime
|
2023-06-26 17:41:16 +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 |
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
|
fe5a36c08e
|
fix all the CMakeLists.txt for Qt5
|
2023-04-27 17:27:37 +02:00 |
Sébastien Loriot
|
e82d970d19
|
boost::next -> std::next
|
2023-04-23 22:37:07 +02:00 |
Sébastien Loriot
|
99619dc634
|
boost::prior -> std::prev
|
2023-04-23 22:37:07 +02:00 |
Andreas Fabri
|
0574c6ba4c
|
Change the remaining CMakeLists.txt [skip ci]
|
2023-04-20 16:35:14 +01:00 |
Andreas Fabri
|
0d320e48a8
|
Merge branch 'Number_types-fix_VC2017_boost_mp-GF' into CORE-boost_mp_number-GF
|
2023-03-17 08:28:10 +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 |
Sébastien Loriot
|
9e72361537
|
All packages depends now on CGAL_Core (like Kernel)
|
2023-02-20 15:24:16 +01:00 |
Mael
|
153c603209
|
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
|
2023-01-27 22:09:02 +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é
|
e2f1940747
|
Fix spelling
|
2023-01-04 16:17:15 +01: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 |
Mael Rouxel-Labbé
|
4fc486b195
|
Purge CMakeLists.txts from obsolete code / noise
|
2022-09-06 16:19:11 +02:00 |
Mael Rouxel-Labbé
|
7cb21c24b0
|
Uniformize message() for missing 3rd party libraries
STATUS for non-essential, NOTICE for important stuff
|
2022-09-06 16:07:31 +02:00 |
Sebastien Loriot
|
b8e3ab9a48
|
Merge pull request #6599 from afabri/Polyline_simplification-constref-GF
Polyline simplification: Use const& in demo instead of copying a polygon
|
2022-05-26 18:11:38 +02:00 |
Andreas Fabri
|
d476a017fa
|
Polyline_simplification: Clean up examples
|
2022-05-24 12:38:28 +01:00 |
Andreas Fabri
|
46d43e592b
|
Use const& in demo instead of copying a polygon
|
2022-05-20 14:46:24 +01:00 |
Laurent Rineau
|
2288225448
|
Massive update of CMake policies to version 3.23
|
2022-05-06 09:34:35 +02:00 |