Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 165,285 | 145,432 | ||
example/ | 12-May-2024 | - | 6,493 | 4,579 | ||
index/ | 12-May-2024 | - | 11,345 | 7,959 | ||
meta/ | 12-May-2024 | - | 26 | 25 | ||
test/ | 12-May-2024 | - | 117,966 | 87,330 | ||
Jamfile | D | 12-May-2024 | 683 | 22 | 19 | |
Jamfile.v2 | D | 12-May-2024 | 683 | 22 | 19 | |
README.md | D | 12-May-2024 | 4.3 KiB | 30 | 22 | |
index.html | D | 12-May-2024 | 400 | 17 | 9 | |
sublibs | D | 12-May-2024 | 133 | 3 | 1 |
README.md
1#  2 3Boost.Geometry, part of collection of the [Boost C++ Libraries](http://github.com/boostorg), defines concepts, primitives and algorithms for solving geometry problems. 4 5[](http://www.boost.org/LICENSE_1_0.txt) 6[](http://boost.org/libs/geometry) 7[](https://github.com/boostorg/geometry/wiki) 8[](http://lists.boost.org/geometry/) 9[](https://gitter.im/boostorg/geometry?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 10 11| :warning: **CAUTION**: Boost.Geometry in Boost 1.73 deprecates support for the C++03 and will require C++14 from Boost 1.75 onwards (see issue [#590](https://github.com/boostorg/geometry/issues/590)). | 12| --- | 13 14### Test results 15 16 Branch | Build | Coverage | Regression | Documentation 17------------|---------------|----------------|------------|-------------- 18**develop** | [](https://circleci.com/gh/boostorg/geometry/tree/develop) <br> [](https://github.com/boostorg/geometry/actions?query=branch:develop+workflow:clang-test-minimal) <br> [](https://github.com/boostorg/geometry/actions?query=branch:develop+workflow:gcc-test-minimal) <br> [](https://github.com/boostorg/geometry/actions?query=branch:develop+workflow:msvc-test-minimal) | [](https://coveralls.io/github/boostorg/geometry?branch=develop) | [](http://www.boost.org/development/tests/develop/developer/geometry.html) [](http://www.boost.org/development/tests/develop/developer/geometry-index.html) [](http://www.boost.org/development/tests/develop/developer/geometry-extensions.html) | [](https://github.com/boostorg/geometry/actions?query=branch:develop+workflow:documentation) 19**master** | [](https://circleci.com/gh/boostorg/geometry/tree/master) <br> [](https://github.com/boostorg/geometry/actions?query=branch:master+workflow:clang-test-minimal) <br> [](https://github.com/boostorg/geometry/actions?query=branch:master+workflow:gcc-test-minimal) <br> [](https://github.com/boostorg/geometry/actions?query=branch:master+workflow:msvc-test-minimal) | [](https://coveralls.io/github/boostorg/geometry?branch=master) | [](http://www.boost.org/development/tests/master/developer/geometry.html) [](http://www.boost.org/development/tests/master/developer/geometry-index.html) | [](https://github.com/boostorg/geometry/actions?query=branch:master+workflow:documentation) 20 21### Directories 22 23* **doc** - QuickBook documentation sources 24* **example** - Boost.Geometry examples 25* **_extensions_** - examples and tests for the extensions - _develop branch_ 26* **include** - the sourcecode of Boost.Geometry 27* **index** - examples and tests for the Spatial Index 28* **meta** - library metadata 29* **test** - Boost.Geometry unit tests 30