Skip to content

cjamin/cgal

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c1a0afd · Jun 30, 2015
Feb 11, 2015
Mar 23, 2015
Apr 10, 2015
May 4, 2015
Jul 4, 2014
Feb 10, 2014
Jun 17, 2015
Apr 2, 2015
Jun 26, 2014
Jun 10, 2015
Jun 15, 2015
Jan 9, 2015
May 3, 2015
Jan 31, 2015
Jan 27, 2015
Apr 27, 2015
Nov 13, 2014
Apr 13, 2015
Jun 19, 2015
May 4, 2015
Apr 30, 2015
Dec 2, 2014
May 15, 2015
Sep 13, 2013
Jul 16, 2014
Aug 27, 2014
Jun 9, 2015
Feb 18, 2015
Mar 14, 2013
Feb 19, 2013
Jun 25, 2015
Jul 16, 2014
Jul 23, 2014
May 26, 2014
Apr 15, 2015
Dec 3, 2013
May 19, 2015
Feb 10, 2014
Jul 23, 2014
Apr 30, 2015
Feb 10, 2014
Jun 28, 2015
Apr 14, 2015
Jan 13, 2015
Jan 14, 2015
Feb 6, 2014
Apr 10, 2015
Feb 13, 2014
Mar 13, 2015
Jun 19, 2015
May 12, 2015
Jan 14, 2015
Sep 13, 2013
May 26, 2015
Dec 6, 2013
Jun 30, 2015
Dec 8, 2014
Jun 1, 2015
Jun 28, 2015
May 27, 2015
Jul 16, 2014
Sep 25, 2013
Dec 3, 2013
Nov 24, 2014
Mar 23, 2015
Feb 26, 2015
Jul 16, 2014
May 18, 2015
Jun 10, 2015
Feb 13, 2015
Jan 30, 2015
Dec 3, 2013
May 6, 2014
Jun 2, 2014
Jun 17, 2015
Jan 31, 2015
Jun 10, 2015
Jul 16, 2014
Jun 15, 2015
Jun 17, 2015
May 6, 2015
Aug 1, 2014
Jan 31, 2015
Apr 8, 2015
Jan 15, 2015
Apr 13, 2015
Dec 3, 2013
Dec 16, 2014
May 28, 2015
May 27, 2015
Mar 26, 2015
Jun 25, 2015
Feb 10, 2014
Apr 29, 2015
Jun 18, 2014
Jan 7, 2015
Jul 16, 2014
May 19, 2015
Apr 22, 2015
Jan 14, 2015
Feb 10, 2014
Apr 29, 2015
Apr 25, 2014
May 26, 2015
Apr 14, 2015
Jun 1, 2015
Jun 10, 2015
Feb 13, 2015
May 8, 2015
Apr 14, 2015
Apr 14, 2015
Dec 3, 2014
Jun 19, 2015
Jun 18, 2015
May 6, 2015
Dec 3, 2013
Jan 6, 2014
Apr 21, 2015
Feb 12, 2015
Mar 4, 2015
Jun 21, 2013
Mar 4, 2015
Mar 4, 2015
Mar 4, 2015
Aug 3, 2012

Repository files navigation

#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

About

The public CGAL repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 93.0%
  • Shell 1.3%
  • CMake 1.2%
  • PHP 1.2%
  • C 0.8%
  • eC 0.7%
  • Other 1.8%