The public CGAL repository, see the README below
Go to file
Mael Rouxel-Labbé 1c622e0ba5 Base CDT2's edge sets on geometry to ensure determinism
When using face addresses, we do get the same combinatorics and
geometry in the result, but it is possible to create
different TDS' from one run to another, with a given face
not having the same order of points in memory.
2020-03-12 13:11:32 +01:00
.github
.travis Add OpenCV ML module to travis installation 2019-09-26 10:35:55 +02:00
AABB_tree Merge pull request #4064 from maxGimeno/CGAL_Qt-Fix_deprecation_warnings-GF 2019-07-18 16:58:35 +02:00
Advancing_front_surface_reconstruction Remove undocumented CGAL::Point_with_normal_3 from examples 2020-01-28 10:09:49 +01:00
Algebraic_foundations
Algebraic_kernel_d
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres
Alpha_shapes_2
Alpha_shapes_3
Apollonius_graph_2 Remove bad precondition 2020-01-20 17:38:24 +01:00
Arithmetic_kernel
Arrangement_on_surface_2 fix typos 2019-10-18 09:40:01 +02:00
BGL handle cases when the traversed faces is split by a border 2020-02-17 19:11:13 +01:00
Barycentric_coordinates_2
Boolean_set_operations_2 Merge pull request #3998 from sloriot/BO2-fix_outer_ccb_supply 2019-06-17 13:51:28 +02:00
Bounding_volumes
Box_intersection_d
CGAL_Core Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-03 11:10:03 +02:00
CGAL_ImageIO fix warnings 2019-10-29 15:39:57 +01:00
CGAL_ipelets Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-26 18:33:55 +02:00
Cartesian_kernel Merge pull request #4116 from MaelRL/Kernel_23-Generalize_ray_point_method-GF 2019-08-19 12:53:59 +02:00
Circular_kernel_2 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-09-09 16:43:29 +02:00
Circular_kernel_3 Fix more occurrences of -Wstring-conversion (clang++) 2020-01-16 15:09:45 +01:00
Circulator
Classification Remove sneaky backquote 2019-09-30 09:11:41 +02:00
Combinatorial_map
Cone_spanners_2
Convex_decomposition_3
Convex_hull_2
Convex_hull_3 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-23 17:14:40 +02:00
Convex_hull_d
Distance_2
Distance_3 fix after review 2019-10-25 11:21:05 +02:00
Documentation/doc fix issues in Related Functions background expension 2019-10-10 14:46:33 +02:00
Envelope_2
Envelope_3
Filtered_kernel
Generalized_map
Generator
Geomview
GraphicsView remove obsolete hint fon antialiasing 2020-01-13 16:33:52 +01:00
HalfedgeDS Merge 'CGAL-named_function_parameters' for 4.13-branch into 4.14-branch 2019-07-28 22:30:13 +02:00
Hash_map
Heat_method_3
Homogeneous_kernel Merge pull request #4116 from MaelRL/Kernel_23-Generalize_ray_point_method-GF 2019-08-19 12:53:59 +02:00
Hyperbolic_triangulation_2 Remove this directory, added by accident by #4128 2019-09-11 15:14:51 +02:00
Inscribed_areas
Installation Next release in this branch will be 4.14.4 2020-02-25 09:43:08 +01:00
Interpolation
Intersections_2 fix intersections_2 tests warning 2019-07-16 11:23:50 +02:00
Intersections_3 Fix issue #4357 2019-12-04 09:40:59 +01:00
Interval_skip_list
Interval_support
Inventor
Jet_fitting_3
Kernel_23 use FT instead of RT 2020-02-25 14:25:20 +01:00
Kernel_d
LEDA
Linear_cell_complex Merge 'CGAL-named_function_parameters' for 4.13-branch into 4.14-branch 2019-07-28 22:30:13 +02:00
MacOSX
Maintenance Next release in this branch will be 4.14.4 2020-02-25 09:43:08 +01:00
Matrix_search
Mesh_2
Mesh_3 Allow to read a binary file with a CRLF EOL at the end of first line 2020-01-28 15:35:27 +01:00
Mesher_level
Minkowski_sum_2
Minkowski_sum_3
Miscellany/doc/Miscellany
Modifier
Modular_arithmetic
Nef_2
Nef_3 use CGAL_warning_msg instead of CGAL_warning to display a message 2020-01-16 14:14:13 +01:00
Nef_S2 more of the same kind 2019-09-18 11:24:08 +02:00
NewKernel_d
Number_types Properly canonicalize the result of a subtraction in Mpzf 2019-10-25 16:32:28 +02:00
OpenNL
Optimal_transportation_reconstruction_2
Optimisation_basic
Partition_2
Periodic_2_triangulation_2
Periodic_3_mesh_3 Update Periodic_3_mesh_3/dependencies 2019-08-21 05:34:42 -07:00
Periodic_3_triangulation_3 Fix sprintf issue 2020-01-13 16:34:00 +01:00
Periodic_4_hyperbolic_triangulation_2 Merge pull request #4111 from lrineau/CGAL-fix_ctest_on_Windows-GF 2019-09-05 14:56:25 +02:00
Point_set_2
Point_set_3 Point_set_3: add missing copy constructor 2019-12-30 16:42:05 +01:00
Point_set_processing_3 Remove undocumented CGAL::Point_with_normal_3 from examples 2020-01-28 10:09:49 +01:00
Point_set_shape_detection_3 Remove undocumented CGAL::Point_with_normal_3 from examples 2020-01-28 10:09:49 +01:00
Poisson_surface_reconstruction_3 Remove undocumented CGAL::Point_with_normal_3 from examples 2020-01-28 10:09:49 +01:00
Polygon
Polygon_mesh_processing Merge pull request #4506 from sloriot/PMP-clip_better_doc 2020-02-14 14:45:55 +01:00
Polyhedron Fix OFF reader 2020-01-31 11:58:58 +01:00
Polyhedron_IO Fix OFF reader 2020-01-31 11:58:58 +01:00
Polyline_simplification_2 Merge remote-tracking branch 'cgal/releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-09-09 16:43:29 +02:00
Polynomial Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-10 14:20:41 +02:00
Polytope_distance_d
Principal_component_analysis Replace three more std::sqrt(…); with using std::sqrt; ……… sqrt(…); 2020-02-23 15:19:56 +01:00
Principal_component_analysis_LGPL Replace three more std::sqrt(…); with using std::sqrt; ……… sqrt(…); 2020-02-23 15:19:56 +01:00
Profiling_tools
Property_map
QP_solver
Random_numbers
Ridges_3
STL_Extension Merge branch 'DT_3-issue4388__for_CGAL-4.13.2-GF' into DT_3-issue4388__for_CGAL-4.14.2-GF 2019-12-04 15:32:07 +01:00
Scale_space_reconstruction_3
Scripts Fix cgal_create_release_with_cmake.cmake 2020-01-17 16:35:54 +01:00
SearchStructures
Segment_Delaunay_graph_2 Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-07-26 18:33:55 +02:00
Segment_Delaunay_graph_Linf_2 Merge branch 'releases/CGAL-4.13-branch' into releases/CGAL-4.14-branch 2019-06-20 14:08:25 +02:00
Set_movable_separability_2
Skin_surface_3
Snap_rounding_2 Fix warning in Snap_rounding_2 2019-07-16 12:06:26 +02:00
Solver_interface
Spatial_searching
Spatial_sorting
Straight_skeleton_2
Stream_lines_2
Stream_support add missing includes in Color.h 2019-05-28 09:31:10 +02:00
Subdivision_method_3 Merge 'CGAL-named_function_parameters' for 4.13-branch into 4.14-branch 2019-07-28 22:30:13 +02:00
Surface_mesh Fix OFF reader 2020-01-31 11:58:58 +01:00
Surface_mesh_approximation update the usage for the new CGAL named function parameters 2019-07-28 22:30:17 +02:00
Surface_mesh_deformation
Surface_mesh_parameterization Fix bad usage of pragma message 2020-01-03 11:07:43 +01:00
Surface_mesh_segmentation Fix citation (wrong case) 2020-02-19 11:22:38 +01:00
Surface_mesh_shortest_path Tiny rephrasing 2020-01-31 11:16:50 +01:00
Surface_mesh_simplification Misc doc fixes 2020-02-07 16:11:22 +01:00
Surface_mesh_skeletonization
Surface_mesher Replace all QTimers 2020-01-13 16:33:30 +01:00
Surface_sweep_2 Replace a nullptr by NULL 2019-11-25 16:09:00 +01:00
TDS_2
TDS_3
Testsuite
Three Merge branch 'CGAL_Qt-Fix_deprecation_warnings-GF' into CGAL_Qt-Fix_deprecation_warnings-4.14-GF 2019-07-10 14:04:34 +02:00
Triangulation
Triangulation_2 Base CDT2's edge sets on geometry to ensure determinism 2020-03-12 13:11:32 +01:00
Triangulation_3 Merge branch 'DT_3-issue4388__for_CGAL-4.13.2-GF' into DT_3-issue4388__for_CGAL-4.14.2-GF 2019-12-04 15:32:07 +01:00
Union_find
Visibility_2
Voronoi_diagram_2
wininst
.gitattributes
.gitignore
.travis.yml Reset travis.yml from 4.14 2019-06-17 09:01:46 +02:00
CGALConfig.cmake
CMakeLists.txt Fix CMake warnings (since 3.15) 2019-08-19 16:18:52 +02:00
INSTALL.md
LICENSE.md
README.md
cmake_uninstall.cmake.in
copyright

README.md

Build Status

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 sources tarballs, released twice a year, announced on the web site of CGAL. The sources distributed that way can be built using the CGAL installation manual.

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 building, 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

Compilation and installation

The compilation and installation of CGAL from a sources tarball are described in the CGAL installation manual and in the file INSTALL.md that is at the root of any sources tarball.

CGAL developers, however, usually compile CGAL directly from a local Git repository. That kind of compilation is called a branch build, and is described in the file INSTALL.md that is at the root of the Git repository.

License

See the file LICENSE.md.

More information