Commit Graph

  • 6afa6b647c Test: Support failed allocations in SpyingAllocator Benoit Blanchon 2023-04-03 08:52:38 +02:00
  • acd465b365 Test: change ControllableAllocator into a decorator Benoit Blanchon 2023-04-02 16:55:02 +02:00
  • e858570afb Test: change SpyingAllocator into a decorator Benoit Blanchon 2023-04-02 16:51:20 +02:00
  • 0643c2e708 Test: gather JsonDocument constructor and assignment tests Benoit Blanchon 2023-04-01 19:10:35 +02:00
  • bcf1339e89 Test: split JsonDocument.cpp into multiple files Benoit Blanchon 2023-04-01 15:14:21 +02:00
  • dc463a2f72 Test: remove REQUIRE_JSON() Benoit Blanchon 2023-04-01 15:06:37 +02:00
  • a7cdf638e7 Test: move ControllableAllocator Benoit Blanchon 2023-04-01 15:06:24 +02:00
  • 57810af2ac Test: include deallocated size in allocator's log Benoit Blanchon 2023-04-01 10:59:34 +02:00
  • 2eb726b744 Test: add AllocatorLog Benoit Blanchon 2023-04-01 10:34:37 +02:00
  • 912137ccfb Test: share SpyingAllocator Benoit Blanchon 2023-03-31 14:36:24 +02:00
  • 035c913c72 Remove ARDUINOJSON_ENABLE_STRING_DEDUPLICATION Benoit Blanchon 2023-03-29 19:28:44 +02:00
  • 3f43c2b816 Remove JSON_ARRAY_SIZE(), JSON_OBJECT_SIZE(), and JSON_STRING_SIZE() Benoit Blanchon 2023-03-29 19:18:06 +02:00
  • 0328f66340 Fix compatibility with GCC 5.2 Benoit Blanchon 2023-03-27 11:00:20 +02:00
  • b3eada9c7f CI: restore build on GCC 5 Benoit Blanchon 2023-03-27 08:48:44 +02:00
  • 8516b368ad Set version to 7.0.0-alpha Benoit Blanchon 2023-03-28 14:45:55 +02:00
  • d0fff5a0b5 Update branch to 7.x Benoit Blanchon 2023-03-28 14:43:48 +02:00
  • 4c8d4b4e20 Remove badges linking to the library registries Benoit Blanchon 2023-03-28 14:43:03 +02:00
  • 4ba9c1b0c0 Add Dev Container configs Benoit Blanchon 2023-03-27 18:59:21 +02:00
  • 19c5bb7f15 Pass -v to particle command line Benoit Blanchon 2023-03-27 14:22:15 +02:00
  • cb850bc1b1 Set version to 6.21.1 v6.21.1 Benoit Blanchon 2023-03-27 14:05:53 +02:00
  • 481e4d2ffb Add timeouts for particle commands Benoit Blanchon 2023-03-27 14:05:10 +02:00
  • 9e9015f4b9 Fix compatibility with GCC 5.2 (fixes #1897) Benoit Blanchon 2023-03-27 11:00:20 +02:00
  • 74601b2585 CI: restore build on GCC 5 Benoit Blanchon 2023-03-27 08:48:44 +02:00
  • 5faa3df43f MemoryPool calls the Allocator directly Benoit Blanchon 2023-03-20 12:28:34 +01:00
  • 540901e219 Merge DynamicJsonDocument with JsonDocument Benoit Blanchon 2023-03-20 10:49:01 +01:00
  • db9258bcd7 Remove BasicJsonDocument Benoit Blanchon 2023-03-20 14:49:08 +01:00
  • 24aaab6e3e Add abstract Allocator class Benoit Blanchon 2023-03-20 14:47:27 +01:00
  • 9bb3f4051d Double speed of DynamicJsonDocument::garbageCollect() Benoit Blanchon 2023-03-20 12:32:52 +01:00
  • 17a482a9b1 Remove StaticJsonDocument Benoit Blanchon 2023-03-15 14:54:55 +01:00
  • 5edd435fe9 Add a constructor to VariantData Benoit Blanchon 2023-03-20 10:14:54 +01:00
  • 46bd98fd10 JsonObject::createNestedArray() returns JsonArray::invalid() if key is null 5.x Benoit Blanchon 2023-03-16 17:52:34 +01:00
  • 63c89f166d JsonObject::createNestedObject() returns JsonObject::invalid() if key is null (fixes #1891) Benoit Blanchon 2023-03-16 17:47:53 +01:00
  • 8340b36170 Update copyright notice Benoit Blanchon 2023-03-16 17:50:34 +01:00
  • de9239caab Set version to 6.21.0 v6.21.0 Benoit Blanchon 2023-03-14 21:05:56 +01:00
  • c89a2025ce Make string support generic (issue #1807) Benoit Blanchon 2023-03-13 12:19:05 +01:00
  • 42ae8c3037 Remove negativeBinaryPowersOfTenPlusOne Benoit Blanchon 2023-02-22 14:52:35 +01:00
  • 319ececf26 Keep only one implementation of make_float() Benoit Blanchon 2023-02-22 14:35:05 +01:00
  • 886254c41e Reduce size of make_float() Benoit Blanchon 2023-02-22 14:07:01 +01:00
  • 4e7099dc73 Add pgm_ptr<T> Benoit Blanchon 2023-02-22 11:54:18 +01:00
  • 26948cb83a Use 64-bits literals to forge 64-bits literals Benoit Blanchon 2023-02-22 11:40:08 +01:00
  • 0f8698e655 Replace ARDUINOJSON_EXPANDX with variadic macros (#1820) Benoit Blanchon 2023-02-22 11:24:41 +01:00
  • b2b995edb3 Use delete instead of hiding copy constructors and assignments (#1820) Benoit Blanchon 2023-02-17 10:58:02 +01:00
  • 33a4773fbd Set clang-format standard to C++11 (#1820) Benoit Blanchon 2023-02-16 11:51:02 +01:00
  • daa87e12dc Update copyright notice Benoit Blanchon 2023-02-16 11:45:01 +01:00
  • 5abf512276 Reduce number of overloads of deserializeJson() and deserializeMsgPack() (#1820) Benoit Blanchon 2023-02-16 11:17:15 +01:00
  • 0dd4a68913 Use only letters to encode configuration in the namespace Benoit Blanchon 2023-02-13 18:55:26 +01:00
  • 8971127b66 Fix build on GCC 6 Benoit Blanchon 2023-02-13 18:50:48 +01:00
  • 1b66a217bf Replace ARDUINOJSON_NAMESPACE with an inline namespace (#1820) Benoit Blanchon 2023-02-14 10:04:48 +01:00
  • 34dd46110b Remove safe bool idiom (#1820) Benoit Blanchon 2023-02-13 11:12:41 +01:00
  • 8f7211a50f Remove ARDUINOJSON_HAS_NULLPTR (#1820) Benoit Blanchon 2023-02-10 09:05:02 +01:00
  • 2be4ee732a Remove ARDUINOJSON_HAS_RVALUE_REFERENCES (#1820) Benoit Blanchon 2023-02-10 09:01:28 +01:00
  • 3bdedc9a2f Remove ARDUINOJSON_HAS_LONG_LONG (#1820) Benoit Blanchon 2023-02-10 08:45:29 +01:00
  • f699954f4d Remove support for __int64 (#1820) Benoit Blanchon 2023-02-10 08:41:12 +01:00
  • 407fc2cd45 Drop support for C++98/C++03 (closes #1820) Benoit Blanchon 2023-02-10 09:36:18 +01:00
  • 91fe6dcae8 Fix clang-tidy warning "Called C++ object pointer is null" Benoit Blanchon 2023-02-09 21:44:44 +01:00
  • 62dea9d364 Reformat CMake files Benoit Blanchon 2023-02-09 10:00:38 +01:00
  • e0bdc4bff1 Remove unused variables (fixes #1858) Benoit Blanchon 2023-02-09 09:24:45 +01:00
  • 007b4f3362 Update Catch library to 2.13.10 (#1820) Benoit Blanchon 2023-02-09 18:56:14 +01:00
  • 94b2b3f9ce Run all tests with C++11 enabled (#1820) Benoit Blanchon 2023-02-09 18:57:34 +01:00
  • c2de812cbd Set minimum Clang version to 3.8 (#1820) Benoit Blanchon 2023-02-09 18:56:34 +01:00
  • 669ee4dfe3 Set minimum GCC version to 6 (#1820) Benoit Blanchon 2023-02-10 17:02:33 +01:00
  • e054cba610 Set minimum Visual Studio version to 2017 (#1820) Benoit Blanchon 2023-02-09 19:04:23 +01:00
  • 3d8287265c Remove unused NOEXCEPT macro Benoit Blanchon 2023-02-09 19:06:10 +01:00
  • de7afc2015 Minor improvements in the release workflow 6.20.x Benoit Blanchon 2023-02-08 16:51:47 +01:00
  • ae0499fd57 Update idf_component.yml Benoit Blanchon 2023-02-08 16:46:15 +01:00
  • b33966c755 Set version to 6.20.1 v6.20.1 Benoit Blanchon 2023-02-08 16:42:04 +01:00
  • d2cd13bf2e CI: automatically publish Particle library Benoit Blanchon 2023-02-08 16:32:57 +01:00
  • 06b2263329 README: reduce the size of the logo Benoit Blanchon 2023-02-08 16:29:29 +01:00
  • d4bb839ce9 CI: remove the draft flag on the GitHub Release Benoit Blanchon 2023-02-08 16:25:44 +01:00
  • 6013a1a56f Fix the name of the license file Benoit Blanchon 2023-02-08 16:33:09 +01:00
  • 34b38e07c7 Deduce template argument of pgm_read() Benoit Blanchon 2023-01-26 18:10:41 +01:00
  • 1ec16ca94f Use pgm_read() instead of ARDUINOJSON_READ_STATIC_ARRAY Benoit Blanchon 2023-01-26 14:28:35 +01:00
  • b350a96643 Remove explicit exclusion of as<char*>() and as<char>() (#1860) Benoit Blanchon 2023-01-18 22:08:42 +01:00
  • bf93779b4f Update catch.hpp (fixes #1856) Benoit Blanchon 2023-01-17 09:33:19 +01:00
  • dd0f7019ef CI: Update runner to get GCC 11.3 (resolves #1859) Benoit Blanchon 2023-01-17 09:09:47 +01:00
  • 175e5b3062 Add missing semicolon (fixes #1857) Benoit Blanchon 2023-01-17 08:59:45 +01:00
  • 7885155634 Add to IDF Component Registry (closes #1844) Benoit Blanchon 2023-01-12 09:52:03 +01:00
  • 1909ffe0f9 Remove link to Discord server Benoit Blanchon 2023-01-13 08:52:33 +01:00
  • 3345255f16 Fix comma tests. Johan Vromans 2023-01-12 20:53:26 +01:00
  • c49adfd6da Test custom converter for std::array (issue #1840) Benoit Blanchon 2022-12-29 22:04:58 +01:00
  • 5094b84a46 Set version to 6.20.0 v6.20.0 Benoit Blanchon 2022-12-26 17:35:54 +01:00
  • 191fc5dff4 Remove support for naked char (was deprecated since 6.18.0) Benoit Blanchon 2022-12-26 11:02:34 +01:00
  • cb9c90f2d0 Mark adapter's storagePolicy() as const Benoit Blanchon 2022-12-26 10:23:48 +01:00
  • 09f9bd6b8b Fix detection of char types Benoit Blanchon 2022-12-26 10:21:57 +01:00
  • 67abbef818 Fix GitHub Actions badge (badges/shields#8671) Benoit Blanchon 2022-12-25 18:56:32 +01:00
  • 7ed2559e9e Test custom converter for std::vector<T> (issue #1840) Benoit Blanchon 2022-12-24 09:41:48 +01:00
  • ac8e5f01db Clang-Format: set AllowShortLoopsOnASingleLine to false Benoit Blanchon 2022-12-24 15:47:48 +01:00
  • 396d2a7b3b CI: check URLs Benoit Blanchon 2022-12-21 19:03:56 +01:00
  • de725e0a4e Add documentation to most public symbols Benoit Blanchon 2022-12-19 15:37:41 +01:00
  • 2a32803e9e CI: Replace set-output with environment file Benoit Blanchon 2022-12-19 14:58:15 +01:00
  • d602232b9f Update change log Benoit Blanchon 2022-12-19 12:25:04 +01:00
  • b0730f04f7 Rename VariantRef to JsonVariant Benoit Blanchon 2022-12-19 12:07:40 +01:00
  • ef8ed28aec Rename VariantConstRef to JsonVariantConst Benoit Blanchon 2022-12-19 12:05:08 +01:00
  • b8eff868e6 Rename String to JsonString Benoit Blanchon 2022-12-19 12:02:48 +01:00
  • d0b619ea93 Rename UInt to JsonUInt Benoit Blanchon 2022-12-19 12:14:16 +01:00
  • 652d70fe2c Rename Integer to JsonInteger Benoit Blanchon 2022-12-19 11:46:44 +01:00
  • 8228aec74b Rename Float to JsonFloat Benoit Blanchon 2022-12-19 11:43:20 +01:00
  • 2f2e0e9415 Rename ObjectIterator to JsonObjectIterator Benoit Blanchon 2022-12-19 11:41:14 +01:00
  • 3a9803679f Rename Pair to JsonPair Benoit Blanchon 2022-12-19 12:16:35 +01:00
  • dc42d93b0f Rename ObjectConstRef to JsonObjectConst Benoit Blanchon 2022-12-19 11:37:08 +01:00