Commit Graph

1698 Commits

Author SHA1 Message Date
Benoit Blanchon ae0499fd57 Update idf_component.yml 2023-02-08 16:46:15 +01:00
Benoit Blanchon b33966c755 Set version to 6.20.1 v6.20.1 2023-02-08 16:42:04 +01:00
Benoit Blanchon d2cd13bf2e CI: automatically publish Particle library 2023-02-08 16:40:06 +01:00
Benoit Blanchon 06b2263329 README: reduce the size of the logo 2023-02-08 16:40:06 +01:00
Benoit Blanchon d4bb839ce9 CI: remove the draft flag on the GitHub Release 2023-02-08 16:40:04 +01:00
Benoit Blanchon 6013a1a56f Fix the name of the license file 2023-02-08 16:40:01 +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 bf93779b4f Update catch.hpp (fixes #1856)
See also catchorg/Catch2#2627
2023-01-17 13:53:47 +01:00
Benoit Blanchon dd0f7019ef CI: Update runner to get GCC 11.3 (resolves #1859) 2023-01-17 13:53:47 +01:00
Benoit Blanchon 175e5b3062 Add missing semicolon (fixes #1857) 2023-01-17 08:59:45 +01:00
Benoit Blanchon 7885155634 Add to IDF Component Registry (closes #1844) 2023-01-14 09:26:12 +01:00
Benoit Blanchon 1909ffe0f9 Remove link to Discord server 2023-01-13 08:52:33 +01:00
Johan Vromans 3345255f16 Fix comma tests. 2023-01-13 08:21:54 +01:00
Benoit Blanchon c49adfd6da Test custom converter for std::array (issue #1840) 2022-12-31 10:48:20 +01:00
Benoit Blanchon 5094b84a46 Set version to 6.20.0 v6.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 67abbef818 Fix GitHub Actions badge (badges/shields#8671) 2022-12-26 10:09:06 +01:00
Benoit Blanchon 7ed2559e9e Test custom converter for std::vector<T> (issue #1840) 2022-12-26 10:09:06 +01:00
Benoit Blanchon ac8e5f01db Clang-Format: set AllowShortLoopsOnASingleLine to false 2022-12-24 15:48:00 +01:00
Benoit Blanchon 396d2a7b3b CI: check URLs 2022-12-21 19:20:51 +01:00
Benoit Blanchon de725e0a4e Add documentation to most public symbols 2022-12-21 19:20:51 +01:00
Benoit Blanchon 2a32803e9e CI: Replace set-output with environment file
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-12-19 14:58:15 +01:00
Benoit Blanchon d602232b9f Update change log 2022-12-19 14:41:53 +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 208a22e324 Update GitHub action dessant/lock-threads 2022-12-13 08:28:20 +01:00
Robert M Lugg 9afae963e8 Update tutorial links to point to version 6 2022-12-05 21:00:46 +01:00
Benoit Blanchon 1828dec658 CI: add CTest output to the job summary 2022-12-05 21:00:24 +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 3d62fa8af2 CI: use ubuntu-20.04 for GCC 2022-12-05 21:00:24 +01:00