|
67fc2d9897
|
Assume PROGMEM is available as soon as ARDUINO is defined (#1693)
|
2021-12-31 11:00:50 +01:00 |
|
|
c2800ace32
|
Include Arduino.h before stdlib.h to avoid conflict (closes #1693)
|
2021-12-27 13:16:24 +01:00 |
|
|
ec7ffa20f2
|
Avoid Arduino.h when all its features are disabled (fixes #1692)
|
2021-12-27 13:16:24 +01:00 |
|
|
ada1f2a894
|
Add support for char[][] in copyArray()
|
2021-12-20 17:51:44 +01:00 |
|
|
184a7c4fbd
|
Add support for arbitrary array rank in copyArray()
|
2021-12-20 17:51:27 +01:00 |
|
|
84e9447f12
|
Remove redundant copy constructor of AllocatorOwner
|
2021-12-19 14:08:19 +01:00 |
|
|
0f529a3587
|
Renamed undocumented function isUndefined() to isUnbound()
|
2021-12-16 14:55:26 +01:00 |
|
|
e16767af92
|
Avoid pool reallocation in BasicJsonDocument 's copy assignment
|
2021-12-16 14:42:54 +01:00 |
|
|
3bf47761c8
|
Fix return type of StaticJsonDocument::operator=
|
2021-12-14 10:41:25 +01:00 |
|
|
90d750e4d9
|
Increase coverage
|
2021-12-07 16:08:44 +01:00 |
|
|
ca24ed48f5
|
Separate string adapter from storage policy
|
2021-12-07 16:08:44 +01:00 |
|
|
51937778dd
|
Add operator<<(std::ostream&, const JsonString&)
|
2021-12-07 16:08:44 +01:00 |
|
|
be70f6ddd7
|
Support NUL inside string values (issue #1646)
|
2021-12-07 16:08:44 +01:00 |
|
|
a27398e445
|
Check for NUL terminator in MemoryPool::findString()
|
2021-11-24 19:06:49 +01:00 |
|
|
43b2e2e774
|
Append terminator in saveStringFromFreeZone()
|
2021-11-24 19:06:49 +01:00 |
|
|
62f9b94ab1
|
Add CopiedString and LinkedString
|
2021-11-24 19:06:49 +01:00 |
|
|
b06bbd9d2a
|
Fix inconsistent pool size in BasicJsonDocument 's copy constructor
|
2021-11-23 10:49:35 +01:00 |
|
|
2df1bc7d4f
|
Fix call of overloaded 'swap(...)' is ambiguous (fixes #1678)
|
2021-11-23 10:47:31 +01:00 |
|
|
599e927590
|
Fix JsonVariant::memoryUsage() for raw strings
|
2021-11-12 16:55:41 +01:00 |
|
|
0429016ff1
|
Remove IsWriteableString
|
2021-11-12 15:28:33 +01:00 |
|
|
943a902a0b
|
Remove DeserializationError == bool and DeserializationError != bool
|
2021-10-24 09:58:39 +02:00 |
|
|
a7873389c6
|
Change VariantData::asString() return type to JsonString
|
2021-10-24 09:58:39 +02:00 |
|
|
acfa174333
|
Add safe bool idiom in JsonString
|
2021-10-24 09:58:39 +02:00 |
|
|
8418845c8d
|
Add is<JsonString>()
|
2021-10-24 09:58:39 +02:00 |
|
|
df4a4b9e1d
|
Add as<JsonString>()
|
2021-10-24 09:58:13 +02:00 |
|
|
e4658e963f
|
Change the default of ARDUINOJSON_USE_LONG_LONG to 1 on 32-bit platforms
|
2021-10-19 22:25:45 +02:00 |
|
|
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 |
|