Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
Go to file
Barend Gehrels 6c173505d9 [examples] Update qt example 2024-09-13 22:01:41 +02:00
.circleci Update circleCI scripts and image (#1156) 2023-07-25 15:13:48 +03:00
.github/workflows Add cmake tests on github actions and add cmake scripts for index 2024-08-14 13:13:12 +03:00
doc Update build deps. 2024-08-20 08:15:45 +02:00
example [examples] Update qt example 2024-09-13 22:01:41 +02:00
extensions Update build deps. 2024-08-20 08:15:45 +02:00
include/boost Merge pull request #1303 from awulkiew/fix/nsphere 2024-09-13 16:03:44 +03:00
index Merge pull request #1302 from vissarion/cmake_ci 2024-09-13 16:03:14 +03:00
meta Fix typo in maintainers metadata 2022-12-01 12:24:18 +02:00
test Merge pull request #1302 from vissarion/cmake_ci 2024-09-13 16:03:14 +03:00
.gitattributes
.gitignore Add missing modular build.jam. And fix gitignore that caused it to be originally deleted! 2024-08-20 08:15:45 +02:00
CMakeLists.txt Fix cmake robustness tests 2024-08-14 16:06:38 +03:00
CONTRIBUTING.md Adding CONTRIBUTING.md file. 2022-11-11 12:47:01 +02:00
LICENSE_1_0.txt Create license file. 2021-08-23 17:32:58 +02:00
README.md [readme] Remove C++03 deprecation warning. 2021-04-28 01:57:38 +02:00
build.jam Change math dep real target math/tr1. 2024-08-20 08:15:45 +02:00
index.html
sublibs

README.md

Boost.Geometry

Boost.Geometry, part of collection of the Boost C++ Libraries, defines concepts, primitives and algorithms for solving geometry problems. Boost.Geometry is a C++14 header-only library.

Licence Documentation Wiki Mailing List Chat

Test results

Branch Build Coverage Regression Documentation
develop circleci
minimal
coveralls
codecov
geometry index extensions documentation
master circleci
minimal
coveralls
codecov
geometry index documentation

Directories

  • doc - QuickBook documentation sources
  • example - Boost.Geometry examples
  • extensions - examples and tests for the extensions - develop branch
  • include - the sourcecode of Boost.Geometry
  • index - examples and tests for the Spatial Index
  • meta - library metadata
  • test - Boost.Geometry unit tests