The public CGAL repository, see the README below
Go to file
Laurent Rineau fe68498e95 CGALConfig.cmake remove the early return()
Otherwise we have a lot of warnings like:
```
CMake Warning at /usr/lib64/cmake/Qt6/QtPublicWalkLibsHelpers.cmake:284 (message):
  When trying to collect dependencies of target
  'Constrained_Delaunay_triangulation_2', the non-existent target 'Qt6::Svg'
  was encountered.  This can likely be fixed by moving the find_package call
  that pulls in 'Qt6::Svg' to the scope of directory
  '/home/lrineau/Git/cgal-testsuite-dockerfiles/testsuite/CGAL-6.0-Ic-66/test/Triangulation_2_Demo'
  or higher.  This warning can be silenced by setting
  QT_SILENCE_MISSING_DEPENDENCY_TARGET_WARNING to ON.
Call Stack (most recent call first):
  /usr/lib64/cmake/Qt6/QtPublicWalkLibsHelpers.cmake:320 (__qt_internal_print_missing_dependency_target_warning)
  /usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:609 (__qt_internal_collect_all_target_dependencies)
  /usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:709 (_qt_internal_finalize_executable)
  /usr/lib64/cmake/Qt6Core/Qt6CoreMacros.cmake:564:EVAL:1 (qt6_finalize_target)
  test/Triangulation_2_Demo/CMakeLists.txt:DEFERRED
```

The issue was that `find_package(Qt6) ...` is required in any
sub-directory, because imported targets like `Qt6::Svg` are
local to the directory scope.
2023-09-19 15:02:31 +02:00
.github Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
.reuse ImageInterface.ui moved by PR #7313 2023-07-12 10:41:17 +02:00
AABB_tree Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Advancing_front_surface_reconstruction issue #7395 Improvement of layout of model relations 2023-07-15 13:12:15 +02:00
Algebraic_foundations Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Algebraic_kernel_d Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres
Alpha_shapes_2 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Alpha_shapes_3 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Alpha_wrap_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Apollonius_graph_2 Merge remote-tracking branch 'cgal/master' 2023-08-15 07:16:14 +02:00
Arithmetic_kernel add more missing tests 2023-06-27 11:18:20 +02:00
Arrangement_on_surface_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
BGL Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Barycentric_coordinates_2 Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Boolean_set_operations_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Bounding_volumes Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Box_intersection_d issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
CGAL_Core
CGAL_ImageIO Merge pull request #7677 from rdengate/size_overflow_imread 2023-09-06 11:54:08 +02:00
CGAL_ipelets Remove UseCGAL.cmake 2023-09-14 17:32:55 +02:00
Cartesian_kernel Merge remote-tracking branch 'sloriot/CGAL-toward_6.0' 2023-06-15 11:34:09 +02:00
Circular_kernel_2 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Circular_kernel_3 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Circulator Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Classification Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Combinatorial_map Merge remote-tracking branch 'cgal/master' 2023-08-15 07:16:14 +02:00
Cone_spanners_2 Spelling corrections 2023-07-30 12:59:17 +02:00
Convex_decomposition_3 issue #7454 Consistency of BigO notations 2023-07-04 16:23:14 +02:00
Convex_hull_2 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Convex_hull_3 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Convex_hull_d issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Data/data
Distance_2
Distance_3
Documentation/doc Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Envelope_2 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Envelope_3 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Filtered_kernel Remove UseCGAL.cmake 2023-09-14 17:32:55 +02:00
Generalized_map Merge remote-tracking branch 'cgal/master' 2023-08-15 07:16:14 +02:00
Generator issue #7395 Improvement of layout of model relations 2023-07-21 11:41:27 +02:00
GraphicsView Remove UseCGAL.cmake 2023-09-14 17:32:55 +02:00
HalfedgeDS issue #7395 Improvement of layout of model relations 2023-07-21 19:21:09 +02:00
Hash_map
Heat_method_3 Merge pull request #7688 from hoskillua/heat-method-doc 2023-09-13 16:17:07 +02:00
Homogeneous_kernel
Hyperbolic_triangulation_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Inscribed_areas issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Installation CGALConfig.cmake remove the early return() 2023-09-19 15:02:31 +02:00
Interpolation Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Intersections_2 Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl' 2023-08-14 14:19:25 +02:00
Intersections_3 Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD 2023-07-05 11:29:35 +02:00
Interval_skip_list issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Interval_support remove extra parenthesis 2023-06-19 19:17:49 +02:00
Jet_fitting_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Kernel_23 Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Kernel_d Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
LEDA
LICENSES remove 0x0c (Page break) 2023-07-05 16:45:12 +02:00
Linear_cell_complex Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
MacOSX
Maintenance Merge branch '5.6.x-branch' 2023-07-28 17:59:20 +02:00
Matrix_search issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Mesh_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Mesh_3 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Mesher_level Remove blabla as the emums are documented in Mesh_2/doc 2023-08-01 09:43:59 +01:00
Minkowski_sum_2 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Minkowski_sum_3 issue #7454 Consistency of BigO notations 2023-07-04 16:23:14 +02:00
Miscellany/doc/Miscellany issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Modifier
Modular_arithmetic issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Nef_2 Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Nef_3 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Nef_S2 Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl' 2023-08-14 14:19:25 +02:00
NewKernel_d Merge remote-tracking branch 'sloriot/CGAL-using_c++17_stl' into HEAD 2023-07-05 11:29:35 +02:00
Number_types Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
OpenNL
Optimal_bounding_box issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Optimal_transportation_reconstruction_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Optimisation_basic
Orthtree issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Partition_2 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Periodic_2_triangulation_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Periodic_3_mesh_3 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Periodic_3_triangulation_3 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Periodic_4_hyperbolic_triangulation_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Point_set_2
Point_set_3 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Point_set_processing_3 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Poisson_surface_reconstruction_3 issue #7395 Improvement of layout of model relations 2023-07-09 12:43:36 +02:00
Polygon Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Polygon_mesh_processing Merge pull request #7710 from sloriot/PMP-coref_visitor_concept 2023-09-13 16:07:39 +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 fix a compilation error 2023-09-15 11:27:43 +02:00
Polyline_simplification_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Polynomial Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Polytope_distance_d issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Principal_component_analysis Update CMakeLists for QT6 2023-09-13 11:38:45 +02:00
Principal_component_analysis_LGPL
Profiling_tools
Property_map issue #7395 Improvement of layout of model relations 2023-07-09 12:43:36 +02:00
QP_solver issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Random_numbers add missing include 2023-06-29 18:28:28 +02:00
Ridges_3 remove extra parenthesis 2023-06-19 19:17:49 +02:00
SMDS_3 Merge remote-tracking branch 'cgal/master' into SMDS_3-Fix_stack-GF 2023-09-07 15:59:04 +02:00
STL_Extension Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Scale_space_reconstruction_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Scripts cgal_create_release_with_cmake.cmake: only call Git one 2023-08-01 18:22:12 +02:00
SearchStructures issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Segment_Delaunay_graph_2 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Segment_Delaunay_graph_Linf_2 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Set_movable_separability_2 issue #7395 Improvement of layout of model relations 2023-07-21 11:41:27 +02:00
Shape_detection Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Shape_regularization Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Skin_surface_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Snap_rounding_2 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Solver_interface issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Spatial_searching Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Spatial_sorting issue #7702 Appearance of " Hilbert Sorting" in documentation. 2023-09-07 17:43:05 +02:00
Straight_skeleton_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Straight_skeleton_extrusion_2 Merge remote-tracking branch 'cgal/master' into HEAD 2023-08-24 14:14:12 +02:00
Stream_lines_2 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Stream_support Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Subdivision_method_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Surface_mesh Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Surface_mesh_approximation Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Surface_mesh_deformation Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Surface_mesh_parameterization Merge remote-tracking branch 'cgal/master' 2023-08-15 07:16:14 +02:00
Surface_mesh_segmentation Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Surface_mesh_shortest_path Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Surface_mesh_simplification Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Surface_mesh_skeletonization Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
Surface_mesh_topology Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Surface_mesher Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Surface_sweep_2 Merge branch 'master' into 'sloriot/CGAL-using_c++17_stl' 2023-08-14 14:19:25 +02:00
TDS_2 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
TDS_3 issue #7395 Improvement of layout of model relations 2023-07-18 13:23:37 +02:00
Testsuite remove occurrences of Qt5 2023-09-14 17:02:21 +02:00
Tetrahedral_remeshing Update to new cgalModels 2023-09-08 11:41:14 +02:00
Three Remove UseCGAL.cmake 2023-09-14 17:32:55 +02:00
Triangulation Merge pull request #7700 from albert-github/feature/bug_html_comment 2023-09-13 16:17:05 +02:00
Triangulation_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Triangulation_3 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Triangulation_on_sphere_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Union_find
Visibility_2 Merge branch 'master' into feature/issue_7395 2023-08-18 11:10:42 +02:00
Voronoi_diagram_2 Merge branch 'master' into CGAL-Qt6-GF 2023-09-14 17:40:05 +02:00
Weights Merge pull request #7576 from albert-github/feature/issue_7395 2023-09-07 10:48:34 +02:00
.clang-tidy
.gitattributes
.gitignore remove occurrences of Qt5 2023-09-14 17:02:21 +02:00
CGALConfig.cmake
CGALConfigVersion.cmake
CMakeLists.txt
INSTALL.md
LICENSE.md
README.md
cmake_uninstall.cmake.in
copyright

README.md

CGAL

The Computational Geometry Algorithms Library (CGAL) is a C++ library that aims to provide easy access to efficient and reliable algorithms in computational geometry.

CGAL Releases

The primary vector of distribution of CGAL are source tarballs, released twice a year, announced on the web site of CGAL.

Getting Started with CGAL

Since version 5.0, CGAL is a header-only library, meaning that it is no longer needed to build CGAL libraries before it can be used.

Head over to the CGAL manual for usage guides and tutorials that will get you started smoothly.

License

See the file LICENSE.md.

CGAL Git Repository Layout

The Git repository of CGAL has a different layout from release tarballs. It contains a CMakeLists.txt file that serves as anchor for configuring and building programs, and a set of subfolders, so called packages. Most packages implement a data structure or an algorithm for CGAL (e.g., Convex_hull_2, or Triangulation_3); however some packages serve special needs:

  • Installation - meta-files and CMake-support
  • Maintenance - infrastructural support
  • Core, CGALimageIO, Qt_widget, GraphicsView - component libraries
  • Scripts - scripts to simplify developer's and user's work
  • Testsuite - infrastructure for testsuite
  • Documentation - infrastructure for CGAL's manual
  • STL_Extension - extensions to the standard template library

More Information