|
d04669d0cc
|
Fixed result of JsonVariant::set((char*)0) (fixes #1368)
|
2020-09-05 17:33:47 +02:00 |
|
|
05fc136915
|
Disabled memory sanitizer with clang 6
|
2020-09-05 13:44:40 +02:00 |
|
|
8d37939086
|
Added JsonDocument::overflowed() (closes #1358)
|
2020-09-05 13:44:40 +02:00 |
|
|
6d2ad4539f
|
Simplified the implementation of parseNumber()
|
2020-09-04 09:23:40 +02:00 |
|
|
5ab53f42b2
|
Added a return value to visitors
|
2020-08-29 18:40:27 +02:00 |
|
|
f448e805e9
|
Removed dead code
|
2020-08-25 14:36:14 +02:00 |
|
|
67aa8efd5a
|
Added a build failure when nullptr is defined as a macro (closes #1355)
|
2020-08-23 09:31:40 +02:00 |
|
|
61a5273aea
|
Set version to 6.16.1
v6.16.1
|
2020-08-04 10:33:38 +02:00 |
|
|
35a39b8d8f
|
Fixed deserializeJson() that stopped reading after {} (fixes #1335)
|
2020-08-04 09:52:42 +02:00 |
|
|
96b6571352
|
Fixed use-of-uninitialized-value in encodeCodepoint()
|
2020-08-03 13:44:45 +02:00 |
|
|
74e7dd053f
|
Added memory sanitizer to fuzzers
|
2020-08-03 13:44:45 +02:00 |
|
|
1f8636d762
|
Fixed build-arduino-package.sh to ignore .vs/
|
2020-08-01 15:35:04 +02:00 |
|
|
e4cfa701d8
|
Fixed publish.sh to commit CMakeLists.txt
|
2020-08-01 15:34:27 +02:00 |
|
|
b85181a6db
|
Set version to 6.16.0
v6.16.0
|
2020-08-01 15:17:39 +02:00 |
|
|
6841b80466
|
Added JsonString::operator!=
|
2020-07-31 14:02:20 +02:00 |
|
|
298864bafe
|
Set ARDUINOJSON_DECODE_UNICODE to 1 by default
|
2020-07-30 09:49:09 +02:00 |
|
|
4d7f03836c
|
Added a test that removes an element during iteration (#1332)
|
2020-07-30 09:20:31 +02:00 |
|
|
c63eb80b95
|
Shortened the name of the private namespace using hexadecimal digits
|
2020-07-30 09:18:08 +02:00 |
|
|
0c0bf80074
|
Suppress IAR compiler warning.
|
2020-07-28 10:12:41 +02:00 |
|
|
144ff3b06e
|
Updated the change log. Closes #1210 and closes #1314.
|
2020-07-26 16:09:03 +02:00 |
|
|
d6c50c3596
|
Reduced stack usage when compiled with -Og (issue #1210)
This saves 128 bytes on ESP8266
|
2020-07-26 14:51:58 +02:00 |
|
|
51b177ce47
|
Reduced stack usage when compiled with -Og (issue #1210)
This saves 112 bytes on ESP8266
|
2020-07-26 12:58:12 +02:00 |
|
|
824b7a25ca
|
Reduced stack usage when compiled with -Og (issue #1210)
This saves 96 bytes on ESP8266
|
2020-07-26 12:25:13 +02:00 |
|
|
2223d40640
|
Reduced stack usage when compiler aggressively inlines deserializeJson()
This saves 64 bytes on the recursive part.
|
2020-07-26 12:25:13 +02:00 |
|
|
4df29fbac1
|
Fixed "linked" strings incorrectly marked as "owned" (fixes #1318)
|
2020-07-24 22:25:56 +02:00 |
|
|
6dc36125c2
|
Added ElementProxy::getOrAddElement() (fixes #1311)
|
2020-07-23 10:58:47 +02:00 |
|
|
40085609e2
|
Fixed copyArray() not working with MemberProxy and ElementProxy
|
2020-07-22 21:08:18 +02:00 |
|
|
ebb6d80092
|
Fixed copyArray() not working with String
|
2020-07-22 20:02:33 +02:00 |
|
|
764ff2cd53
|
Added string deduplication (closes #1303)
|
2020-07-21 20:15:31 +02:00 |
|
|
8ef226bcb8
|
Travis: Added Clang 9. Removed Xcode 7.3
|
2020-07-15 15:27:39 +02:00 |
|
|
63606c0985
|
Added json_fuzzer and msgpack_fuzzer in test suite
|
2020-07-15 12:50:00 +02:00 |
|
|
1600d39693
|
Refactored StringBuilder into StringStorage
|
2020-07-11 17:51:45 +02:00 |
|
|
04c59985a1
|
Inverted dependency between MemoryPool and string adapters.
Inserted a null after each raw string in the pool.
|
2020-07-08 09:38:27 +02:00 |
|
|
7e58347fbe
|
Added comparisons between JsonVariant s
|
2020-07-02 15:28:34 +02:00 |
|
|
0e794a28a1
|
Simplified implementation of comparison operators
|
2020-06-13 15:42:04 +02:00 |
|
|
6fb52c3638
|
Set version to 6.15.2
v6.15.2
|
2020-05-15 09:26:25 +02:00 |
|
|
b72ef09451
|
Fixed publish script
|
2020-05-15 09:26:06 +02:00 |
|
|
f7de027617
|
Break build if using 64-bit integers with ARDUINOJSON_USE_LONG_LONG==0
|
2020-05-14 10:25:10 +02:00 |
|
|
bc4c2dde33
|
Moved failing builds to a dedicated folder
|
2020-05-12 18:11:55 +02:00 |
|
|
95f05dad66
|
Added JsonVariant as an input type for deserializeXxx()
|
2020-05-05 13:16:32 +02:00 |
|
|
3bb0a7aa8e
|
Added support for enum s in as<T>() and is<T>() (fixes #1256)
|
2020-05-04 11:13:06 +02:00 |
|
|
dcf7eeef28
|
CMake: used link_libraries() instead of target_link_libraries()
|
2020-05-03 10:25:38 +02:00 |
|
|
3b923b6e4e
|
Added support for JsonDocument to copyArray() (issue #1255)
|
2020-05-02 10:00:08 +02:00 |
|
|
8050f7404b
|
CMake: gathered all build flags in a dedicated file
|
2020-04-28 16:02:59 +02:00 |
|
|
959b1d9e4c
|
Fixed error C2766 with flag /Zc:__cplusplus on VS2017+ (fixes #1250)
|
2020-04-28 16:02:38 +02:00 |
|
|
daa279d57b
|
CMake: made project arch-independent
|
2020-04-11 18:49:28 +02:00 |
|
|
ae9b7926a2
|
CMake: don't build tests when imported in another project
|
2020-04-11 18:49:28 +02:00 |
|
|
1f7a5e6943
|
Fixed links in README
|
2020-04-11 11:53:08 +02:00 |
|
|
9e354803de
|
Changed publish.sh to update the CMake project version
|
2020-04-09 21:28:48 +02:00 |
|
|
3ea5eb3f3a
|
Set version to 6.15.1
v6.15.1
|
2020-04-08 18:23:27 +02:00 |
|