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
Vissarion Fisikopoulos c479ca194e
Merge pull request #1152 from vissarion/fix/cxx11_macros
Remove CXX11/14 related macros
2 weeks ago
.circleci [ci] Update b2 test-suite name to boost-geometry-index-detail. 2 years ago
.github/workflows Remove CXX11/14 related macros 3 weeks ago
doc Remove CXX11/14 related macros 3 weeks ago
example [example] Avoid using functions from extension in examples of the main library. 6 months ago
extensions Fix typo in maintainers metadata 6 months ago
include/boost Merge pull request #1152 from vissarion/fix/cxx11_macros 2 weeks ago
index Merge pull request #1152 from vissarion/fix/cxx11_macros 2 weeks ago
meta Fix typo in maintainers metadata 6 months ago
test Merge pull request #1152 from vissarion/fix/cxx11_macros 2 weeks ago
.gitattributes Rename Jamfile.v2 to Jamfile (#679) 3 years ago
.gitignore Add .gitignore with basic patterns [ci skip] 5 years ago
CMakeLists.txt Update CMakeLists.txt 3 months ago
CONTRIBUTING.md Adding CONTRIBUTING.md file. 7 months ago
Jamfile build: Add cxx14 requirements to root Jamfile (#1043) 11 months ago
LICENSE_1_0.txt Create license file. 2 years ago
README.md [readme] Remove C++03 deprecation warning. 2 years ago
index.html Clean-up 12 years ago
sublibs [sublibs] added newline 9 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