The public CGAL repository, see the README below
Go to file
Maxime Gimeno 8b9eae7f44 Fix rebase 2017-05-29 13:22:35 +02:00
.github
.travis
AABB_tree Merge pull request #1921 from MaelRL/Subdivision-FaceGraph-GF 2017-05-29 11:16:48 +02:00
Advancing_front_surface_reconstruction
Algebraic_foundations
Algebraic_kernel_d typo 2017-05-02 08:50:52 +02:00
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres
Alpha_shapes_2 Temporarily silenced weighted alpha shape traits depreciation warnings 2017-05-16 10:28:09 +02:00
Alpha_shapes_3 Merge pull request #2081 from maxGimeno/Merge_3d_demos-GF 2017-05-29 11:16:21 +02:00
Apollonius_graph_2
Arithmetic_kernel
Arrangement_on_surface_2 Merge pull request #2061 from efifogel/Sgm-bug_fix-efif 2017-05-29 11:17:22 +02:00
BGL Fix doc of face_degree 2017-05-29 13:20:41 +02:00
Barycentric_coordinates_2
Boolean_set_operations_2 Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Bounding_volumes Fixed improper guards against the inclusion of deprecated headers 2017-05-16 10:17:41 +02:00
Box_intersection_d
CGAL_Core
CGAL_ImageIO Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
CGAL_ipelets Merge branch 'releases/CGAL-4.10-branch' 2017-05-24 17:45:58 +02:00
Cartesian_kernel Merge pull request #2122 from sgiraudot/Kernel-Fix_plane_to_2d-GF 2017-05-29 11:17:05 +02:00
Circular_kernel_2 With the value of the variable random_seed == 105214 the testsuite 2017-05-03 15:06:11 +02:00
Circular_kernel_3 Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Circulator
Combinatorial_map Merge pull request #2120 from gdamiand/patch-2 2017-05-19 10:27:09 +02:00
Cone_spanners_2
Convex_decomposition_3
Convex_hull_2 Add newline at end of file 2017-05-16 08:29:10 +02:00
Convex_hull_3 Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Convex_hull_d Fixed improper guards against the inclusion of deprecated headers 2017-05-16 10:17:41 +02:00
Distance_2
Distance_3
Documentation/doc Updated the documentation 2017-05-12 10:34:56 +02:00
Envelope_2 Fixed improper guards against the inclusion of deprecated headers 2017-05-16 10:17:41 +02:00
Envelope_3
Filtered_kernel Add static filtering for Plane_3 2017-05-19 11:44:01 +02:00
Generalized_map
Generator
Geomview Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
GraphicsView Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
HalfedgeDS
Hash_map
Homogeneous_kernel add missing } 2017-05-12 09:48:23 +02:00
Inscribed_areas
Installation Merge pull request #2091 from mglisse/Spatial_searching-misc-glisse 2017-05-29 11:17:14 +02:00
Interpolation Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Intersections_2
Intersections_3
Interval_skip_list
Interval_support
Inventor
Jet_fitting_3
Kernel_23 force the usage of CGAL compare function 2017-05-22 09:43:36 +02:00
Kernel_d
Kinetic_data_structures
Kinetic_framework
LEDA
Linear_cell_complex Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
MacOSX
Maintenance updated crontab (automated commit) 2017-05-26 18:18:05 +02:00
Matrix_search
Mesh_2 Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Mesh_3 Fix rebase 2017-05-29 13:22:35 +02:00
Mesher_level
Minkowski_sum_2
Minkowski_sum_3
Miscellany/doc/Miscellany
Modifier
Modular_arithmetic
Nef_2 Fixed improper guards against the inclusion of deprecated headers 2017-05-16 10:17:41 +02:00
Nef_3
Nef_S2
NewKernel_d
Number_types Merge pull request #1257 from mglisse/Number_types-gmpxx-glisse 2017-05-29 11:16:56 +02:00
OpenNL
Operations_on_polyhedra
Optimal_transportation_reconstruction_2 Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Optimisation_basic
Partition_2
Periodic_2_triangulation_2
Periodic_3_triangulation_3 Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Point_set_2
Point_set_3
Point_set_processing_3
Point_set_shape_detection_3 Remove unused variables 2017-05-11 16:12:56 +02:00
Poisson_surface_reconstruction_3
Polygon add a precondition 2017-04-27 15:53:49 +02:00
Polygon_mesh_processing Clean-up and warning fix. 2017-05-29 13:20:41 +02:00
Polyhedron Fix rebase 2017-05-29 13:22:35 +02:00
Polyhedron_IO Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Polyline_simplification_2 Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Polynomial
Polytope_distance_d
Principal_component_analysis Merge pull request #1921 from MaelRL/Subdivision-FaceGraph-GF 2017-05-29 11:16:48 +02:00
Principal_component_analysis_LGPL
Profiling_tools
Property_map
QP_solver
Random_numbers
Ridges_3
STL_Extension Merge pull request #2072 from janetournois/Mesh_3-improvements-GF 2017-05-22 10:59:48 +02:00
Scale_space_reconstruction_3
Scripts
SearchStructures
Segment_Delaunay_graph_2
Segment_Delaunay_graph_Linf_2
Skin_surface_3
Snap_rounding_2
Solver_interface
Spatial_searching Merge pull request #2091 from mglisse/Spatial_searching-misc-glisse 2017-05-29 11:17:14 +02:00
Spatial_sorting
Straight_skeleton_2
Stream_lines_2
Stream_support
Subdivision_method_3 fix release date 2017-05-12 11:01:33 +02:00
Surface_mesh Fixes and Clean-up. 2017-05-29 13:20:39 +02:00
Surface_mesh_deformation Merge branch 'releases/CGAL-4.10-branch' 2017-05-24 17:45:58 +02:00
Surface_mesh_parameterization
Surface_mesh_segmentation Merge pull request #2090 from afabri/Surface_mesh_segmentation-Surface_mesh_examples-GF 2017-05-29 11:17:35 +02:00
Surface_mesh_shortest_path
Surface_mesh_simplification Merge pull request #2075 from afabri/CGAL-dont_include_graph_traits_header-GF 2017-05-19 10:28:38 +02:00
Surface_mesh_skeletonization Merge pull request #2075 from afabri/CGAL-dont_include_graph_traits_header-GF 2017-05-19 10:28:38 +02:00
Surface_mesher Explicitely set the policy of CMP0053 to OLD to silent the warning when it is not found. 2017-05-23 16:12:56 +02:00
Sweep_line_2
TDS_2
TDS_3
Testsuite
Three Merge pull request #1954 from maxGimeno/Polyhedron_demo-Update_SM_item_visu-GF 2017-05-29 11:16:32 +02:00
Triangulation
Triangulation_2 Fixes after merge: 2017-05-29 13:20:41 +02:00
Triangulation_3 Merge branch 'releases/CGAL-4.10-branch' 2017-05-24 17:45:58 +02:00
Union_find
Visibility_2
Voronoi_diagram_2
wininst
.gitattributes
.gitignore
.travis.yml
CMakeLists.txt
INSTALL.md
LICENSE.md
README.md
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