Boost.Geometry - Generic Geometry Library | Requires C++14 since Boost 1.75
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Barend Gehrels 3f5c044abc [fix] include of boost range size 2 months ago
.circleci Update circleCI scripts and image (#1156) 4 months ago
.github/workflows Add missing headers so that all headers compile independently (#1154) 4 months ago
doc [doc] Update release notes for 1.83 4 months ago
example [example] Avoid using functions from extension in examples of the main library. 12 months ago
extensions Fix typo in maintainers metadata 1 year ago
include/boost [fix] include of boost range size 2 months ago
index [fix] include of boost range size 2 months ago
meta Fix typo in maintainers metadata 1 year ago
test [fix] include of boost range size 2 months ago
.gitattributes Rename Jamfile.v2 to Jamfile (#679) 4 years ago
.gitignore Add .gitignore with basic patterns [ci skip] 5 years ago
CMakeLists.txt Update CMakeLists.txt 9 months ago
CONTRIBUTING.md Adding CONTRIBUTING.md file. 1 year ago
Jamfile build: Add cxx14 requirements to root Jamfile (#1043) 1 year ago
LICENSE_1_0.txt Create license file. 2 years ago
README.md [readme] Remove C++03 deprecation warning. 3 years ago
index.html Clean-up 12 years ago
sublibs [sublibs] added newline 10 years ago

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