(#6165) [doc] Update supported platforms and configurations (2021-07-05)

Co-authored-by: CCI bot <javierg@jfrog.com>
This commit is contained in:
Conan Center Index Bot
2021-07-10 04:01:29 +02:00
committed by GitHub
parent 8abfe91642
commit ff77f1b809

View File

@@ -37,9 +37,9 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
## Windows
- Compilers: Visual Studio:
- 2015 (14.0.25431.01 Update 3)
- 2017 (15.9.19+28307.1000)
- 2019 (16.4.4+29728.190)
- 2015 (19.0.24215)
- 2017 (19.16.27035)
- 2019 (19.28.29333)
- Release (MT/MD) and Debug (MTd, MDd)
- Architectures: x86_64
- Build types: Release, Debug
@@ -51,8 +51,8 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
## Linux
- Compilers:
- GCC versions 4.9, 5, 6, 7, 8, 9, 10
- Clang versions 3.9, 4.0, 5.0, 6.0, 7.0, 8, 9, 10, 11
- GCC versions: 10, 4.9, 5, 6, 7, 8, 9
- Clang versions: 10, 11, 3.9, 4.0, 5.0, 6.0, 7.0, 8, 9
- C++ Standard Library (`libcxx`):
- GCC compiler: `libstdc++`, `libstdc++11`
- Clang compiler: `libstdc++`, `libc++`
@@ -64,10 +64,11 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
## MacOS
- Compilers: Apple-clang versions 10.0, 11.0, 12.0 (three latest versions, we will rotate the older when a new compiler version is released)
- Compilers: Apple-clang versions 10.0.1, 11.0.0, 12.0.0, 12.0.0 (three latest versions, we will rotate the older when a new compiler version is released)
- C++ Standard Library (`libcxx`): `libc++`
- Architectures: x86_64
- Build types: Release, Debug
- Options:
- Shared, Static (option ``"shared": [True, False]`` in the recipe when available)
- Header Only (option `"header_only": [True, False]` is only added with the value True)