Commit Graph

1701 Commits

Author SHA1 Message Date
Benoit Blanchon
7eec01cdd6 Show a link to the doc when user passes an unsupported input type 2023-07-23 16:39:24 +02:00
Benoit Blanchon
6c5fde2a55 Fix ARDUINOJSON_BIN2ALPHA_0110() 2023-07-12 14:54:58 +02:00
Benoit Blanchon
433fb4b961 Include ARDUINOJSON_SLOT_OFFSET_SIZE in the namespace name 2023-07-12 14:54:19 +02:00
Benoit Blanchon
afbcc2106e Fix double call to size() in serializeMsgPack() 2023-07-12 11:54:20 +02:00
Benoit Blanchon
7b1c012f80 Fix double lookup in to<JsonVariant>()
Ported from 23b01a89b1e1faf2fdee4b7287e769676b21852b
2023-07-05 21:10:47 +02:00
Benoit Blanchon
ecbc8e85d4 Wandbox: upgrade to GCC 5.5.0 2023-06-19 09:03:28 +02:00
Benoit Blanchon
4d00ed9efc Fix build on ESP32 (caused by espressif/arduino-esp32#7941)
Ported from 6b4dd3ff2f1a6821762f1a357b33a92c0daa0d96
2023-05-06 10:42:17 +02:00
Benoit Blanchon
cd5566cd40 Add a test for #1922 2023-05-06 10:32:33 +02:00
Benoit Blanchon
52d8a65cbc Fix compatibility with the Blynk libary (fixes #1914) 2023-04-18 15:13:41 +02:00
Benoit Blanchon
420221f078 Set version to 6.21.2 2023-04-12 14:35:25 +02:00
Benoit Blanchon
082ae69e86 Set default for ARDUINOJSON_ENABLE_PROGMEM to 1 on AVR 2023-04-12 11:42:02 +02:00
Benoit Blanchon
976a6d7594 CI: check build configuration on AVR 2023-04-12 11:22:50 +02:00
Benoit Blanchon
40daf56b5a Allow using PROGMEM outside of Arduino (fixes #1903) 2023-04-07 18:19:33 +02:00
Benoit Blanchon
31ce648e63 Change naming convention from _member to member_ (fixes #1905) 2023-04-07 09:02:23 +02:00
Benoit Blanchon
4ba9c1b0c0 Add Dev Container configs 2023-03-27 18:59:21 +02:00
Benoit Blanchon
19c5bb7f15 Pass -v to particle command line 2023-03-27 14:22:15 +02:00
Benoit Blanchon
cb850bc1b1 Set version to 6.21.1 2023-03-27 14:05:53 +02:00
Benoit Blanchon
481e4d2ffb Add timeouts for particle commands 2023-03-27 14:05:10 +02:00
Benoit Blanchon
9e9015f4b9 Fix compatibility with GCC 5.2 (fixes #1897) 2023-03-27 11:00:20 +02:00
Benoit Blanchon
74601b2585 CI: restore build on GCC 5 2023-03-27 08:48:44 +02:00
Benoit Blanchon
9bb3f4051d Double speed of DynamicJsonDocument::garbageCollect() 2023-03-20 12:32:52 +01:00
Benoit Blanchon
5edd435fe9 Add a constructor to VariantData 2023-03-20 10:14:54 +01:00
Benoit Blanchon
de9239caab Set version to 6.21.0 2023-03-14 21:05:56 +01:00
Benoit Blanchon
c89a2025ce Make string support generic (issue #1807) 2023-03-13 12:19:05 +01:00
Benoit Blanchon
42ae8c3037 Remove negativeBinaryPowersOfTenPlusOne 2023-02-22 15:42:10 +01:00
Benoit Blanchon
319ececf26 Keep only one implementation of make_float() 2023-02-22 15:42:10 +01:00
Benoit Blanchon
886254c41e Reduce size of make_float() 2023-02-22 15:42:10 +01:00
Benoit Blanchon
4e7099dc73 Add pgm_ptr<T> 2023-02-22 15:42:10 +01:00
Benoit Blanchon
26948cb83a Use 64-bits literals to forge 64-bits literals 2023-02-22 11:40:15 +01:00
Benoit Blanchon
0f8698e655 Replace ARDUINOJSON_EXPANDX with variadic macros (#1820) 2023-02-22 11:24:51 +01:00
Benoit Blanchon
b2b995edb3 Use delete instead of hiding copy constructors and assignments (#1820) 2023-02-17 10:59:57 +01:00
Benoit Blanchon
33a4773fbd Set clang-format standard to C++11 (#1820) 2023-02-16 11:51:02 +01:00
Benoit Blanchon
daa87e12dc Update copyright notice 2023-02-16 11:45:01 +01:00
Benoit Blanchon
5abf512276 Reduce number of overloads of deserializeJson() and deserializeMsgPack() (#1820) 2023-02-16 11:17:15 +01:00
Benoit Blanchon
0dd4a68913 Use only letters to encode configuration in the namespace 2023-02-14 10:04:49 +01:00
Benoit Blanchon
8971127b66 Fix build on GCC 6 2023-02-14 10:04:49 +01:00
Benoit Blanchon
1b66a217bf Replace ARDUINOJSON_NAMESPACE with an inline namespace (#1820) 2023-02-14 10:04:48 +01:00
Benoit Blanchon
34dd46110b Remove safe bool idiom (#1820) 2023-02-13 11:12:41 +01:00
Benoit Blanchon
8f7211a50f Remove ARDUINOJSON_HAS_NULLPTR (#1820) 2023-02-10 17:02:52 +01:00
Benoit Blanchon
2be4ee732a Remove ARDUINOJSON_HAS_RVALUE_REFERENCES (#1820) 2023-02-10 17:02:52 +01:00
Benoit Blanchon
3bdedc9a2f Remove ARDUINOJSON_HAS_LONG_LONG (#1820) 2023-02-10 17:02:52 +01:00
Benoit Blanchon
f699954f4d Remove support for __int64 (#1820) 2023-02-10 17:02:52 +01:00
Benoit Blanchon
407fc2cd45 Drop support for C++98/C++03 (closes #1820) 2023-02-10 17:02:52 +01:00
Benoit Blanchon
91fe6dcae8 Fix clang-tidy warning "Called C++ object pointer is null" 2023-02-10 17:02:51 +01:00
Benoit Blanchon
62dea9d364 Reformat CMake files 2023-02-10 17:02:51 +01:00
Benoit Blanchon
e0bdc4bff1 Remove unused variables (fixes #1858) 2023-02-10 17:02:51 +01:00
Benoit Blanchon
007b4f3362 Update Catch library to 2.13.10 (#1820) 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
c2de812cbd Set minimum Clang version to 3.8 (#1820) 2023-02-10 17:02:51 +01:00
Benoit Blanchon
669ee4dfe3 Set minimum GCC version to 6 (#1820) 2023-02-10 17:02:33 +01:00