Thomas Braun
e226460154
github/actions: Remove clang9 on Windows
...
This currently produces
In file included from C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.27.29110\include\ciso646:9:
In file included from C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.27.29110\include\yvals.h:9:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\MSVC\14.27.29110\include\yvals_core.h:494:2: error: STL1000: Unexpected compiler version, expected Clang 10.0.0 or newer.
#error STL1000: Unexpected compiler version, expected Clang 10.0.0 or newer.
and that is very likely due to the new -pedantic flag when compiling.
Let's remove this compiler as it clearly is not meant to be used with
these MSVC headers.
2020-09-01 13:47:53 +02:00
Niels Lohmann
4080d0b1a4
✅ add test to compile without exceptions
2020-08-10 09:48:11 +02:00
Niels Lohmann
6bd38a2cb9
👷 merge Gitlab actions
2020-07-22 09:02:55 +02:00
Thomas Braun
25a59b59f2
Github Actions: Add ClangCL on Windows
...
MS Visual Studio 2019 has builtin support for other compiler toolsets [1].
This commit adds support for compiling using LLVM/Clang 10 using Visual
Studio.
ClangCL pretends to be MSVC so the usual MSVC flags apply, see also [2].
For detecting if ClangCL is used, newer cmake verisons (>= 3.15) have
builtin support using CMAKE_CXX_COMPILER_FRONTEND_VARIANT [3], for older
ones a workaround is available using CMAKE_CXX_SIMULATE_ID [4].
[1]: https://devblogs.microsoft.com/cppblog/clang-llvm-support-in-visual-studio/
[2]: https://clang.llvm.org/docs/UsersManual.html#clang-cl
[3]: https://stackoverflow.com/a/10055571
[4]: 4fe34b2d29
2020-07-14 16:02:44 +02:00
Niels Lohmann
dc06f100be
Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows
...
Conflicts:
include/nlohmann/detail/input/binary_reader.hpp
include/nlohmann/detail/input/json_sax.hpp
include/nlohmann/detail/input/lexer.hpp
include/nlohmann/detail/input/parser.hpp
include/nlohmann/detail/json_pointer.hpp
include/nlohmann/detail/output/serializer.hpp
include/nlohmann/json.hpp
single_include/nlohmann/json.hpp
2020-07-11 14:04:40 +02:00
Niels Lohmann
d019ddfcdb
👷 add code scanning
2020-07-08 12:25:53 +02:00
Niels Lohmann
24e8562664
👷 remove Clang 8
2020-06-04 12:48:03 +02:00
Niels Lohmann
a53e3a5443
👷 try Clang 8
2020-06-04 12:34:56 +02:00
Niels Lohmann
dc323314d5
👷 try Clang 10
2020-06-04 12:29:53 +02:00
Niels Lohmann
402c34c526
👷 try Clang 10
2020-06-04 12:27:37 +02:00
Niels Lohmann
9708b1e9c3
🔥 remove Code Inspector
2020-06-03 13:49:46 +02:00
Niels Lohmann
68fd772fdf
👷 add Code Inspector via GitHub Action
2020-06-03 13:44:33 +02:00
Niels Lohmann
9bc2a7fa25
👷 add Code Inspector via GitHub Action
2020-06-03 13:39:56 +02:00
Niels Lohmann
5ea205f570
👷 install clang
2020-05-30 18:17:54 +02:00
Niels Lohmann
5f10d5d156
👷 install clang
2020-05-30 18:15:13 +02:00
Niels Lohmann
7c0c522b96
👷 install clang
2020-05-30 18:11:54 +02:00
Niels Lohmann
522ec5d7bd
👷 install clang
2020-05-30 18:06:52 +02:00
Niels Lohmann
7e5c2a480a
👷 install clang
2020-05-30 18:04:07 +02:00
Niels Lohmann
9c971c2d2f
👷 install clang
2020-05-30 17:40:27 +02:00
Niels Lohmann
4ba8c95794
👷 install clang
2020-05-30 13:41:18 +02:00
Niels Lohmann
fbd3e8f677
👷 install clang
2020-05-30 13:35:19 +02:00
Niels Lohmann
0309025b45
👷 set full path
2020-05-30 13:28:44 +02:00
Niels Lohmann
9191926fff
👷 use Makefiles
2020-05-30 13:23:13 +02:00
Niels Lohmann
42ef2a5adb
👷 use Clang compiler
2020-05-30 13:15:56 +02:00
Niels Lohmann
2182935397
👷 add Clang/Windows step
2020-05-30 13:07:23 +02:00
Niels Lohmann
325e8ab8ab
🔧 explicitly switch on tests in CI
2020-05-27 13:22:14 +02:00
Niels Lohmann
4d39644bd0
💚 fix build
2020-05-19 13:45:52 +02:00
Niels Lohmann
5cfa8a586e
👷 run workflows on pull requests
2020-05-18 14:01:54 +02:00
Niels Lohmann
94115a302e
🏁 exclude slow Unicode test
2020-05-12 21:22:47 +02:00
Niels Lohmann
8c44c7b6de
🏁 set Windows CI to Release mode
2020-05-12 21:18:08 +02:00
Niels Lohmann
44a2158b18
👷 make debug build
2020-05-12 20:51:45 +02:00
Niels Lohmann
77e0ba8750
👷 parallelize builds
2020-05-12 20:45:18 +02:00
Niels Lohmann
6e59c8301a
👷 simplify CMake invocations
2020-05-12 20:37:50 +02:00
Niels Lohmann
ab02b08296
👷 rename workflows
2020-05-12 20:30:11 +02:00
Niels Lohmann
cd76f59af6
👷 add more GitHub actions workflows
2020-05-12 20:26:17 +02:00
Niels Lohmann
eab68e7750
👷 add test step
2019-09-02 22:15:11 +02:00
Niels Lohmann
90c1c24ccb
👷 try GitHub Actions
2019-09-02 21:35:53 +02:00