Benoit Blanchon
|
db2eec46c7
|
Add a pool dedicated to 8-byte values (double /int64_t /uint64_t )
This new pool replaced the "extension" slot where a secondary variant slot was used to store 8-byte values.
|
2025-08-30 09:55:32 +02:00 |
|
Benoit Blanchon
|
c1a507c158
|
Set ARDUINOJSON_POOL_CAPACITY from ARDUINOJSON_SLOT_ID_SIZE
This avoids the integer overflow when `ARDUINOJSON_SLOT_ID_SIZE=1` on 64-bit architectures.
|
2024-09-11 21:08:51 +02:00 |
|
Benoit Blanchon
|
a1809d0f31
|
Replace sizeof(VariantData) with sizeof(SlotData)
|
2024-09-10 18:26:58 +02:00 |
|
Benoit Blanchon
|
b4a5b053ca
|
Merge conf_test for linux and windows
This reverts commit 83516e1740 .
|
2024-08-27 08:03:55 +02:00 |
|
Benoit Blanchon
|
83516e1740
|
Split conf_test between linux and windows
|
2024-08-23 15:24:45 +02:00 |
|
Benoit Blanchon
|
c4e5051a7a
|
Store index of slot in the pool instead of a pointer or a distance
|
2023-07-17 11:20:46 +02:00 |
|
Benoit Blanchon
|
1b66a217bf
|
Replace ARDUINOJSON_NAMESPACE with an inline namespace (#1820)
|
2023-02-14 10:04:48 +01:00 |
|
Benoit Blanchon
|
7046c38c84
|
Remove ARDUINOJSON_EMBEDDED_MODE
|
2021-10-19 22:25:45 +02:00 |
|