1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-31 10:24:23 +03:00
Commit Graph

253 Commits

Author SHA1 Message Date
e65db83448 ⚗️ add -WX flag to MSVC builds 2021-08-13 12:42:38 +02:00
db7ccafbda 💚 fix MSVC build 2021-08-07 13:55:25 +02:00
c5928501b0 💚 fix MSVC build 2021-08-07 13:19:25 +02:00
b74474e3fd 💚 fix MSVC build 2021-08-07 13:14:00 +02:00
fde6e1f800 Merge branch 'develop' of https://github.com/nlohmann/json into macos_standards 2021-06-14 07:17:47 +02:00
802895b483 👷 remove Clang 10 2021-06-13 14:14:10 +02:00
032f32ebe4 👷 add Clang 12 2021-06-13 14:04:20 +02:00
30e52eb046 👷 execute all tests 2021-05-30 13:28:58 +02:00
2b685c744b 👷 reduce load 2021-05-29 13:10:28 +02:00
9f5ee3f145 👷 fix syntax 2021-05-28 22:27:46 +02:00
311730bc3d 👷 add C++ standards to macOS matrix #2491 2021-05-28 22:23:50 +02:00
cdfe865486 📝 add documentation for numbers 2021-04-28 20:33:05 +02:00
52717b7473 👷 add clang 11 2021-04-24 14:27:13 +02:00
0638a27ed3 👷 add step for Infer 2021-04-24 13:50:30 +02:00
d927f44576 💚 fix build 2021-03-28 15:30:37 +02:00
077fe41a82 🚧 do not check pushes to non-default branches 2021-03-28 14:59:42 +02:00
ae99a31bea 🚧 add more CI tests 2021-03-28 14:48:58 +02:00
f268035946 👷 consolidate CI 2021-03-28 13:37:04 +02:00
1f1fa9f30e 🔥 remove some Travis builds 2021-03-27 14:44:39 +01:00
c591b6ca6c 👷 move some MSVC jobs from AppVeyor to GitHub Actions 2021-03-27 10:43:05 +01:00
6f551930e5 🚨 add new CI and fix warnings (#2561)
* ⚗️ move CI targets to CMake
* ♻️ add target for cpplint
* ♻️ add target for self-contained binaries
* ♻️ add targets for iwyu and infer
* 🔊 add version output
* ♻️ add target for oclint
* 🚨 fix warnings
* ♻️ rename targets
* ♻️ use iwyu properly
* 🚨 fix warnings
* ♻️ use iwyu properly
* ♻️ add target for benchmarks
* ♻️ add target for CMake flags
* 👷 use GitHub Actions
* ⚗️ try to install Clang 11
* ⚗️ try to install GCC 11
* ⚗️ try to install Clang 11
* ⚗️ try to install GCC 11
* ⚗️ add clang analyze target
* 🔥 remove Google Benchmark
* ⬆️ Google Benchmark 1.5.2
* 🔥 use fetchcontent
* 🐧 add target to download a Linux version of CMake
* 🔨 fix dependency
* 🚨 fix includes
* 🚨 fix comment
* 🔧 adjust flags for GCC 11.0.0 20210110 (experimental)
* 🐳 user Docker image to run CI
* 🔧 add target for Valgrind
* 👷 add target for Valgrind tests
* ⚗️ add Dart
*  remove Dart
* ⚗️ do not call ctest in test subdirectory
* ⚗️ download test data explicitly
* ⚗️ only execute Valgrind tests
* ⚗️ fix labels
* 🔥 remove unneeded jobs
* 🔨 cleanup
* 🐛 fix OCLint call
*  add targets for offline and git-independent tests
*  add targets for C++ language versions and reproducible tests
* 🔨 clean up
* 👷 add CI steps for cppcheck and cpplint
* 🚨 fix warnings from Clang-Tidy
* 👷 add CI steps for Clang-Tidy
* 🚨 fix warnings
* 🔧 select proper binary
* 🚨 fix warnings
* 🚨 suppress some unhelpful warnings
* 🚨 fix warnings
* 🎨 fix format
* 🚨 fix warnings
* 👷 add CI steps for Sanitizers
* 🚨 fix warnings
*  add optimization to sanitizer build
* 🚨 fix warnings
* 🚨 add missing header
* 🚨 fix warnings
* 👷 add CI step for coverage
* 👷 add CI steps for disabled exceptions and implicit conversions
* 🚨 fix warnings
* 👷 add CI steps for checking indentation
* 🐛 fix variable use
* 💚 fix build
*  remove CircleCI
* 👷 add CI step for diagnostics
* 🚨 fix warning
* 🔥 clean Travis
2021-03-24 07:15:18 +01:00
e4fc598466 ⚗️ add C++20 build 2020-12-29 20:45:56 +01:00
77be4f6aaf ⚗️ add C++20 build 2020-12-29 20:32:07 +01:00
91d7aa571f ⚗️ add C++20 build 2020-12-29 20:30:50 +01:00
ca51dc62f2 ⚗️ try to use Clang 10 2020-12-29 20:21:43 +01:00
433da31334 ⚗️ try to use GCC 10 2020-12-29 20:16:51 +01:00
eaac918034 👷 remove clang9 CI 2020-12-02 08:58:45 +01:00
4080d0b1a4 add test to compile without exceptions 2020-08-10 09:48:11 +02:00
b3e5cb7f20 🔖 set version to 3.9.1 2020-08-06 13:45:29 +02:00
e110667d21 🔖 set version to 3.9.0 2020-07-27 15:48:09 +02:00
6bd38a2cb9 👷 merge Gitlab actions 2020-07-22 09:02:55 +02:00
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
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
d019ddfcdb 👷 add code scanning 2020-07-08 12:25:53 +02:00
ac3922c7aa Merge branch 'develop' of https://github.com/nlohmann/json into clang_windows
 Conflicts:
	include/nlohmann/detail/input/binary_reader.hpp
	include/nlohmann/detail/input/input_adapters.hpp
	include/nlohmann/detail/input/lexer.hpp
	include/nlohmann/detail/output/binary_writer.hpp
	include/nlohmann/json.hpp
	single_include/nlohmann/json.hpp
2020-06-27 13:14:48 +02:00
5ba0f65c34 🔧 remove feature request template 2020-06-27 12:55:41 +02:00
aefa0b3e86 🔧 use Github discussions for questions 2020-06-27 12:54:42 +02:00
24e8562664 👷 remove Clang 8 2020-06-04 12:48:03 +02:00
a53e3a5443 👷 try Clang 8 2020-06-04 12:34:56 +02:00
dc323314d5 👷 try Clang 10 2020-06-04 12:29:53 +02:00
402c34c526 👷 try Clang 10 2020-06-04 12:27:37 +02:00
9708b1e9c3 🔥 remove Code Inspector 2020-06-03 13:49:46 +02:00
68fd772fdf 👷 add Code Inspector via GitHub Action 2020-06-03 13:44:33 +02:00
9bc2a7fa25 👷 add Code Inspector via GitHub Action 2020-06-03 13:39:56 +02:00
5ea205f570 👷 install clang 2020-05-30 18:17:54 +02:00
5f10d5d156 👷 install clang 2020-05-30 18:15:13 +02:00
7c0c522b96 👷 install clang 2020-05-30 18:11:54 +02:00
522ec5d7bd 👷 install clang 2020-05-30 18:06:52 +02:00
7e5c2a480a 👷 install clang 2020-05-30 18:04:07 +02:00
9c971c2d2f 👷 install clang 2020-05-30 17:40:27 +02:00