Commit Graph

71 Commits

Author SHA1 Message Date
Niels Lohmann
799472a308
👷 add CI step for coverage 2021-01-31 22:08:25 +01:00
Niels Lohmann
5573533181
👷 add CI step for coverage 2021-01-31 19:38:03 +01:00
Niels Lohmann
d6f54a0837
👷 add CI step for coverage 2021-01-31 18:37:47 +01:00
Niels Lohmann
91475eeff1
👷 add CI step for coverage 2021-01-31 17:57:27 +01:00
Niels Lohmann
829f119632
👷 add CI step for coverage 2021-01-31 17:06:06 +01:00
Niels Lohmann
053ed6c123
👷 add CI step for coverage 2021-01-31 16:22:44 +01:00
Niels Lohmann
21a193c69b
👷 add CI step for coverage 2021-01-31 15:50:25 +01:00
Niels Lohmann
9ced2bf5c3
👷 add CI step for coverage 2021-01-31 15:31:15 +01:00
Niels Lohmann
6738fbda94
👷 add CI step for coverage 2021-01-31 13:49:27 +01:00
Niels Lohmann
143cc06a77
👷 add CI step for coverage 2021-01-31 13:06:20 +01:00
Niels Lohmann
6413f31d8e
👷 add CI step for coverage 2021-01-31 12:41:16 +01:00
Niels Lohmann
9b1d4691af
👷 add CI step for coverage 2021-01-30 14:09:04 +01:00
Niels Lohmann
8b362b52cb
👷 add CI steps for Sanitizers 2021-01-28 21:38:19 +01:00
Niels Lohmann
81c8ded93c
👷 add CI steps for Clang-Tidy 2021-01-27 22:53:52 +01:00
Niels Lohmann
87d1dc7ed2
👷 add CI steps for Clang-Tidy 2021-01-27 22:48:20 +01:00
Niels Lohmann
0a27d1cf59
👷 add CI steps for cppcheck and cpplint 2021-01-27 21:18:42 +01:00
Niels Lohmann
2e044e27a2
🔨 clean up 2021-01-27 20:37:18 +01:00
Niels Lohmann
d9bde8ef46
🔨 cleanup 2021-01-26 15:36:59 +01:00
Niels Lohmann
53976034d5
🔥 remove unneeded jobs 2021-01-26 14:23:01 +01:00
Niels Lohmann
f3a68aeb05
👷 add target for Valgrind tests 2021-01-25 22:33:27 +01:00
Niels Lohmann
579190152a
🐳 user Docker image to run CI 2021-01-24 13:57:29 +01:00
Niels Lohmann
06bffd263e
⚗️ add clang analyze target 2021-01-17 20:33:36 +01:00
Niels Lohmann
b7befb2faa
⚗️ add clang analyze target 2021-01-17 17:11:39 +01:00
Niels Lohmann
a749b1cca5
⚗️ try to install GCC 11 2021-01-17 16:55:06 +01:00
Niels Lohmann
bac98447ec
⚗️ try to install Clang 11 2021-01-17 15:12:49 +01:00
Niels Lohmann
ce9f6a1133
⚗️ try to install GCC 11 2021-01-17 14:59:46 +01:00
Niels Lohmann
755f694995
⚗️ try to install Clang 11 2021-01-17 14:46:20 +01:00
Niels Lohmann
bd859960f4
👷 use GitHub Actions 2021-01-17 14:41:06 +01:00
Niels Lohmann
4a56f12cf4
👷 use GitHub Actions 2021-01-17 14:37:38 +01:00
Niels Lohmann
e4fc598466
⚗️ add C++20 build 2020-12-29 20:45:56 +01:00
Niels Lohmann
77be4f6aaf
⚗️ add C++20 build 2020-12-29 20:32:07 +01:00
Niels Lohmann
91d7aa571f
⚗️ add C++20 build 2020-12-29 20:30:50 +01:00
Niels Lohmann
ca51dc62f2
⚗️ try to use Clang 10 2020-12-29 20:21:43 +01:00
Niels Lohmann
433da31334
⚗️ try to use GCC 10 2020-12-29 20:16:51 +01:00
Niels Lohmann
eaac918034
👷 remove clang9 CI 2020-12-02 08:58:45 +01: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