Commit Graph

  • 4f304aadef Update to v6.21.5 6.x Pablo2048 2024-02-02 08:27:48 +01:00
  • 9794ba24b2 Remove duplicate comment block in wandbox's JsonGeneratorExample.cpp Benoit Blanchon 2023-07-23 17:59:27 +02:00
  • 4b00783345 Set version to 6.21.3 Benoit Blanchon 2023-07-23 17:49:42 +02:00
  • 371fa4667e Scripts: call wandbox/publish.sh from get-release-page.sh Benoit Blanchon 2023-07-23 17:44:06 +02:00
  • 7eec01cdd6 Show a link to the doc when user passes an unsupported input type Benoit Blanchon 2023-07-23 16:39:24 +02:00
  • 6c5fde2a55 Fix ARDUINOJSON_BIN2ALPHA_0110() Benoit Blanchon 2023-07-12 14:54:58 +02:00
  • 433fb4b961 Include ARDUINOJSON_SLOT_OFFSET_SIZE in the namespace name Benoit Blanchon 2023-07-12 14:54:19 +02:00
  • afbcc2106e Fix double call to size() in serializeMsgPack() Benoit Blanchon 2023-07-12 11:54:20 +02:00
  • 7b1c012f80 Fix double lookup in to<JsonVariant>() Benoit Blanchon 2023-07-05 21:10:47 +02:00
  • ecbc8e85d4 Wandbox: upgrade to GCC 5.5.0 Benoit Blanchon 2023-06-19 09:03:13 +02:00
  • 4d00ed9efc Fix build on ESP32 (caused by espressif/arduino-esp32#7941) Benoit Blanchon 2023-05-02 10:48:02 +02:00
  • cd5566cd40 Add a test for #1922 Benoit Blanchon 2023-05-06 10:32:33 +02:00
  • 52d8a65cbc Fix compatibility with the Blynk libary (fixes #1914) Benoit Blanchon 2023-04-18 14:48:01 +02:00
  • 420221f078 Set version to 6.21.2 Benoit Blanchon 2023-04-12 14:35:25 +02:00
  • 082ae69e86 Set default for ARDUINOJSON_ENABLE_PROGMEM to 1 on AVR Benoit Blanchon 2023-04-12 11:24:49 +02:00
  • 976a6d7594 CI: check build configuration on AVR Benoit Blanchon 2023-04-12 11:09:26 +02:00
  • 40daf56b5a Allow using PROGMEM outside of Arduino (fixes #1903) Benoit Blanchon 2023-04-07 18:19:33 +02:00
  • 31ce648e63 Change naming convention from _member to member_ (fixes #1905) Benoit Blanchon 2023-04-07 09:02:23 +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 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
  • 9bb3f4051d Double speed of DynamicJsonDocument::garbageCollect() Benoit Blanchon 2023-03-20 12:32:52 +01:00
  • 5edd435fe9 Add a constructor to VariantData Benoit Blanchon 2023-03-20 10:14:54 +01:00
  • de9239caab Set version to 6.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 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 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 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
  • dff07ebfe8 Rename ObjectRef to JsonObject Benoit Blanchon 2022-12-19 12:20:05 +01:00
  • 4c456a95a3 Rename ArrayIterator to JsonArrayIterator Benoit Blanchon 2022-12-19 11:26:24 +01:00
  • 83e5d9d150 Rename ArrayConstRef to JsonArrayConst Benoit Blanchon 2022-12-19 11:19:15 +01:00
  • 7079aa99d7 Rename ArrayRef to JsonArray Benoit Blanchon 2022-12-19 12:10:58 +01:00
  • 208a22e324 Update GitHub action dessant/lock-threads Benoit Blanchon 2022-12-13 08:28:20 +01:00
  • 9afae963e8 Update tutorial links to point to version 6 Robert M Lugg 2022-12-05 08:15:39 -08:00
  • 1828dec658 CI: add CTest output to the job summary Benoit Blanchon 2022-12-05 11:58:18 +01:00