|
7764515f56
|
Change the default of ARDUINOJSON_USE_DOUBLE to 1
|
2021-10-19 22:25:45 +02:00 |
|
|
7046c38c84
|
Remove ARDUINOJSON_EMBEDDED_MODE
|
2021-10-19 22:25:45 +02:00 |
|
|
f82a227da6
|
Set version to 6.18.5
|
2021-09-28 17:18:44 +02:00 |
|
|
fcd8159617
|
Set ARDUINOJSON_EMBEDDED_MODE to 1 on Nios II (closes #1657)
|
2021-09-28 15:58:18 +02:00 |
|
|
e0cd5b6405
|
Increased test coverage
|
2021-09-12 10:13:12 +02:00 |
|
|
6a71f31820
|
Set version to 6.18.4
|
2021-09-06 09:11:22 +02:00 |
|
|
3428ab1e89
|
Added a comment to easily diagnose issue #1648
|
2021-09-03 08:31:51 +02:00 |
|
|
956e4a7cbb
|
Fixed deserialization of \u0000 (issue #1646)
|
2021-08-31 14:23:58 +02:00 |
|
|
2c3ae1c181
|
Filter: exact match takes precedence over wildcard (fixes #1628)
|
2021-08-13 10:35:15 +02:00 |
|
|
f570fe8c37
|
Fixed error expected unqualified-id on GCC 11 (fixes #1622)
|
2021-08-03 11:39:18 +02:00 |
|
|
1b74ad0731
|
Fixed error 'dummy' may be used uninitialized on GCC 11
|
2021-08-03 11:39:07 +02:00 |
|
|
b810833145
|
Set version to 6.18.3
|
2021-07-27 15:44:36 +02:00 |
|
|
9d58e566fd
|
Added as<std::string_view>() and is<std::string_view>()
|
2021-07-27 14:16:39 +02:00 |
|
|
6632fa8da1
|
Removed StringAdapter::equals()
|
2021-07-27 14:16:39 +02:00 |
|
|
5790f3c8f7
|
Refactored string adapters: only one IsString<T> and adaptString()
|
2021-07-27 14:16:18 +02:00 |
|
|
4073b52c00
|
Changed return type of convertToJson() and Converter::toJson() to void
|
2021-07-23 15:11:48 +02:00 |
|
|
ebf58320ca
|
Set version to 6.18.2
|
2021-07-19 10:11:21 +02:00 |
|
|
219475630a
|
Set version to 6.18.1
|
2021-07-03 16:03:01 +02:00 |
|
|
ef7579394b
|
Fixed JsonVariant::as<unsigned>() (fixes #1601)
|
2021-06-30 09:58:03 +02:00 |
|
|
a6fc9311b4
|
Added JsonArray::clear() (fixes #1597)
|
2021-06-26 11:29:15 +02:00 |
|
|
145d45c746
|
Fixed warning on Clang 10
|
2021-06-17 20:41:04 +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 |
|
|
eab5ae2f07
|
Simplified string adapters
|
2021-06-16 21:08:05 +02:00 |
|
|
4e261068a1
|
clang-format: set IndentPPDirectives to AfterHash
|
2021-06-16 21:08:01 +02:00 |
|
|
1d24caf066
|
Added InvalidConversion to identify invalid conversions (closes #1585)
|
2021-06-11 11:54:52 +02:00 |
|
|
de11b36a98
|
clang-tidy: muted "uninitialized pointer/field" in StringCopier
|
2021-06-04 11:38:21 +02:00 |
|
|
c4a4ed5272
|
clang-tidy: muted "uninitialized field" in Latch
|
2021-06-04 11:37:07 +02:00 |
|
|
a24edac5a9
|
clang-tidy: muted "use of memory after it is freed" in MemoryPool
|
2021-06-04 11:37:07 +02:00 |
|
|
6b8e93e05e
|
clang-tidy: fixed "uninitialized field" in VariantData
|
2021-06-04 11:36:20 +02:00 |
|
|
6b5239b9d5
|
clang-tidy: removed unused field
|
2021-06-04 11:16:24 +02:00 |
|
|
214c06b771
|
clang-tidy: fixed clang-analyzer-optin.cplusplus.UninitializedObject
|
2021-06-04 11:16:17 +02:00 |
|
|
9bcb409648
|
Fixed serializeJson(doc, String) when allocation fails (fixes #1572)
|
2021-05-30 21:34:07 +02:00 |
|
|
af3bb131c8
|
Fixed error Pe070 "incomplete type is not allowed" on IAR (fixes #1560)
|
2021-05-19 15:07:59 +02:00 |
|
|
622e7dd287
|
Fixed support for volatile float and double (fixes #1557)
|
2021-05-19 15:01:51 +02:00 |
|
|
36bcc7b355
|
Set version to 6.18.0
|
2021-05-05 20:41:35 +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 |
|
|
892c37db08
|
Optimized JsonVariant::is<float>()
|
2021-04-21 13:21:40 +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 |
|
|
2a777a659a
|
Fixed reference-binding-to-null-pointer in MsgPack deserializer
|
2021-04-15 14:56:59 +02:00 |
|
|
898f429826
|
Fixed member-call-on-null-pointer in getMember() when array is empty
|
2021-04-15 14:56:59 +02:00 |
|
|
88fbe3ac34
|
Fixed undefined behavior in JSON serializer
|
2021-04-15 14:56:59 +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 |
|