Skip to content

akobel/cgal

This branch is 25062 commits behind CGAL/cgal:master.

Folders and files

NameName
Last commit message
Last commit date
Sep 5, 2018
Apr 14, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 24, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 22, 2020
Apr 2, 2020
Mar 26, 2020
Apr 14, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 22, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 16, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 9, 2018
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 19, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 16, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 7, 2020
Mar 26, 2020
Apr 16, 2020
Mar 26, 2020
Apr 14, 2020
Apr 14, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Jul 28, 2019
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Apr 3, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Mar 26, 2020
Aug 27, 2018
Feb 16, 2016
Apr 11, 2019
May 20, 2019
Mar 29, 2017
Aug 19, 2019
Aug 21, 2017
Mar 4, 2015
Apr 11, 2018
Aug 10, 2017
Feb 21, 2018

Repository files navigation

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

About

The public CGAL repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 83.5%
  • Pawn 11.7%
  • C 1.5%
  • CMake 1.2%
  • Shell 1.0%
  • eC 0.5%
  • Other 0.6%