albert-github 8efdbff899 Overnight documentation build missing links
The overnight doxygen build gave warnings like:
```
.../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:108: warning: unable to resolve link to '::import_from_triangulation_3' for \link command
.../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:109: warning: unable to resolve link to '::import_from_polyhedron_3' for \link command
.../Linear_cell_complex/doc/Linear_cell_complex/Linear_cell_complex.txt:112: warning: unable to resolve link to '::import_from_plane_graph' for \link command
```
when building against the doxygen master due to the fact that doxygen was a bit more stringent

Added the namespace to the links
(also tested against doxygen 1.9.6 after the changes).
2025-08-24 13:31:04 +02:00
2025-05-16 15:33:53 +02:00
2025-07-04 17:36:54 +08:00
2025-03-28 20:52:22 +01:00
2025-05-22 18:29:50 +02:00
2025-06-27 13:04:28 +02:00
2025-08-05 14:44:03 +02:00
2025-07-16 14:10:52 +02:00
2025-06-30 09:11:50 +02:00
2025-07-31 13:50:34 +02:00
2025-07-01 17:16:43 +02:00
2025-03-31 14:15:30 +02:00
2025-07-14 18:14:16 +02:00
2025-08-04 16:02:03 +01:00
2024-02-28 15:06:48 +01:00
2023-05-04 15:58:54 +02:00
2025-06-27 13:04:28 +02:00
2025-05-22 18:29:50 +02:00
2025-06-27 13:04:28 +02:00
2025-07-14 18:14:16 +02:00
2025-06-27 13:04:28 +02:00
2025-06-24 18:44:52 +02:00
2025-06-27 13:04:28 +02:00
2025-01-13 11:24:30 +01:00
2021-09-02 19:09:28 +02:00
2025-04-13 14:03:44 +01:00
2025-05-14 10:25:59 +02:00
2024-12-13 16:22:51 +01:00
2024-10-10 14:21:34 +02:00
2020-12-03 10:32:55 +01:00
2021-03-26 11:11:48 +01:00
2024-10-10 17:18:00 +02:00

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 source tarballs, released twice a year, announced on the web site of CGAL.

Getting Started with CGAL

Since version 5.0, CGAL is a header-only library, meaning that it is no longer needed to build CGAL libraries before it can be used.

Head over to the CGAL manual for usage guides and tutorials that will get you started smoothly.

License

See the file LICENSE.md.

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 configuring and building programs, 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

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%