Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
1b2fabe8
Unverified
Commit
1b2fabe8
authored
Jul 09, 2017
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
👷
adding two recent Clang versions
Maybe the simple approach is working now - at least it is in
https://github.com/taocpp/PEGTL/blob/master/.travis.yml
parent
f1c543cb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
1 deletion
+18
-1
.travis.yml
.travis.yml
+16
-0
README.md
README.md
+2
-1
No files found.
.travis.yml
View file @
1b2fabe8
...
@@ -229,6 +229,22 @@ matrix:
...
@@ -229,6 +229,22 @@ matrix:
env
:
LLVM_VERSION=3.8.1
env
:
LLVM_VERSION=3.8.1
compiler
:
clang
compiler
:
clang
-
os
:
linux
compiler
:
clang
env
:
COMPILER=clang++-3.9
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-trusty-3.9'
]
packages
:
clang-3.9
-
os
:
linux
compiler
:
clang
env
:
COMPILER=clang++-4.0
addons
:
apt
:
sources
:
[
'
ubuntu-toolchain-r-test'
,
'
llvm-toolchain-trusty-4.0'
]
packages
:
clang-4.0
# - os: linux
# - os: linux
# addons:
# addons:
# apt:
# apt:
...
...
README.md
View file @
1b2fabe8
...
@@ -709,7 +709,7 @@ json j_from_msgpack = json::from_msgpack(v_msgpack);
...
@@ -709,7 +709,7 @@ json j_from_msgpack = json::from_msgpack(v_msgpack);
Though it's 2016 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
Though it's 2016 already, the support for C++11 is still a bit sparse. Currently, the following compilers are known to work:
-
GCC 4.9 -
6.0
(and possibly later)
-
GCC 4.9 -
7.1
(and possibly later)
-
Clang 3.4 - 3.9 (and possibly later)
-
Clang 3.4 - 3.9 (and possibly later)
-
Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0 (and possibly later)
-
Microsoft Visual C++ 2015 / Build Tools 14.0.25123.0 (and possibly later)
-
Microsoft Visual C++ 2017 / Build Tools 15.1.548.43366 (and possibly later)
-
Microsoft Visual C++ 2017 / Build Tools 15.1.548.43366 (and possibly later)
...
@@ -738,6 +738,7 @@ The following compilers are currently used in continuous integration at [Travis]
...
@@ -738,6 +738,7 @@ The following compilers are currently used in continuous integration at [Travis]
| GCC 4.9.4 | Ubuntu 14.04.5 LTS | g++-4.9 (Ubuntu 4.9.4-2ubuntu1~14.04.1) 4.9.4 |
| GCC 4.9.4 | Ubuntu 14.04.5 LTS | g++-4.9 (Ubuntu 4.9.4-2ubuntu1~14.04.1) 4.9.4 |
| GCC 5.4.1 | Ubuntu 14.04.5 LTS | g++-5 (Ubuntu 5.4.1-2ubuntu1~14.04) 5.4.1 20160904 |
| GCC 5.4.1 | Ubuntu 14.04.5 LTS | g++-5 (Ubuntu 5.4.1-2ubuntu1~14.04) 5.4.1 20160904 |
| GCC 6.3.0 | Ubuntu 14.04.5 LTS | g++-6 (Ubuntu/Linaro 6.3.0-18ubuntu2~14.04) 6.3.0 20170519 |
| GCC 6.3.0 | Ubuntu 14.04.5 LTS | g++-6 (Ubuntu/Linaro 6.3.0-18ubuntu2~14.04) 6.3.0 20170519 |
| GCC 7.1.0 | Ubuntu 14.04.5 LTS | g++-7 (Ubuntu 7.1.0-5ubuntu2~14.04) 7.1.0
| Clang 3.6.0 | Ubuntu 14.04.5 LTS | clang version 3.6.0 (tags/RELEASE_360/final) |
| Clang 3.6.0 | Ubuntu 14.04.5 LTS | clang version 3.6.0 (tags/RELEASE_360/final) |
| Clang 3.6.1 | Ubuntu 14.04.5 LTS | clang version 3.6.1 (tags/RELEASE_361/final) |
| Clang 3.6.1 | Ubuntu 14.04.5 LTS | clang version 3.6.1 (tags/RELEASE_361/final) |
| Clang 3.6.2 | Ubuntu 14.04.5 LTS | clang version 3.6.2 (tags/RELEASE_362/final) |
| Clang 3.6.2 | Ubuntu 14.04.5 LTS | clang version 3.6.2 (tags/RELEASE_362/final) |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment