|
14639f129e
|
CMake: added empty line at end of each file
|
2021-06-26 11:29:15 +02:00 |
|
|
9182c2068d
|
Fixed build-single-header.sh (fixes #1592)
|
2021-06-21 16:11:02 +02:00 |
|
|
cb1b3be723
|
CI: build single headers
|
2021-06-21 16:11:02 +02:00 |
|
|
f235157466
|
Added support for std::string_view (closes #1578, closes #1554)
|
2021-06-17 20:41:04 +02:00 |
|
|
ba5cdab619
|
Test: extracted executable Cpp11Tests
|
2021-06-17 20:28:09 +02:00 |
|
|
4e261068a1
|
clang-format: set IndentPPDirectives to AfterHash
|
2021-06-16 21:08:01 +02:00 |
|
|
9dbf44388d
|
clang-tidy: muted "call to function is insecure" in tests
|
2021-06-04 11:37:07 +02:00 |
|
|
9bcb409648
|
Fixed serializeJson(doc, String) when allocation fails (fixes #1572)
|
2021-05-30 21:34:07 +02:00 |
|
|
3b10afd2ab
|
CI: test more platforms on PlatformIO
|
2021-05-30 18:45:40 +02:00 |
|
|
622e7dd287
|
Fixed support for volatile float and double (fixes #1557)
|
2021-05-19 15:01:51 +02:00 |
|
|
c7c0b729c1
|
Added a deprecation warning for is<char>() and is<char*>()
|
2021-05-05 15:43:02 +02:00 |
|
|
4780174ee1
|
Added a deprecation warning for as<char>() and set(char)
|
2021-05-04 16:10:50 +02:00 |
|
|
ab23625091
|
Renamed DEPRECATED to ARDUINOJSON_DEPRECATED
|
2021-05-04 14:44:07 +02:00 |
|
|
2be528a3fa
|
serializeMsgPack(doc, p, n) doesn't add terminator anymore (fixes #1545)
|
2021-04-29 20:59:15 +02:00 |
|
|
337864618c
|
Reversed parameters of convertToJson() and convertFromJson()
Now the order matches copyArray(): source first, destination second.
|
2021-04-28 10:25:39 +02:00 |
|
|
4b89878c10
|
Added a deprecation warning for as<char*>()
|
2021-04-27 18:25:42 +02:00 |
|
|
7be0c2c650
|
CMake: added labels to tests
|
2021-04-25 11:38:19 +02:00 |
|
|
43f0db45ad
|
Updated Catch library to 1.12.2
|
2021-04-22 08:54:16 +02:00 |
|
|
d8a1d1a120
|
Increased coverage of ConverterImpl.hpp
|
2021-04-18 17:23:51 +02:00 |
|
|
64e52e97ee
|
Removed redundant range check in MemoryPoolPrint
|
2021-04-18 16:47:28 +02:00 |
|
|
fc4f5fd05f
|
Changed integer storage from positive/negative to signed/unsigned
|
2021-04-14 11:45:01 +02:00 |
|
|
d5d2209d09
|
Added "https://" prefix to all URLs so they are clickable in VS Code
|
2021-03-29 19:35:25 +02:00 |
|
|
347ac422f4
|
Added support for Printable (closes #1444)
|
2021-03-27 14:35:15 +01:00 |
|
|
d7f5b56ca4
|
Added support for custom converters (closes #687)
|
2021-03-20 14:52:47 +01:00 |
|
|
e4ce75e20c
|
Simplified JsonVariant::as<T>() to always return T
|
2021-03-08 19:33:52 +01:00 |
|
|
9094179856
|
CI: added a clang-format job
|
2021-02-26 13:13:11 +01:00 |
|
|
3aab36fec2
|
Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412)
|
2021-02-25 19:19:23 +01:00 |
|
|
744d61f6fd
|
Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412)
|
2021-02-23 08:41:24 +01:00 |
|
|
05498aa178
|
Added JsonVariant::is<JsonVariant>() (issue #1412)
|
2021-02-23 08:39:58 +01:00 |
|
|
b1eb273d5b
|
Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412)
|
2021-02-23 08:33:28 +01:00 |
|
|
8a3f8510d6
|
Simplified tests of JsonVariant::is<T>()
|
2021-02-23 08:27:48 +01:00 |
|
|
1038fc35df
|
Removed DeserializationError::NotSupported
|
2021-02-18 19:41:15 +01:00 |
|
|
71f44aaee1
|
deserializeMsgPack() inserts null instead of returning NotSupported
|
2021-02-18 19:40:25 +01:00 |
|
|
cc7ebfd11e
|
deserializeJson() leaves \uXXXX instead of returning NotSupported
|
2021-02-18 19:40:11 +01:00 |
|
|
54d4b308f4
|
Remove JsonVariant::set(char)
|
2021-02-18 08:48:28 +01:00 |
|
|
5234c8124b
|
Removed JsonVariant::as<char>() (fixes #1498)
|
2021-02-18 08:48:10 +01:00 |
|
|
3975b07371
|
Moved CI from Travis to GitHub Actions (fixes #1493)
|
2021-02-03 21:33:18 +01:00 |
|
|
d2174d1580
|
Fixed compilation error when isdigit() is a macro (fixes #1487)
|
2021-02-02 10:08:10 +01:00 |
|
|
c70a491f59
|
Made JsonDocument's destructor protected (fixes #1480)
|
2021-01-27 10:00:10 +01:00 |
|
|
97b7161d78
|
Update copyright notice for 2021
|
2021-01-25 09:14:15 +01:00 |
|
|
aa7cc5351c
|
Travis: added smoke test for Particle Argon
|
2020-11-10 14:46:45 +01:00 |
|
|
30da920135
|
Fixed invalid conversion in operator|(Variant, char*) (fixes #1432)
|
2020-11-09 09:21:19 +01:00 |
|
|
10ec0f21b0
|
Fixed operator|(MemberProxy, JsonObject) (fixes #1415)
|
2020-10-23 10:48:33 +02:00 |
|
|
ff66182dc6
|
Gathered the tests of MemberProxy in one file
|
2020-10-22 09:37:05 +02:00 |
|
|
d02ce2f1bb
|
Gathered the tests of ElementProxy in one file
|
2020-10-22 09:37:05 +02:00 |
|
|
2664a2d0da
|
Fixed error "ambiguous overload for operator|" (fixes #1411)
|
2020-10-22 09:30:31 +02:00 |
|
|
712005219c
|
Added filtering for MessagePack (closes #1298, closes #1394)
|
2020-10-13 09:40:39 +02:00 |
|
|
0bd17aff8a
|
Coverage: use -O0 instead of -Og
|
2020-10-11 15:10:52 +02:00 |
|
|
f3f44d7812
|
Renamed StdStringAdapter to StlStringAdapter (internal use only)
|
2020-10-01 10:01:33 +02:00 |
|
|
8385d5fa3a
|
Added wildcard key (* ) for filters (closes #1309)
|
2020-09-28 21:11:38 +02:00 |
|