Commit Graph

827 Commits

Author SHA1 Message Date
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 669ee4dfe3 Set minimum GCC version to 6 (#1820) 2023-02-10 17:02:33 +01:00
Benoit Blanchon e054cba610 Set minimum Visual Studio version to 2017 (#1820) 2023-02-10 14:49:24 +01:00
Benoit Blanchon 3d8287265c Remove unused NOEXCEPT macro 2023-02-09 19:06:36 +01:00
Benoit Blanchon b33966c755 Set version to 6.20.1 2023-02-08 16:42:04 +01:00
Benoit Blanchon 34b38e07c7 Deduce template argument of pgm_read() 2023-01-26 18:10:41 +01:00
Benoit Blanchon 1ec16ca94f Use pgm_read() instead of ARDUINOJSON_READ_STATIC_ARRAY 2023-01-26 14:55:46 +01:00
Benoit Blanchon b350a96643 Remove explicit exclusion of as<char*>() and as<char>() (#1860)
If you try to call them, you'll now get the same error message as any unsupported type.
You could also add a custom converter for `char*` and `char`.
2023-01-18 22:10:37 +01:00
Benoit Blanchon 5094b84a46 Set version to 6.20.0 2022-12-26 17:35:54 +01:00
Benoit Blanchon 191fc5dff4 Remove support for naked char (was deprecated since 6.18.0) 2022-12-26 11:02:34 +01:00
Benoit Blanchon cb9c90f2d0 Mark adapter's storagePolicy() as const 2022-12-26 10:23:48 +01:00
Benoit Blanchon 09f9bd6b8b Fix detection of char types 2022-12-26 10:21:57 +01:00
Benoit Blanchon ac8e5f01db Clang-Format: set AllowShortLoopsOnASingleLine to false 2022-12-24 15:48:00 +01:00
Benoit Blanchon de725e0a4e Add documentation to most public symbols 2022-12-21 19:20:51 +01:00
Benoit Blanchon b0730f04f7 Rename VariantRef to JsonVariant 2022-12-19 14:41:53 +01:00
Benoit Blanchon ef8ed28aec Rename VariantConstRef to JsonVariantConst 2022-12-19 14:41:43 +01:00
Benoit Blanchon b8eff868e6 Rename String to JsonString 2022-12-19 14:41:43 +01:00
Benoit Blanchon d0b619ea93 Rename UInt to JsonUInt 2022-12-19 14:41:43 +01:00
Benoit Blanchon 652d70fe2c Rename Integer to JsonInteger 2022-12-19 14:41:43 +01:00
Benoit Blanchon 8228aec74b Rename Float to JsonFloat 2022-12-19 14:41:43 +01:00
Benoit Blanchon 2f2e0e9415 Rename ObjectIterator to JsonObjectIterator 2022-12-19 12:21:11 +01:00
Benoit Blanchon 3a9803679f Rename Pair to JsonPair 2022-12-19 12:21:11 +01:00
Benoit Blanchon dc42d93b0f Rename ObjectConstRef to JsonObjectConst 2022-12-19 12:20:37 +01:00
Benoit Blanchon dff07ebfe8 Rename ObjectRef to JsonObject 2022-12-19 12:20:13 +01:00
Benoit Blanchon 4c456a95a3 Rename ArrayIterator to JsonArrayIterator 2022-12-19 12:12:28 +01:00
Benoit Blanchon 83e5d9d150 Rename ArrayConstRef to JsonArrayConst 2022-12-19 12:12:28 +01:00
Benoit Blanchon 7079aa99d7 Rename ArrayRef to JsonArray 2022-12-19 12:10:58 +01:00
Benoit Blanchon afe2434baf Extract ObjectConstRef.hpp from ObjectRef.hpp 2022-12-05 21:00:24 +01:00
Benoit Blanchon e08f8d5b51 Inline class ObjectRefBase 2022-12-05 21:00:24 +01:00
Benoit Blanchon 7e3b40f379 Extract ArrayConstRef.hpp from ArrayRef.hpp 2022-12-05 21:00:24 +01:00
Benoit Blanchon 584770dc6f Inline class ArrayRefBase 2022-12-05 21:00:24 +01:00
Benoit Blanchon 5d2a440c69 Remove ArrayFunctions.hpp and ObjectFunctions.hpp 2022-12-05 21:00:24 +01:00
Benoit Blanchon ac14f29e6c Move definitions of JSON_ARRAY_SIZE() and JSON_OBJECT_SIZE() 2022-12-05 21:00:24 +01:00
Benoit Blanchon 0f85a55cac Implement VariantRefBase with a CRTP 2022-12-05 21:00:24 +01:00
Benoit Blanchon 21db92af47 Simpify variant reader 2022-11-26 18:32:33 +01:00
Benoit Blanchon 6447520b5b Replace Yes/No with int/char 2022-11-22 18:56:42 +01:00
Benoit Blanchon 2182c83b87 Remove ArrayShortcuts and ObjectShortcuts 2022-11-02 09:18:02 +01:00
Benoit Blanchon c3d5e9382d Implement IsString from StringAdapter 2022-10-26 17:20:33 +02:00
Benoit Blanchon ecb72f9a9d Add StringAdapter<T> 2022-10-26 16:19:14 +02:00
Benoit Blanchon 7004c39af6 variantGetOrAddMember() takes an adapted string like all its siblings 2022-10-26 10:44:21 +02:00
Benoit Blanchon 057956225c Add namespace StringStoragePolicy 2022-10-26 10:41:42 +02:00
Benoit Blanchon b27990f780 Attach copy policy to string adapters 2022-10-26 10:37:18 +02:00
Benoit Blanchon 92d6bae25c Remove ArrayIterator::internal() and ObjectIterator::internal() 2022-10-14 18:11:55 +02:00
Benoit Blanchon 6e17c3e6f9 Extract VariantRefBase from VariantProxy 2022-10-03 19:14:05 +02:00
Benoit Blanchon cf4436e581 Extract VariantProxy from ElementProxy and MemberProxy 2022-08-30 10:25:03 +02:00
Benoit Blanchon 2b6bb78a09 Don't call operator VariantConstRef in VariantComparer 2022-08-30 10:25:03 +02:00
Benoit Blanchon ffa7f8d22d Make MemberProxy and `ElementProxy similar 2022-08-30 10:25:03 +02:00
Benoit Blanchon 8002722f3b Clang-format: set DerivePointerAlignment to false 2022-08-09 16:52:17 +02:00
Benoit Blanchon 62e83133cd Remove JsonDocument::data() and JsonDocument::memoryPool() 2022-08-09 10:38:36 +02:00