(#7647) [doc] Update supported platforms and configurations (2021-10-11)

Co-authored-by: CCI bot <javierg@jfrog.com>
This commit is contained in:
Conan Center Index Bot
2021-10-11 17:32:41 +02:00
committed by GitHub
parent bdba73c82c
commit e4636415df

View File

@@ -37,9 +37,10 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
## Windows
- Compilers: Visual Studio:
- 2015 (null)
- 2017 (19.16.27035)
- 2019 (19.28.29333)
- Release (MT/MD) and Debug (MTd, MDd)
- Architectures: x86_64
- Build types: Release, Debug
@@ -51,7 +52,7 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
## Linux
- Compilers:
- GCC versions: 10, 5, 6, 7, 8, 9
- GCC versions: 5, 6, 7, 8, 9, 10
- Clang versions: 10, 11
- C++ Standard Library (`libcxx`):
- GCC compiler: `libstdc++`, `libstdc++11`
@@ -64,9 +65,9 @@ For more information see [conan-io/conan-docker-tools](https://github.com/conan-
## MacOS
- Compilers: Apple-clang versions 11.0.0, 12.0.0, 12.0.0 (three latest versions, we will rotate the older when a new compiler version is released)
- Compilers: Apple-clang versions 11.0.0, 12.0.0, 12.0.0
- C++ Standard Library (`libcxx`): `libc++`
- Architectures: x86_64
- Architectures: x86_64, armv8
- Build types: Release, Debug
- Options:
- Shared, Static (option ``"shared": [True, False]`` in the recipe when available)