Niels Lohmann
|
e110667d21
|
🔖 set version to 3.9.0
|
2020-07-27 15:48:09 +02:00 |
|
Niels Lohmann
|
bba57cc4af
|
🚨 fix UBSAN warning
|
2020-07-23 14:02:49 +02:00 |
|
Théo DELRIEU
|
74b446f5fd
|
add a switch to enable implicit conversions (defaults to true)
wrap implicit conversions tests around the JSON_USE_IMPLICIT_CONVERSIONS
macro
|
2020-07-22 10:49:01 +02:00 |
|
jprochazk
|
851315c878
|
add regression test
|
2020-07-19 18:35:58 +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
|
b2240f7508
|
🏁 remove failing code for Clang/Windows
|
2020-07-11 13:46:04 +02:00 |
|
Niels Lohmann
|
e3e9ccfc02
|
🚑 fix regression from #2181
|
2020-07-08 14:02:28 +02:00 |
|
Niels Lohmann
|
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 |
|
Niels Lohmann
|
5f862710fe
|
🔖 set version to 3.8.0
|
2020-06-14 17:16:45 +02:00 |
|
Niels Lohmann
|
65c4b07451
|
🎨 replace alternative operators (and, not, or)
|
2020-06-03 21:22:07 +02:00 |
|
Niels Lohmann
|
225fa58f16
|
🚧 add fix from #1715
|
2020-05-20 22:20:40 +02:00 |
|
Niels Lohmann
|
b7ff40029a
|
💥 change serialization of binary values
|
2020-05-18 13:53:20 +02:00 |
|
Niels Lohmann
|
d7b032f565
|
✅ add tests to improve coverage
|
2020-05-13 21:28:43 +02:00 |
|
Niels Lohmann
|
dbf1a1f413
|
♻️ download test data from external repository
|
2020-05-01 14:32:37 +02:00 |
|
Niels Lohmann
|
2e5727d778
|
🐛 properly pass serialize_binary to dump function #2067
|
2020-04-27 15:10:23 +02:00 |
|
Niels Lohmann
|
a29e3b1318
|
Merge pull request #2054 from nlohmann/feature/issue1983
Fix bug in diff function
|
2020-04-20 19:44:35 +02:00 |
|
Michael Reilly
|
012c9665ac
|
Add binary type support to all binary file formats, as well as an internally represented binary type
|
2020-04-14 10:22:45 -04:00 |
|
Niels Lohmann
|
dd04a32918
|
🐛 fix bug in diff function #1983
|
2020-04-13 14:35:36 +02:00 |
|
Niels Lohmann
|
c5eafe74e8
|
🔖 set version to 3.7.3
|
2019-11-17 12:09:12 +01:00 |
|
Niels Lohmann
|
56109eacd7
|
🔖 set version to 3.7.2
|
2019-11-10 21:23:39 +01:00 |
|
Niels Lohmann
|
aacdc6bbe3
|
🔖 set version to 3.7.1
|
2019-11-06 18:37:26 +01:00 |
|
Niels Lohmann
|
1e9f16dff0
|
🚨 fix linter errors
|
2019-11-05 20:25:53 +01:00 |
|
Niels Lohmann
|
c0ae88bf50
|
🚨 fix linter errors
|
2019-11-05 20:23:17 +01:00 |
|
Niels Lohmann
|
7bcaba0ca9
|
Merge pull request #1821 from AnthonyVH/develop
Fix for #1647
|
2019-11-05 19:15:54 +01:00 |
|
Anthony VH
|
c4923e3d05
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2019-11-04 20:50:43 +01:00 |
|
Anthony VH
|
ec9647ae63
|
Moved test for #1647 regression to regressions file.
|
2019-11-04 20:45:24 +01:00 |
|
Camille Bégué
|
8b686b30eb
|
Add restriction for tuple specialization of to_json
This commit fix the issue #1825
Signed-off-by: Camille Bégué <c.begue@samsung.com>
|
2019-11-04 09:57:16 +01:00 |
|
Niels Lohmann
|
dfe53c36da
|
🚨 fix UBSAN warnings
|
2019-11-03 13:48:25 +01:00 |
|
Niels Lohmann
|
a1828bbf57
|
Merge pull request #1806 from cbegue/develop
Fix issue #1805
|
2019-11-01 19:46:19 +01:00 |
|
Camille Bégué
|
794a3d411a
|
Fix issue #1805
* Add some restriction on pair partial specialization of to_json
Signed-off-by: Camille Bégué <camille.begue.pro@gmail.com>
|
2019-10-31 18:04:15 +01:00 |
|
Florian Pigorsch
|
b93d414a35
|
Fix some spelling errors - mostly in comments & documentation.
I did not touch the Changelog file and any third party stuff.
additonal -> additional (1)
apppend -> append (2)
constuctor -> constructor (2)
contect -> context (2)
dobulequote -> doublequote (1)
elemnts -> elements (1)
exakt -> exact (2)
exluded -> exclude (1)
explicitely -> explicitly (2)
narcissic -> narcissistic (1)
ocurred -> occurred (1)
occuring -> occurring (2)
preceeds -> preceded (1)
ot -> to (2)
wehther -> whether (2)
|
2019-10-19 11:59:51 +02:00 |
|
Miguel Sacristan
|
e26a2904fc
|
Fix and add test's for SFINAE problem
|
2019-09-10 21:36:23 +02:00 |
|
Thomas Braun
|
70aa8a31a2
|
Add regression test for dumping the minimum value of int64_t
|
2019-09-03 13:55:19 +02:00 |
|
Niels Lohmann
|
48e1fe03b5
|
🔖 set version to 3.7.0
|
2019-07-28 20:20:41 +02:00 |
|
Niels Lohmann
|
a501365ea2
|
Merge branch 'feature/hedley' into develop
|
2019-07-14 20:58:08 +02:00 |
|
Niels Lohmann
|
b17440c12f
|
🚨 fix compiler warnings
|
2019-07-12 21:05:16 +02:00 |
|
Niels Lohmann
|
947656544d
|
🚨 fix warnings
|
2019-07-02 21:06:42 +02:00 |
|
Niels Lohmann
|
9289a23a76
|
Merge pull request #1643 from kevinlul/develop
Fix json.hpp compilation issue with other typedefs with same name (Issue #1642)
|
2019-07-01 22:57:04 +02:00 |
|
kevinlul
|
e616d095ab
|
Remove boolean regression test for #1642
|
2019-06-30 11:57:57 -04:00 |
|
kevinlul
|
855156b5e8
|
Add regression tests for #1642
|
2019-06-29 19:26:38 -04:00 |
|
Isaac Nickaein
|
eba8244ead
|
Avoid collision of ::max with windows.h macro
|
2019-06-22 21:15:13 +04:30 |
|
onqtam
|
da5b7833a0
|
fixing the remaining of the pedantic gcc/clang target warnings
|
2019-03-31 13:57:44 +03:00 |
|
onqtam
|
a0000c3235
|
finished the last of the warnings
|
2019-03-27 01:09:47 +02:00 |
|
onqtam
|
5d511a6e96
|
fixed a bunch of warnings from the Makefile from the root of the repo
|
2019-03-27 00:58:53 +02:00 |
|
onqtam
|
2b346099df
|
Merge branch 'develop' of https://github.com/nlohmann/json into doctest
|
2019-03-24 17:21:44 +02:00 |
|
Niels Lohmann
|
efa1b9a7bb
|
🔖 set version to 3.6.1
|
2019-03-20 20:50:05 +01:00 |
|
Niels Lohmann
|
b37392b7ac
|
🔖 set version to 3.6.0
|
2019-03-20 00:19:07 +01:00 |
|
Viktor Kirilov
|
365944b0bc
|
Merge branch 'develop' into doctest
|
2019-03-18 16:59:36 +02:00 |
|
Niels Lohmann
|
b8451c236f
|
🚨 fixed warnings
|
2019-03-17 12:01:49 +01:00 |
|
Niels Lohmann
|
546e2cbf5e
|
🚨 fixed some warnings
|
2019-03-13 22:14:53 +01:00 |
|