|
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 |
|
|
ec43bf4fe9
|
Simplified the implementation of implicit casts
|
2020-04-08 18:18:18 +02:00 |
|
|
2097ffaabf
|
Updated README
|
2020-04-08 11:16:22 +02:00 |
|
|
67e78f0751
|
Disabled alignment on AVR (fixes #1231)
|
2020-04-08 11:16:22 +02:00 |
|
|
1791dccbf2
|
Added CMake "install" target (closes #1209)
|
2020-04-07 21:43:10 +02:00 |
|
|
40d1cfe7af
|
Fixed "pointless integer comparison" warning on IAR (issue #1233)
|
2020-04-06 18:20:12 +02:00 |
|
|
4627f851ca
|
Fixed "statement is unreachable" warning on IAR (issue #1233)
|
2020-04-06 18:19:32 +02:00 |
|
|
fc9e609ab5
|
Fixed "maybe-uninitialized" warning (fixes #1217)
|
2020-03-25 08:37:57 +01:00 |
|
|
8b3d861a9d
|
Updated README
|
2020-03-23 13:39:58 +01:00 |
|
|
9ef864b27c
|
Fixed markup in changelog
|
2020-03-23 11:03:30 +01:00 |
|
|
275b80a462
|
Updated library description
|
2020-03-23 11:02:58 +01:00 |
|
|
763be4f266
|
Set version to 6.15.0
v6.15.0
|
2020-03-22 21:02:38 +01:00 |
|
|
5b812522fa
|
Enabled debug mode when PlatformIO builds in debug
|
2020-03-20 20:58:08 +01:00 |
|
|
9cb0ddb5e7
|
Removed the copy-constructor of JsonDocument (issue #1189)
|
2020-03-05 13:46:45 +01:00 |
|
|
735bea1f47
|
Added StaticJsonDocument::garbageCollect()
|
2020-03-02 14:50:16 +01:00 |
|
|
0853b04589
|
Changed BasicJsonDocument's copy-constructor to copy the capacity
|
2020-03-02 12:39:29 +01:00 |
|
|
c1b3705df1
|
Added BasicJsonDocument::garbageCollect() (issue #1195)
|
2020-03-01 18:01:55 +01:00 |
|
|
2540b4e01b
|
Added move-constructor and move-assignment to BasicJsonDocument
|
2020-03-01 17:24:29 +01:00 |
|
|
2641697e0b
|
Fixed incorrect string comparison on some platforms (fixes #1198)
|
2020-02-27 11:44:09 +01:00 |
|
|
2996503b27
|
Fixed enums serialized as booleans (fixes #1197)
|
2020-02-26 16:16:20 +01:00 |
|
|
0214c9bcad
|
Improved coverage of JsonObject
|
2020-02-23 13:03:14 +01:00 |
|
|
a471aed6db
|
Improved coverage of JsonObject
|
2020-02-22 14:17:10 +01:00 |
|
|
af0edecddb
|
Fixed MemberProxy::set(char[]) not duplicating the string (fixes #1191)
|
2020-02-22 12:06:39 +01:00 |
|
|
300323cfd7
|
Improved coverage of JsonArray
|
2020-02-20 09:18:10 +01:00 |
|
|
d8724e0a0b
|
Changed the array subscript to automatically add missing elements
|
2020-02-20 08:59:25 +01:00 |
|
|
0001dabfd1
|
Improved coverage of MemoryPool
|
2020-02-19 17:27:04 +01:00 |
|
|
ad78001241
|
Removed useless null checks
|
2020-02-19 17:22:23 +01:00 |
|
|
5a837a591e
|
Improved coverage of MsgPackDeserializer
|
2020-02-19 17:14:40 +01:00 |
|
|
fd79d23910
|
Updated copyright year
|
2020-02-19 16:07:34 +01:00 |
|
|
1902c0ec93
|
Improved coverage of JsonDeserializer
|
2020-02-19 10:31:56 +01:00 |
|
|
85499be855
|
Added tests for FlashStringAdapter
|
2020-02-16 17:56:47 +01:00 |
|
|
e6ddfc7afb
|
Fixed static JsonString not being saved by reference
|
2020-02-16 17:34:04 +01:00 |
|
|
58298ec5ba
|
Extracted storage_policy to improve coverage in string adapters
|
2020-02-16 17:34:04 +01:00 |
|
|
0814fc185f
|
Added a line-break after each "if" to get more accurate coverage report
|
2020-02-16 15:05:23 +01:00 |
|
|
8f8c82d400
|
Reduced code size
|
2020-02-13 17:05:08 +01:00 |
|
|
372b7d3d9d
|
Exposed JsonPairConst
|
2020-02-13 16:58:23 +01:00 |
|
|
fbffadb2cf
|
Moved nesting decrement logic to class NestingLimit
|
2020-02-13 16:54:18 +01:00 |
|
|
6e52f242b2
|
Extracted the class Latch
also fixed a buffer overrun and reduced the code size
|
2020-02-13 14:53:54 +01:00 |
|
|
d2a67f362f
|
Fixed "deprecated-copy" warning on GCC 9 (fixes #1184)
|
2020-02-13 11:07:40 +01:00 |
|