.github
Merge remote-tracking branch 'cgal/5.5.x-branch'
2023-05-24 09:54:33 +02:00
AABB_tree
fix warnings
2023-06-29 10:42:25 +02:00
Advancing_front_surface_reconstruction
Merge pull request #7236 from albert-github/feature/issue_7231
2023-04-17 10:14:01 +02:00
Algebraic_foundations
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Algebraic_kernel_d
use std API
2023-06-29 10:52:25 +02:00
Algebraic_kernel_for_circles
boost::is_same --> std::is_same
2022-06-10 08:18:20 +02:00
Algebraic_kernel_for_spheres
spelling corrections
2022-11-14 15:32:47 +01:00
Alpha_shapes_2
boost::optional => std::optional
2023-06-15 10:57:09 +02:00
Alpha_shapes_3
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Alpha_wrap_3
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Apollonius_graph_2
Merge pull request #7236 from albert-github/feature/issue_7231
2023-04-17 10:14:01 +02:00
Arithmetic_kernel
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Arrangement_on_surface_2
add missing includes
2023-06-29 18:07:48 +02:00
BGL
boost::optional::get -> std::optional::value
2023-06-15 11:34:14 +02:00
Barycentric_coordinates_2
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Boolean_set_operations_2
use dispatch_or_drop_output to replace Object
2023-06-21 11:20:31 +02:00
Bounding_volumes
Fix issue in 3center brute-force base case: Don't check rho_min if s == t.
2023-04-24 17:37:51 +02:00
Box_intersection_d
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
CGAL_Core
Merge branch 'master' into CGAL-Clean_CMakeLists.txt-GF
2023-01-27 22:09:02 +01:00
CGAL_ImageIO
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
CGAL_ipelets
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Cartesian_kernel
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Circular_kernel_2
remove usage of old Object API
2023-06-29 12:57:53 +02:00
Circular_kernel_3
remove usage of old Object API
2023-06-29 12:57:53 +02:00
Circulator
boost::optional => std::optional
2023-06-15 10:57:09 +02:00
Classification
boost::shared_ptr => std::shared_ptr
2023-06-15 10:57:01 +02:00
Combinatorial_map
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Cone_spanners_2
Merge pull request #7238 from albert-github/feature/bug_author_consistency
2023-02-24 16:14:43 +01:00
Convex_decomposition_3
Additional required headers in Convex_decomposition_3
2023-01-18 22:41:52 +00:00
Convex_hull_2
Making description of author(s) of a package consistent
2023-02-03 12:21:50 +01:00
Convex_hull_3
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Convex_hull_d
Making description of author(s) of a package consistent
2023-02-03 12:21:50 +01:00
Data /data
Merge branch 'master' into CGAL-boost_mp_exact_ring_selector
2023-04-14 09:44:23 +02:00
Distance_2
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Distance_3
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Documentation /doc
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Envelope_2
use std::get_if, get()->value() and remove CGAL::Object usage in Envelope
2023-06-20 18:32:13 +02:00
Envelope_3
missing include
2023-06-29 18:08:31 +02:00
Filtered_kernel
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Generalized_map
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Generator
Merge pull request #7092 from afabri/Generator-dont_assert-GF
2023-03-30 18:04:41 +02:00
GraphicsView
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
HalfedgeDS
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
Hash_map
Purge CMakeLists.txts from obsolete code / noise
2022-09-06 16:19:11 +02:00
Heat_method_3
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Homogeneous_kernel
Merge pull request #6478 from afabri/Nef_3-replace_deque_by_vector_and_reserve-GF
2023-03-02 13:42:35 +01:00
Hyperbolic_triangulation_2
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Inscribed_areas
Merge pull request #7217 from afabri/Largest_empty_rectangle-ignore_points_on_border-GF
2023-02-10 15:40:42 +01:00
Installation
use std::get_if, get()->value() and remove CGAL::Object usage in Envelope
2023-06-20 18:32:13 +02:00
Interpolation
boost::any ==> std::any
2023-06-15 10:57:09 +02:00
Intersections_2
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Intersections_3
fixes after merge
2023-06-15 11:34:14 +02:00
Interval_skip_list
spelling corrections
2022-11-15 13:39:40 +01:00
Interval_support
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Jet_fitting_3
Merge pull request #7238 from albert-github/feature/bug_author_consistency
2023-02-24 16:14:43 +01:00
Kernel_23
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Kernel_d
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
LEDA
extra run of the script to remove tabs and trailing whitespaces
2020-03-26 14:16:06 +01:00
Linear_cell_complex
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
MacOSX
Fix the script cgal_check_dependencies.sh
2022-09-27 14:31:50 +02:00
Maintenance
prepare the creation of 5.6-beta2 and 6.0-dev
2023-06-13 13:33:51 +02:00
Matrix_search
remove CGAL_CXX17 macro
2023-06-15 10:41:56 +02:00
Mesh_2
Merge branch 'master' into P3M3-Undocumented_polyhedral_domain_example-GF
2023-05-04 17:28:47 +02:00
Mesh_3
use oformat for optional
2023-06-29 10:43:56 +02:00
Mesher_level
Mesh_2: fix a warning
2023-05-04 15:58:54 +02:00
Minkowski_sum_2
remove Object from Minkowski_sum_2
2023-06-20 19:11:00 +02:00
Minkowski_sum_3
spelling corrections
2022-11-15 15:21:01 +01:00
Miscellany/doc /Miscellany
spelling corrections
2022-11-15 15:21:01 +01:00
Modifier
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Modular_arithmetic
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
Nef_2
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Nef_3
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Nef_S2
boost::any ==> std::any
2023-06-15 10:57:09 +02:00
NewKernel_d
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Number_types
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
OpenNL
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Optimal_bounding_box
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Optimal_transportation_reconstruction_2
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Optimisation_basic
Fix dependencies
2022-09-28 13:38:24 +02:00
Orthtree
Merge pull request #7238 from albert-github/feature/bug_author_consistency
2023-02-24 16:14:43 +01:00
Partition_2
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
Periodic_2_triangulation_2
Merge pull request #7236 from albert-github/feature/issue_7231
2023-04-17 10:14:01 +02:00
Periodic_3_mesh_3
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Periodic_3_triangulation_3
P3M3: Non-cubic domains, fixes, improvements ( #7062 )
2023-05-30 19:13:45 +02:00
Periodic_4_hyperbolic_triangulation_2
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Point_set_2
spelling corrections
2022-11-15 18:45:39 +01:00
Point_set_3
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Point_set_processing_3
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Poisson_surface_reconstruction_3
Scale_space_reconstruction: Cleanup
2023-05-17 14:31:46 +01:00
Polygon
Applied small fixes
2023-05-08 21:43:06 +03:00
Polygon_mesh_processing
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Polygonal_surface_reconstruction
Merge pull request #7460 from soesau/Polygonal_surface_reconstruction-Plane_index_remapping-GF
2023-06-08 17:36:56 +02:00
Polyhedron
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Polyline_simplification_2
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Polynomial
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Polytope_distance_d
spelling corrections
2022-11-15 18:45:39 +01:00
Principal_component_analysis
fix all the CMakeLists.txt for Qt5
2023-04-27 17:27:37 +02:00
Principal_component_analysis_LGPL
Do not use CGAL::iterator_v<> as it is responsible for the ICE of VC2015
2022-06-27 08:58:17 +01:00
Profiling_tools
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Property_map
Merge remote-tracking branch 'cgal/master' into Region_growing-revision-soesau
2023-02-16 14:18:17 +01:00
QP_solver
Merge branch 'master' into feature/bug_documentation_spell_20221113
2022-12-06 22:21:06 +01:00
Random_numbers
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Ridges_3
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
SMDS_3
add utility to avoid duplicate in variant + use it in SMDS_3
2023-06-15 11:34:14 +02:00
STL_Extension
fix for variant/optional<variant>
2023-06-21 11:19:58 +02:00
Scale_space_reconstruction_3
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Scripts
Merge pull request #7312 from SaillantNicolas/Windows_precompiled_CGAL_3D_demos
2023-06-07 15:15:51 +02:00
SearchStructures
spelling corrections
2022-11-16 13:22:39 +01:00
Segment_Delaunay_graph_2
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
Segment_Delaunay_graph_Linf_2
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
Set_movable_separability_2
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
Shape_detection
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Shape_regularization
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Skin_surface_3
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
Snap_rounding_2
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Solver_interface
removing msvc2015 specific warning
2023-06-08 14:33:18 +02:00
Spatial_searching
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Spatial_sorting
remove CGAL_static_assertion*
2023-06-15 10:42:10 +02:00
Straight_skeleton_2
fixes after merge
2023-06-15 11:34:14 +02:00
Straight_skeleton_extrusion_2
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Stream_lines_2
CGAL: No longer per package assertions
2022-09-23 12:49:40 +01:00
Stream_support
add partial specialization of Output_rep for optional and variant
2023-06-29 10:43:21 +02:00
Subdivision_method_3
Merge pull request #7236 from albert-github/feature/issue_7231
2023-04-17 10:14:01 +02:00
Surface_mesh
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Surface_mesh_approximation
boost::optional => std::optional
2023-06-15 10:57:09 +02:00
Surface_mesh_deformation
boost::optional => std::optional
2023-06-15 10:57:09 +02:00
Surface_mesh_parameterization
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Surface_mesh_segmentation
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Surface_mesh_shortest_path
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Surface_mesh_simplification
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Surface_mesh_skeletonization
Merge pull request #7238 from albert-github/feature/bug_author_consistency
2023-02-24 16:14:43 +01:00
Surface_mesh_topology
Merge pull request #7236 from albert-github/feature/issue_7231
2023-04-17 10:14:01 +02:00
Surface_mesher
boost::optional => std::optional
2023-06-15 10:57:09 +02:00
Surface_sweep_2
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
TDS_2
issue #7231 Improvement of layout of refines relations.
2023-03-14 17:37:50 +01:00
TDS_3
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Testsuite
missing comment
2023-05-18 17:00:09 +02:00
Tetrahedral_remeshing
add missing includes
2023-06-29 18:07:48 +02:00
Three
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Triangulation
use value instead of get_ptr
2023-06-29 10:44:25 +02:00
Triangulation_2
Merge remote-tracking branch 'sloriot/CGAL-toward_6.0'
2023-06-15 11:34:09 +02:00
Triangulation_3
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Triangulation_on_sphere_2
Merge remote-tracking branch 'cgal/master' into HEAD
2023-06-15 10:47:07 +02:00
Union_find
Massive update of CMake policies to version 3.23
2022-05-06 09:34:35 +02:00
Visibility_2
boost::get -> std::get_if
2023-06-15 11:34:14 +02:00
Voronoi_diagram_2
boost::variant ---> std::variant
2023-06-15 10:57:10 +02:00
Weights
Merge pull request #7238 from albert-github/feature/bug_author_consistency
2023-02-24 16:14:43 +01:00
.clang-tidy
restore removed value
2021-09-02 19:09:28 +02:00
.gitattributes
Declare Nef_3 data files
2020-06-24 12:18:15 +02:00
.gitignore
Merge remote-tracking branch 'cgal/master' into pr/janetournois/7116
2023-02-23 13:06:59 +01:00
CGALConfig.cmake
…
CGALConfigVersion.cmake
Add CGALConfigVersion.cmake, and CTest tests
2020-05-01 15:00:35 +02:00
CMakeLists.txt
use `cmake_language(DEFER CALL..)` instead of `variable_watch`
2022-06-21 20:59:18 +02:00
INSTALL.md
INSTALL.md: Fix missing path in cmake invocation
2020-03-01 20:14:05 +01:00
LICENSE.md
Re-add Creative Commons
2020-12-03 10:32:55 +01:00
README.md
Remove the link to Travis
2021-03-26 11:11:48 +01:00
ccpp.yml
…
cmake_uninstall.cmake.in
…
copyright
Rename package to Straight_skeleton_extrusion_2, move /examples to SLS
2023-03-27 11:51:17 +02:00