Commit Graph

4345 Commits

Author SHA1 Message Date
Niels Lohmann
cdfe865486
📝 add documentation for numbers 2021-04-28 20:33:05 +02:00
David Pfahler
d140a1c777 fixed amalgamation file 2021-04-26 08:39:24 +02:00
David Pfahler
5a77314c5e replaced define
JSON_VERSION_IS_PREDEFINED with JSON_HAS_CPP_11
2021-04-26 08:09:36 +02:00
Niels Lohmann
a34e011e24
Merge pull request #2576 from AnthonyVH/non_default_constructable_stl_containers
Add support for deserialization of STL containers of non-default constructable types (fixes #2574).
2021-04-25 15:22:37 +02:00
Niels Lohmann
f1600cd26b
Merge pull request #2737 from nlohmann/upgrade_ci
Use Clang 12 in CI
2021-04-25 15:20:42 +02:00
Niels Lohmann
f6e9654aaa
🔇 suppress unsigned integer warnings 2021-04-25 14:33:12 +02:00
Niels Lohmann
52717b7473
👷 add clang 11 2021-04-24 14:27:13 +02:00
Niels Lohmann
608fbffcb1
📝 update compiler versions 2021-04-24 13:51:53 +02:00
Niels Lohmann
0638a27ed3
👷 add step for Infer 2021-04-24 13:50:30 +02:00
Niels Lohmann
10fc5162e7
⬆️ use Clang 12 where available 2021-04-24 13:24:36 +02:00
Niels Lohmann
9774e53cd6
Merge pull request #2707 from raduteo/patch-2
Update json.hpp
2021-04-23 09:48:38 +02:00
David Pfahler
0a2de2f5b9 fixed amalgation file for #2728 2021-04-21 12:54:55 +02:00
David Pfahler
6b267e3cb1 fixed amalgation file for #2730 2021-04-21 12:53:58 +02:00
David Pfahler
38952643c5 generate amalgation to fix CI for #2730 2021-04-21 12:46:37 +02:00
David Pfahler
31c4c8f36c Fixes #2730
Added define JSON_VERSION_IS_PREDEFINED
for skipping automatic JSON_HAS_CPP_* detection
2021-04-21 11:03:28 +02:00
David Pfahler
1a1381f071 Fixes #2728
includes some macros to be defined for using without file io.
2021-04-21 10:24:01 +02:00
raduteo
35d79203ec
Update json.hpp 2021-04-12 19:47:02 -04:00
raduteo
e8dbd7be86
Update json.hpp
Proposed fix for #2706
2021-04-09 09:35:58 -04:00
Niels Lohmann
ea4891fb5c
👌 implement some review comments 2021-03-31 10:42:08 +02:00
Niels Lohmann
02b36e928f
⚗️ add forgotten forward 2021-03-30 10:46:00 +02:00
Niels Lohmann
418fdbab62
⚗️ exclude iterators from KeyType 2021-03-30 10:14:26 +02:00
Niels Lohmann
69d74d4e3d
♻️ clean up 2021-03-30 08:41:44 +02:00
Niels Lohmann
f359d74e4d
Merge branch 'develop' of https://github.com/nlohmann/json into string_view 2021-03-30 08:11:16 +02:00
Niels Lohmann
7126d88803
Merge pull request #2690 from doronbehar/patch-1
pkg-config.pc.in: Don't concatenate paths
2021-03-30 07:50:28 +02:00
Doron Behar
53a9850eeb
pkg-config.pc.in: Don't concatenate paths
See: https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path
2021-03-29 21:43:49 +00:00
Niels Lohmann
0ff33d090b
👌 apply review comments 2021-03-29 22:32:54 +02:00
Niels Lohmann
5c1c79b61e
💚 fix build 2021-03-29 15:11:01 +02:00
Niels Lohmann
203b53d7cb
💡 update documentation 2021-03-29 13:23:09 +02:00
Niels Lohmann
268600e63b
👌 apply review comments 2021-03-29 12:18:33 +02:00
Niels Lohmann
47c7e2cfa0
Merge branch 'develop' of https://github.com/nlohmann/json into string_view 2021-03-29 12:07:28 +02:00
Niels Lohmann
3f33c21725
Merge pull request #2689 from nlohmann/ci_matrix
add more CI steps
2021-03-29 09:25:04 +02:00
Niels Lohmann
d927f44576
💚 fix build 2021-03-28 15:30:37 +02:00
Niels Lohmann
077fe41a82
🚧 do not check pushes to non-default branches 2021-03-28 14:59:42 +02:00
Niels Lohmann
ae99a31bea
🚧 add more CI tests 2021-03-28 14:48:58 +02:00
Niels Lohmann
d42f37a5f8
🚧 implement operator[] for string_view 2021-03-28 14:34:14 +02:00
Niels Lohmann
4a78689865
Merge branch 'develop' of https://github.com/nlohmann/json into string_view 2021-03-28 13:55:38 +02:00
Niels Lohmann
f268035946
👷 consolidate CI 2021-03-28 13:37:04 +02:00
Niels Lohmann
1f1fa9f30e
🔥 remove some Travis builds 2021-03-27 14:44:39 +01:00
Niels Lohmann
c591b6ca6c
👷 move some MSVC jobs from AppVeyor to GitHub Actions 2021-03-27 10:43:05 +01:00
Niels Lohmann
5213ae56ac
Merge pull request #2687 from musicinmybrain/nonconstant-sigstksz
Update doctest from 2.4.4 to 2.4.6 (fixes #2686)
2021-03-27 07:06:04 +01:00
Niels Lohmann
d01a6a4613
🚧 add overload for erase(std::string_view) 2021-03-26 13:33:22 +01:00
Niels Lohmann
16fb0cbb9d
Merge branch 'develop' of https://github.com/nlohmann/json into string_view 2021-03-26 12:10:23 +01:00
Benjamin A. Beasley
ef826b6fba Update doctest from 2.4.4 to 2.4.6 (fixes #2686) 2021-03-25 13:16:04 -04:00
Niels Lohmann
2f2c75942b
💚 fix build 2021-03-25 13:31:11 +01:00
Niels Lohmann
823801879a
Merge pull request #2683 from nlohmann/license_fix
License fix
2021-03-25 13:04:55 +01:00
Niels Lohmann
360f21e110
add tests for count() and contains() 2021-03-25 12:54:40 +01:00
Niels Lohmann
ba97e9f45d
📝 update documentation 2021-03-25 12:54:20 +01:00
Niels Lohmann
5ea15c4419
♻️ unify types for object keys 2021-03-25 12:54:09 +01:00
Niels Lohmann
6019b5d35e
Merge branch 'develop' of https://github.com/nlohmann/json into string_view 2021-03-25 12:20:53 +01:00
Niels Lohmann
4a344e1ef0
Merge pull request #2375 from karzhenkov/fix-travis-release
Properly select "Release" build for Travis
2021-03-25 12:14:22 +01:00