The public CGAL repository, see the README below
Go to file
Laurent Rineau 41c7658466 Merge pull request #1357 from lrineau/CGAL-add_ctest_cont-lrineau
CTest support (cont.)
2016-09-23 16:45:09 +02:00
AABB_tree
Advancing_front_surface_reconstruction
Algebraic_foundations
Algebraic_kernel_d
Algebraic_kernel_for_circles
Algebraic_kernel_for_spheres
Alpha_shapes_2
Alpha_shapes_3
Apollonius_graph_2
Arithmetic_kernel
Arrangement_on_surface_2 Add a compatibility with CMake-2.8.11. 2016-09-22 12:06:10 +02:00
BGL Merge fixes from 'cgal/releases/CGAL-4.8-branch' 2016-09-13 18:29:33 +02:00
Barycentric_coordinates_2
Boolean_set_operations_2
Bounding_volumes
Box_intersection_d
CGAL_Core
CGAL_ImageIO Also show the offset coordinates (tx, ty, tz) 2016-09-13 12:06:55 +02:00
CGAL_ipelets
Cartesian_kernel
Circular_kernel_2
Circular_kernel_3
Circulator
Combinatorial_map
Cone_spanners_2
Conic_2
Convex_decomposition_3
Convex_hull_2
Convex_hull_3
Convex_hull_d
Distance_2
Distance_3
Documentation
Envelope_2
Envelope_3
Filtered_kernel
Generator
Geomview
GraphicsView
HalfedgeDS
Hash_map
Homogeneous_kernel
Inscribed_areas
Installation Use CGAL_add_test.cmake 2016-09-20 10:53:20 +02:00
Interpolation
Intersections_2
Intersections_3
Interval_skip_list
Interval_support
Inventor
Jet_fitting_3
Kernel_23
Kernel_d
Kinetic_data_structures
Kinetic_framework
LEDA
Linear_cell_complex
MacOSX
Maintenance Update picasso to CMake-3.6.2 2016-09-20 14:28:35 +02:00
Matrix_search
Mesh_2
Mesh_3 missing const when TBB available 2016-09-06 11:01:42 +02:00
Minkowski_sum_2
Minkowski_sum_3
Miscellany/doc/Miscellany
Modifier
Modular_arithmetic
Nef_2
Nef_3
Nef_S2
NewKernel_d Use Boost.Config to detect a real gcc<=4.4 2016-09-15 16:03:33 +02:00
Number_types Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch' 2016-09-15 17:25:20 +02:00
OpenNL
Operations_on_polyhedra
Optimal_transportation_reconstruction_2 Merge pull request #1322 from cjamin/OTR2-bug_fixes-cjamin 2016-08-29 12:29:37 +02:00
Optimisation_basic
Partition_2
Periodic_2_triangulation_2
Periodic_3_triangulation_3 trivial typo 2016-09-14 16:02:13 +02:00
Point_set_2
Point_set_processing_3 Remove lines about tparam that can be omitted (this was wrong) 2016-09-14 16:36:26 +02:00
Point_set_shape_detection_3 Improved readability of example 2016-09-07 14:37:58 +02:00
Poisson_surface_reconstruction_3
Polygon
Polygon_mesh_processing fix typo 2016-09-20 09:17:10 +02:00
Polyhedron Merge pull request #1324 from maxGimeno/Polyhedron_demo-Normals_for_detected_planes-GF 2016-09-23 16:43:15 +02:00
Polyhedron_IO
Polyline_simplification_2 Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch' 2016-09-15 17:25:20 +02:00
Polynomial
Polytope_distance_d
Principal_component_analysis
Profiling_tools
Property_map
QP_solver
Random_numbers
Ridges_3
STL_Extension Merge pull request #1467 from lrineau/STL_Extension-fix_CGAL_static_assertion-lrineau 2016-09-16 15:52:34 +02:00
Scale_space_reconstruction_3
Scripts Add a variable CGAL_CURRENT_SOURCE_DIR 2016-09-20 10:53:20 +02:00
SearchStructures
Segment_Delaunay_graph_2
Segment_Delaunay_graph_Linf_2
Skin_surface_3
Snap_rounding_2
Solver_interface add missing include directives 2016-08-26 09:28:35 +02:00
Spatial_searching Merge pull request #1325 from sgiraudot/Spatial_searching-Fix_misleading_examples-GF 2016-08-29 12:30:04 +02:00
Spatial_sorting
Straight_skeleton_2
Stream_lines_2
Stream_support
Subdivision_method_3
Surface_mesh
Surface_mesh_deformation
Surface_mesh_parameterization
Surface_mesh_segmentation
Surface_mesh_shortest_path
Surface_mesh_simplification
Surface_mesh_skeletonization
Surface_mesher
Sweep_line_2
TDS_2
TDS_3
Testsuite
Three
Triangulation
Triangulation_2 Merge remote-tracking branch 'cgal/releases/CGAL-4.8-branch' 2016-09-15 17:25:20 +02:00
Triangulation_3 Functions in the manual must be written with () 2016-09-15 15:59:47 +02:00
Union_find
Visibility_2
Voronoi_diagram_2
wininst
.gitattributes
.gitignore
.travis.yml add .travis.yml from e2bda6b04ece18b2a6e97109ddb67505b906b5ac 2016-09-20 10:53:50 +02:00
CMakeLists.txt Merge pull request #1357 from lrineau/CGAL-add_ctest_cont-lrineau 2016-09-23 16:45:09 +02:00
INSTALL.md
LICENSE.md
README.md Add travis button 2016-08-26 13:05:07 +02:00
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 is 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