Skip to content

Commit

Permalink
Replaced the list of compilers in the requirements section with a table
Browse files Browse the repository at this point in the history
of tested configurations.
  • Loading branch information
mpark committed Jan 17, 2017
1 parent a289890 commit ac3f4d2
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,19 @@ components of __MPark.Variant__.
This library requires a standard conformant __C++14__ compiler.
The following compilers are continously tested:

- `GCC 5.4`
- `GCC 6.2`
- `Clang 3.5`
- `Clang 3.6`
- `Clang 3.7`
- `Clang 3.8`
- `Clang 3.9`
- `Apple Clang 6`
- `Apple Clang 7`
- `Apple Clang 8`
- `Visual Studio 2015` with `Clang/LLVM`
| Compiler | Operating System | Version String |
|------------------------------------|---------------------------------------------|-----------------------------------------------------------------------------------------|
| GCC 5.4.1 | Ubuntu 14.04.5 LTS | g++-5 (Ubuntu 5.4.1-2ubuntu1~14.04) 5.4.1 20160904 |
| GCC 6.2.0 | Ubuntu 14.04.5 LTS | g++-6 (Ubuntu 6.2.0-3ubuntu11~14.04) 6.2.0 20160901 |
| Clang 3.5.2 | Ubuntu 14.04.5 LTS | Ubuntu clang version 3.5.2-svn232544-1~exp1 (branches/release_35) (based on LLVM 3.5.2) |
| Clang 3.6.2 | Ubuntu 14.04.5 LTS | Ubuntu clang version 3.6.2-svn240577-1~exp1 (branches/release_36) (based on LLVM 3.6.2) |
| Clang 3.7.1 | Ubuntu 14.04.5 LTS | Ubuntu clang version 3.7.1-svn253742-1~exp1 (branches/release_37) (based on LLVM 3.7.1) |
| Clang 3.8.0 | Ubuntu 14.04.5 LTS | clang version 3.8.0-2ubuntu3~trusty4 (tags/RELEASE_380/final) |
| Clang 3.9.1 | Ubuntu 14.04.5 LTS | clang version 3.9.1-svn288847-1~exp1 (branches/release_39) |
| Clang Xcode 6.4 | Darwin Kernel Version 14.5.0 (OS X 10.10.3) | Apple LLVM version 6.1.0 (clang-602.0.53) (based on LLVM 3.6.0svn) |
| Clang Xcode 7.3 | Darwin Kernel Version 15.6.0 (OS X 10.10.5) | Apple LLVM version 7.3.0 (clang-703.0.31) |
| Clang Xcode 8.2 | Darwin Kernel Version 16.1.0 (OS X 10.12.1) | Apple LLVM version 8.0.0 (clang-800.0.42.1) |
| Visual Studio 14 2015 (Clang/LLVM) | Visual Studio Community 2015 with Update 3 | Microsoft (R) Build Engine version 14.0.25420.1 |

__NOTE__: Enabling __libc++__ `std::variant` tests require `-std=c++1z` support.

Expand Down

0 comments on commit ac3f4d2

Please sign in to comment.