mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
Remove detailed list of compilers and versions form the docs (#816)
Closes #813
This commit is contained in:
parent
0ea96e1bbf
commit
2c790aeb22
@ -8,8 +8,6 @@
|
|||||||
http://www.boost.org/LICENSE_1_0.txt)
|
http://www.boost.org/LICENSE_1_0.txt)
|
||||||
===============================================================================/]
|
===============================================================================/]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[section Compilation]
|
[section Compilation]
|
||||||
|
|
||||||
[def __msvc__ MSVC]
|
[def __msvc__ MSVC]
|
||||||
@ -33,56 +31,13 @@ directories, so `include` directives of this scheme will work:
|
|||||||
|
|
||||||
[heading Supported Compilers]
|
[heading Supported Compilers]
|
||||||
|
|
||||||
__boost_geometry__ library has been successfully tested with the following
|
__boost_geometry__ library source code should successfully compile using any compiler with complete C++14 support.
|
||||||
compilers:
|
|
||||||
|
For the actual list of currently tested compilers, check results of the library CI builds linked
|
||||||
|
from the [@https://github.com/boostorg/geometry/blob/develop/README.md README.md]
|
||||||
|
or inspect the CI services configuration files in the [@https://github.com/boostorg/geometry/tree/develop develop branch]
|
||||||
|
of the library repository.
|
||||||
|
|
||||||
* __msvc__ (including Express Editions)
|
|
||||||
* 14.0 (__msvc__ 14 CTP) [/reported by develop report on March, 2015]
|
|
||||||
* 12.0 (__msvc__ 2013) [/reported by develop report on March, 2015]
|
|
||||||
* 11.0 (__msvc__ 2012) [/reported by develop report on March, 2015]
|
|
||||||
* 10.0 (__msvc__ 2010) [/reported by Trunk report May 8, 2011]
|
|
||||||
* 9.0 (__msvc__ 2008) [/reported by Trunk report May 8, 2011]
|
|
||||||
* 8.0 (__msvc__ 2005) [/reported by Trunk report May 8, 2011]
|
|
||||||
* gcc
|
|
||||||
* gcc 5.0.0 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.9.2 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.9.0 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.8.4 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.8.1 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.8.0 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.7.3 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.7.2 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.7.0 [/reported by Trunk report February 12, 2012]
|
|
||||||
* gcc 4.6.4 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.6.2 [/reported by Trunk report February 12, 2012]
|
|
||||||
* gcc 4.6.1 [/reported by Trunk report May 8, 2011]
|
|
||||||
* gcc 4.6.0 [/reported by Trunk report May 8, 2011]
|
|
||||||
* gcc 4.5.3 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.5.2 [/reported by Trunk report May 8, 2011]
|
|
||||||
* gcc 4.4.7 [/reported by develop report on March, 2015]
|
|
||||||
* gcc 4.4.0 [/reported by Trunk report May 8, 2011]
|
|
||||||
* gcc 4.3.4 [/reported by Trunk report March 26, 2011]
|
|
||||||
* gcc 4.2.1 [/reported by Trunk report May 8, 2011]
|
|
||||||
* gcc 3.4.6 [/reported by Trunk report March 26, 2011]
|
|
||||||
* clang
|
|
||||||
* clang 3.6 [/reported by develop report on March, 2015]
|
|
||||||
* clang 3.5 [/reported by develop report on March, 2015]
|
|
||||||
* clang 3.4 [/reported by develop report on March, 2015]
|
|
||||||
* clang 3.3 [/reported by mloskot on October, 2013]
|
|
||||||
* clang 3.2 [/reported by Trunk report March 26, 2011]
|
|
||||||
* clang 3.1 [/reported by develop report on March, 2015]
|
|
||||||
* clang 3.0 [/reported by develop report on March, 2015]
|
|
||||||
* clang 2.9 [/reported by develop report on March, 2015]
|
|
||||||
* darwin
|
|
||||||
* darwin 4.0.1 [/reported by Trunk report March 26, 2011]
|
|
||||||
* darwin 4.4 [/reported by Trunk report March 26, 2011]
|
|
||||||
* intel
|
|
||||||
* intel 11.1 [/reported by Trunk report March 26, 2011]
|
|
||||||
* intel 11.0 [/reported by Trunk report March 26, 2011]
|
|
||||||
* intel 10.1 [/reported by Trunk report March 26, 2011]
|
|
||||||
* pathscale
|
|
||||||
* pathscale 4.0.8 [/reported by Trunk report March 26, 2011]
|
|
||||||
|
|
||||||
__boost_geometry__ uses __boost_bb__, a text-based system for developing and
|
__boost_geometry__ uses __boost_bb__, a text-based system for developing and
|
||||||
testing software, to configure, build and execute unit tests and example
|
testing software, to configure, build and execute unit tests and example
|
||||||
programs. The build configuration is provided as a collection of `Jamfile`
|
programs. The build configuration is provided as a collection of `Jamfile`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user