mirror of
https://github.com/microsoft/GSL.git
synced 2025-03-12 22:28:06 -04:00
updating table with compiler versions that are in the test matrix
This commit is contained in:
parent
33544a706e
commit
34750814fb
14
README.md
14
README.md
@ -26,13 +26,13 @@ This project makes use of the [Google Test](https://github.com/google/googletest
|
||||
The GSL officially supports the current and previous major release of MSVC, GCC, Clang, and XCode's Apple-Clang.
|
||||
See our latest test results for the most up-to-date list of supported configurations.
|
||||
|
||||
Compiler | Build Status
|
||||
:------- | ------------:
|
||||
XCode | [](https://travis-ci.org/Microsoft/GSL)
|
||||
GCC | [](https://travis-ci.org/Microsoft/GSL)
|
||||
Clang | [](https://travis-ci.org/Microsoft/GSL)
|
||||
Visual Studio with MSVC | [](https://ci.appveyor.com/project/neilmacintosh/GSL)
|
||||
Visual Studio with LLVM | [](https://ci.appveyor.com/project/neilmacintosh/GSL)
|
||||
Compiler |Toolset Versions Currently Tested| Build Status
|
||||
:------- |:--|------------:
|
||||
XCode |11.4 & 10.3 | [](https://travis-ci.org/Microsoft/GSL)
|
||||
GCC |9 & 8| [](https://travis-ci.org/Microsoft/GSL)
|
||||
Clang |11 & 10| [](https://travis-ci.org/Microsoft/GSL)
|
||||
Visual Studio with MSVC | VS2017 (15.9) & VS2019 (16.4) | [](https://ci.appveyor.com/project/neilmacintosh/GSL)
|
||||
Visual Studio with LLVM | VS2017 (Clang 9) & VS2019 (Clang 10) | [](https://ci.appveyor.com/project/neilmacintosh/GSL)
|
||||
|
||||
|
||||
Note: For `gsl::byte` to work correctly with Clang and GCC you might have to use the ` -fno-strict-aliasing` compiler option.
|
||||
|
Loading…
x
Reference in New Issue
Block a user