- 24 Apr, 2020 1 commit
-
-
Niels Lohmann authored
updated wandbox link
-
- 23 Apr, 2020 1 commit
-
-
Alexander Myasnikov authored
-
- 21 Apr, 2020 1 commit
-
-
Niels Lohmann authored
Add missing testcase about NaN in unit-constructor1.cpp
-
- 20 Apr, 2020 6 commits
-
-
Niels Lohmann authored
Fix bug in diff function
-
Niels Lohmann authored
-
Niels Lohmann authored
Fix GCC compiler warnings
-
Niels Lohmann authored
Fix Clang compiler warnings
-
Niels Lohmann authored
Update doctest to 2.3.7
-
chenguoping authored
-
- 19 Apr, 2020 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
-
Niels Lohmann authored
make CMake's version config file architecture-independent
-
- 17 Apr, 2020 3 commits
-
-
Hubert Chathi authored
-
Niels Lohmann authored
fix warnings in serializer.hpp for VS2019
-
Niels Lohmann authored
Fix C26451 warnnings in to_chars.hpp
-
- 16 Apr, 2020 1 commit
-
-
Niels Lohmann authored
Add binary type support to all binary file formats, as well as an internally represented binary type
-
- 14 Apr, 2020 1 commit
-
-
Michael Reilly authored
Add binary type support to all binary file formats, as well as an internally represented binary type
-
- 13 Apr, 2020 5 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
catch exceptions for json_pointer : ..../+99
-
Niels Lohmann authored
Templatize basic_json constructor from json_ref
-
Niels Lohmann authored
-
Niels Lohmann authored
Replace deprecated std::is_pod
-
- 12 Apr, 2020 3 commits
-
-
Artöm Bakri Al-Sarmini authored
-
Artöm Bakri Al-Sarmini authored
-
Niels Lohmann authored
-
- 11 Apr, 2020 4 commits
-
-
Niels Lohmann authored
Modify the document about operator==
-
Niels Lohmann authored
Added wsjcpp.yml
-
Niels Lohmann authored
-
Evgenii Sopov authored
-
- 10 Apr, 2020 4 commits
-
-
Niels Lohmann authored
-
Niels Lohmann authored
Fixes #1971 (memory leak in basic_json::push_back)
-
Niels Lohmann authored
-
Niels Lohmann authored
appveyor.yml: Compile and test with latest version for __cplusplus ma…
-
- 08 Apr, 2020 1 commit
-
-
Artöm Bakri Al-Sarmini authored
-
- 07 Apr, 2020 4 commits
-
-
Artöm Bakri Al-Sarmini authored
-
Artöm Bakri Al-Sarmini authored
-
Niels Lohmann authored
-
chenguoping authored
-
- 06 Apr, 2020 1 commit
-
-
Thomas Braun authored
According to [1] the C++ macro __cplusplus has always the value 199711L even if you enable later version of C++ support via /std. Use one job with /Zc:__cplusplus defined so that we know that it compiles. [1]: https://docs.microsoft.com/en-us/cpp/build/reference/zc-cplusplus?view=vs-2019
-