Mael Rouxel-Labbé 14150ef95c Revert commit b307771 ("bug fix for natural_neighbor_coordinates_2...
... using a small feature in the conflict zone functions of
Delaunay_triangulation_2")

See concerns raised in the (not-actually-approved) small feature:

https://cgal.geometryfactory.com/CGAL/Members/wiki/Features/Small_Features/DT2_strict_and_weak_conflict_zone
2019-01-14 11:19:21 +01:00
2018-09-05 10:18:53 +02:00
2018-12-12 11:50:19 +01:00
2019-01-04 14:39:29 +01:00
2018-12-05 18:20:06 +01:00
2018-04-09 08:53:38 +02:00
2018-11-22 09:17:45 +00:00
2018-11-28 10:23:28 +01:00
2018-12-20 09:31:52 +01:00
2018-12-06 14:19:33 +01:00
2018-11-29 10:46:48 +01:00
2018-03-07 15:59:45 +01:00
2019-01-04 14:34:56 +01:00
2018-11-13 08:48:09 +01:00
2018-12-10 07:22:17 +01:00
2018-12-14 08:20:37 +01:00
2018-11-12 19:27:53 +01:00
2018-12-11 10:06:14 +01:00
2017-08-21 09:52:41 +02:00

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

S
Description
No description provided
Readme
888 MiB
Languages
C++ 93.9%
Mathematical Programming System 2.5%
CMake 1.2%
Lasso 0.7%
C 0.3%
Other 0.9%