Benoit Blanchon
|
dddc4912c4
|
Don't store string literals by pointer anymore
Fixes #2189
|
2025-08-28 10:04:11 +02:00 |
|
Benoit Blanchon
|
01e49b33b7
|
Update copyright year
|
2025-02-24 15:18:26 +01:00 |
|
Benoit Blanchon
|
fd6314e132
|
Move some numbers tests to use_double_0.cpp
|
2024-09-04 14:29:19 +02:00 |
|
Benoit Blanchon
|
e297932a98
|
Store 64-bit numbers (double and long long ) in an additional slot
This change allows slots to be twices maller on 32-bit architectures.
See #1650 and #2103
|
2024-08-27 08:02:09 +02:00 |
|
Benoit Blanchon
|
556785dc1e
|
Read MsgPack's 64-bit ints even if ARDUINOJSON_USE_LONG_LONG is 0
|
2024-06-18 13:50:50 +02:00 |
|
Benoit Blanchon
|
208e7a3304
|
Fix integer overflow in MsgPackDeserializer
|
2024-06-11 09:47:11 +02:00 |
|
Benoit Blanchon
|
45611924f3
|
Tests: add user-defined literal ""_s for std::string
|
2024-06-07 09:35:45 +02:00 |
|
Benoit Blanchon
|
e4f3fd8c91
|
Add support for MsgPack extension
|
2024-06-06 18:33:48 +02:00 |
|
Benoit Blanchon
|
aec642be20
|
Rename tests in MixedConfiguration
|
2024-06-06 18:26:16 +02:00 |
|
Benoit Blanchon
|
2c670e0148
|
Implement MsgPackBinary using raw strings and converters
|
2024-05-06 11:10:02 +02:00 |
|
Aubrey (Sanae)
|
18a9a5b590
|
Add MsgPack bin8/bin16/bin32 support
Closes #2078
Closes #922
|
2024-04-29 16:01:10 +02:00 |
|
Benoit Blanchon
|
2cfefe22ac
|
Add ARDUINOJSON_STRING_LENGTH_SIZE to the namespace name
|
2024-04-18 14:19:43 +02:00 |
|
Benoit Blanchon
|
0e8a236583
|
Update copyright year
|
2024-01-03 08:47:06 +01:00 |
|
Benoit Blanchon
|
0f319e7ca4
|
Remove capacity from JsonDocument 's constructor
|
2023-07-18 09:08:55 +02:00 |
|
Benoit Blanchon
|
461cdaa818
|
Allow using PROGMEM outside of Arduino (fixes #1903)
Ported from 40daf56b5a
|
2023-04-21 19:08:53 +02:00 |
|
Benoit Blanchon
|
035c913c72
|
Remove ARDUINOJSON_ENABLE_STRING_DEDUPLICATION
|
2023-03-29 19:28:44 +02:00 |
|
Benoit Blanchon
|
3f43c2b816
|
Remove JSON_ARRAY_SIZE() , JSON_OBJECT_SIZE() , and JSON_STRING_SIZE()
|
2023-03-29 19:18:06 +02:00 |
|
Benoit Blanchon
|
540901e219
|
Merge DynamicJsonDocument with JsonDocument
|
2023-03-20 14:49:51 +01:00 |
|
Benoit Blanchon
|
17a482a9b1
|
Remove StaticJsonDocument
|
2023-03-20 10:40:35 +01:00 |
|
Benoit Blanchon
|
daa87e12dc
|
Update copyright notice
|
2023-02-16 11:45:01 +01:00 |
|
Benoit Blanchon
|
1b66a217bf
|
Replace ARDUINOJSON_NAMESPACE with an inline namespace (#1820)
|
2023-02-14 10:04:48 +01:00 |
|
Benoit Blanchon
|
62dea9d364
|
Reformat CMake files
|
2023-02-10 17:02:51 +01:00 |
|
Benoit Blanchon
|
94b2b3f9ce
|
Run all tests with C++11 enabled (#1820)
|
2023-02-10 17:02:51 +01:00 |
|
Benoit Blanchon
|
1ec16ca94f
|
Use pgm_read() instead of ARDUINOJSON_READ_STATIC_ARRAY
|
2023-01-26 14:55:46 +01:00 |
|
Benoit Blanchon
|
702f8c2e2f
|
Fix cannot convert 'pgm_p' to 'const void*' (fixes #1707)
|
2022-02-06 11:14:23 +01:00 |
|
Benoit Blanchon
|
af18994deb
|
Update copyright notice
|
2022-01-01 10:01:05 +01:00 |
|
Benoit Blanchon
|
a2e1021d7d
|
Use pgm_read_dword() instead of pgm_read_float() (issue #1433)
|
2021-12-31 14:39:38 +01:00 |
|
Benoit Blanchon
|
67fc2d9897
|
Assume PROGMEM is available as soon as ARDUINO is defined (#1693)
|
2021-12-31 11:00:50 +01:00 |
|
Benoit Blanchon
|
ba5cdab619
|
Test: extracted executable Cpp11Tests
|
2021-06-17 20:28:09 +02:00 |
|
Benoit Blanchon
|
7be0c2c650
|
CMake: added labels to tests
|
2021-04-25 11:38:19 +02:00 |
|
Benoit Blanchon
|
d5d2209d09
|
Added "https://" prefix to all URLs so they are clickable in VS Code
|
2021-03-29 19:35:25 +02:00 |
|
Benoit Blanchon
|
e4ce75e20c
|
Simplified JsonVariant::as<T>() to always return T
|
2021-03-08 19:33:52 +01:00 |
|
Benoit Blanchon
|
1038fc35df
|
Removed DeserializationError::NotSupported
|
2021-02-18 19:41:15 +01:00 |
|
Benoit Blanchon
|
cc7ebfd11e
|
deserializeJson() leaves \uXXXX instead of returning NotSupported
|
2021-02-18 19:40:11 +01:00 |
|
Benoit Blanchon
|
97b7161d78
|
Update copyright notice for 2021
|
2021-01-25 09:14:15 +01:00 |
|
Benoit Blanchon
|
c3504ddf0a
|
Added tests for DeserializationError::f_str()
|
2020-09-18 19:06:21 +02:00 |
|
Benoit Blanchon
|
c4ec2ba88f
|
Added DeserializationError::f_str() (issue #846)
|
2020-09-14 18:40:00 +02:00 |
|
Benoit Blanchon
|
c907ca6e5d
|
Added DeserializationError::EmptyInput
|
2020-09-13 10:27:29 +02:00 |
|
Benoit Blanchon
|
764ff2cd53
|
Added string deduplication (closes #1303)
|
2020-07-21 20:15:31 +02:00 |
|
Benoit Blanchon
|
f7de027617
|
Break build if using 64-bit integers with ARDUINOJSON_USE_LONG_LONG==0
|
2020-05-14 10:25:10 +02:00 |
|
Benoit Blanchon
|
dcf7eeef28
|
CMake: used link_libraries() instead of target_link_libraries()
|
2020-05-03 10:25:38 +02:00 |
|
Benoit Blanchon
|
67e78f0751
|
Disabled alignment on AVR (fixes #1231)
|
2020-04-08 11:16:22 +02:00 |
|
Benoit Blanchon
|
1791dccbf2
|
Added CMake "install" target (closes #1209)
|
2020-04-07 21:43:10 +02:00 |
|
Benoit Blanchon
|
85499be855
|
Added tests for FlashStringAdapter
|
2020-02-16 17:56:47 +01:00 |
|
Benoit Blanchon
|
25879466da
|
Fixed variant.is<nullptr_t>()
|
2020-01-13 20:47:43 +01:00 |
|
Benoit Blanchon
|
04fe7e1a27
|
Added ARDUINOJSON_ENABLE_COMMENTS to enable support for comments
|
2020-01-13 18:16:02 +01:00 |
|
Benoit Blanchon
|
f9cfea244a
|
Updated copyright notice
|
2020-01-09 15:48:38 +01:00 |
|
Benoit Blanchon
|
00c391320c
|
Added support for CMake's unity builds
|
2019-12-24 16:42:34 +01:00 |
|
Benoit Blanchon
|
6da6f921cd
|
Fixed dangling reference in MemberProxy and ElementProxy (fixes #1120)
|
2019-10-30 19:09:21 +01:00 |
|
Benoit Blanchon
|
3a169df0a5
|
Added support for custom reader classes
|
2019-10-25 11:39:04 +02:00 |
|