Commit Graph

  • 4b4c68df5f Changelog: remove empty line Benoit Blanchon 2022-01-13 11:52:42 +01:00
  • fcae33d574 Publish script: fix change log extraction code Benoit Blanchon 2022-01-08 17:59:07 +01:00
  • 896f50eeb9 Publish script: check that all required commands are available Benoit Blanchon 2022-01-08 16:40:21 +01:00
  • 9693fd2d74 Set version to 6.19.0 v6.19.0 Benoit Blanchon 2022-01-08 16:21:29 +01:00
  • 37f1c87338 Publish script: check that all changes are committed Benoit Blanchon 2022-01-08 16:21:09 +01:00
  • 4977de38fc Remove .devcontainer/ Benoit Blanchon 2022-01-05 12:08:30 +01:00
  • 9f4750637b Add PlatformIO badge to README Benoit Blanchon 2022-01-05 12:08:18 +01:00
  • 0c65e13aa3 Add LGTM grade badge to README Benoit Blanchon 2021-12-20 19:47:13 +01:00
  • af18994deb Update copyright notice Benoit Blanchon 2022-01-01 10:00:54 +01:00
  • 8f9599cd19 Format appveyor.yml Benoit Blanchon 2022-01-01 09:51:44 +01:00
  • 78660c6e07 Fix support of long long in catch Benoit Blanchon 2021-12-31 17:49:22 +01:00
  • 4f786db82d CI: build on multiple versions of MinGW Benoit Blanchon 2022-01-01 09:51:05 +01:00
  • ad7b749dec CI: build with arduino-cli Benoit Blanchon 2021-12-30 13:15:44 +01:00
  • 29ba744d64 Add a polyfill for pgm_read_ptr() (issue #1433) Benoit Blanchon 2021-12-31 13:09:53 +01:00
  • a2e1021d7d Use pgm_read_dword() instead of pgm_read_float() (issue #1433) Benoit Blanchon 2021-12-30 10:02:21 +01:00
  • d20c3c65c8 Add a polyfill for pgm_read_dword() (issue #1433) Benoit Blanchon 2021-12-31 13:13:51 +01:00
  • 8f029e6096 Fix Visual Studio command line error D9025 https://stackoverflow.com/a/58711983/1164966 Benoit Blanchon 2021-12-29 10:51:30 +01:00
  • 91ed68b4a6 Fix conflicting definition of ARDUINOJSON_DEFINE_STATIC_ARRAY() Benoit Blanchon 2021-12-31 13:55:51 +01:00
  • 67fc2d9897 Assume PROGMEM is available as soon as ARDUINO is defined (#1693) Benoit Blanchon 2021-12-29 10:29:30 +01:00
  • 055304bf01 Ignore Visual Studio's /out/ folder Benoit Blanchon 2021-12-29 10:23:15 +01:00
  • c2800ace32 Include Arduino.h before stdlib.h to avoid conflict (closes #1693) Benoit Blanchon 2021-12-26 18:42:54 +01:00
  • ec7ffa20f2 Avoid Arduino.h when all its features are disabled (fixes #1692) Paulo Cabral Sanz 2021-12-26 18:19:35 +01:00
  • ada1f2a894 Add support for char[][] in copyArray() Benoit Blanchon 2021-12-20 13:18:31 +01:00
  • 184a7c4fbd Add support for arbitrary array rank in copyArray() Benoit Blanchon 2021-12-20 17:51:27 +01:00
  • 84e9447f12 Remove redundant copy constructor of AllocatorOwner Benoit Blanchon 2021-12-19 12:52:40 +01:00
  • ca073fda46 Remove version 5 from change log Benoit Blanchon 2021-12-16 14:56:28 +01:00
  • 0f529a3587 Renamed undocumented function isUndefined() to isUnbound() Benoit Blanchon 2021-12-16 14:55:26 +01:00
  • e16767af92 Avoid pool reallocation in BasicJsonDocument's copy assignment Benoit Blanchon 2021-12-16 14:42:54 +01:00
  • 3166356484 Test capacity after calling BasicJsonDocument's copy assignment Benoit Blanchon 2021-12-16 14:28:30 +01:00
  • abdd9d81db Reorder lines in changelog Benoit Blanchon 2021-12-14 10:42:01 +01:00
  • 3bf47761c8 Fix return type of StaticJsonDocument::operator= Benoit Blanchon 2021-12-14 10:41:25 +01:00
  • f39d8f548f CI: Add Visual Studio 2022 Benoit Blanchon 2021-12-12 15:48:51 +01:00
  • 90d750e4d9 Increase coverage Benoit Blanchon 2021-11-21 15:07:56 +01:00
  • ca24ed48f5 Separate string adapter from storage policy Benoit Blanchon 2021-11-21 15:07:56 +01:00
  • 51937778dd Add operator<<(std::ostream&, const JsonString&) Benoit Blanchon 2021-11-21 15:07:56 +01:00
  • be70f6ddd7 Support NUL inside string values (issue #1646) Benoit Blanchon 2021-11-21 15:07:56 +01:00
  • a27398e445 Check for NUL terminator in MemoryPool::findString() Benoit Blanchon 2021-11-20 20:30:24 +01:00
  • 43b2e2e774 Append terminator in saveStringFromFreeZone() Benoit Blanchon 2021-11-20 20:29:09 +01:00
  • 62f9b94ab1 Add CopiedString and LinkedString Benoit Blanchon 2021-11-22 09:40:20 +01:00
  • b06bbd9d2a Fix inconsistent pool size in BasicJsonDocument's copy constructor Benoit Blanchon 2021-11-23 10:49:35 +01:00
  • 2df1bc7d4f Fix call of overloaded 'swap(...)' is ambiguous (fixes #1678) Benoit Blanchon 2021-11-23 10:47:31 +01:00
  • 599e927590 Fix JsonVariant::memoryUsage() for raw strings Benoit Blanchon 2021-11-12 16:55:41 +01:00
  • 0429016ff1 Remove IsWriteableString Benoit Blanchon 2021-11-12 15:28:33 +01:00
  • bd42b9638a README: add sponsors section Benoit Blanchon 2021-11-11 09:38:25 +01:00
  • b1a826b03a README: remove empty lines between the badges Benoit Blanchon 2021-11-11 09:23:58 +01:00
  • 5ed5f3687b Improve test coverage Benoit Blanchon 2021-10-23 18:50:53 +02:00
  • 943a902a0b Remove DeserializationError == bool and DeserializationError != bool Benoit Blanchon 2021-10-23 16:12:58 +02:00
  • a7873389c6 Change VariantData::asString() return type to JsonString Benoit Blanchon 2021-10-24 09:55:28 +02:00
  • acfa174333 Add safe bool idiom in JsonString Benoit Blanchon 2021-10-22 17:19:14 +02:00
  • 8418845c8d Add is<JsonString>() Benoit Blanchon 2021-10-24 09:58:20 +02:00
  • df4a4b9e1d Add as<JsonString>() Benoit Blanchon 2021-10-24 09:58:13 +02:00
  • 7f5497db55 VSCode: exclude catch/ from search Benoit Blanchon 2021-10-22 14:11:50 +02:00
  • e4658e963f Change the default of ARDUINOJSON_USE_LONG_LONG to 1 on 32-bit platforms Benoit Blanchon 2021-10-18 16:23:59 +02:00
  • 7764515f56 Change the default of ARDUINOJSON_USE_DOUBLE to 1 Benoit Blanchon 2021-10-19 20:10:47 +02:00
  • 7046c38c84 Remove ARDUINOJSON_EMBEDDED_MODE Benoit Blanchon 2021-10-18 15:24:45 +02:00
  • 9e9bb30a57 CI: Test ArduinoJson's configuration Benoit Blanchon 2021-10-18 16:43:47 +02:00
  • 41d1be24cc Update GitHub issue templates Benoit Blanchon 2021-10-11 15:08:37 +02:00
  • 7d3b475e24 Update the README Benoit Blanchon 2021-10-11 15:16:18 +02:00
  • f82a227da6 Set version to 6.18.5 v6.18.5 Benoit Blanchon 2021-09-28 17:18:44 +02:00
  • fcd8159617 Set ARDUINOJSON_EMBEDDED_MODE to 1 on Nios II (closes #1657) Benoit Blanchon 2021-09-28 15:58:18 +02:00
  • f51ccb5c3f README: added link to Discord server Benoit Blanchon 2021-09-21 16:06:00 +02:00
  • e0cd5b6405 Increased test coverage Benoit Blanchon 2021-09-10 08:40:02 +02:00
  • 6a71f31820 Set version to 6.18.4 v6.18.4 Benoit Blanchon 2021-09-06 09:11:22 +02:00
  • 3428ab1e89 Added a comment to easily diagnose issue #1648 Benoit Blanchon 2021-09-03 08:31:51 +02:00
  • 956e4a7cbb Fixed deserialization of \u0000 (issue #1646) Benoit Blanchon 2021-08-31 13:58:27 +02:00
  • 669bad27d4 CI: added a workaround for adafruit/Adafruit_nRF52_Arduino#653 Benoit Blanchon 2021-08-22 17:54:41 +02:00
  • 2c3ae1c181 Filter: exact match takes precedence over wildcard (fixes #1628) Benoit Blanchon 2021-08-13 10:35:04 +02:00
  • f570fe8c37 Fixed error expected unqualified-id on GCC 11 (fixes #1622) Benoit Blanchon 2021-08-03 11:39:02 +02:00
  • 1b74ad0731 Fixed error 'dummy' may be used uninitialized on GCC 11 Benoit Blanchon 2021-08-03 09:04:14 +00:00
  • 6717700d3b CI: added GCC 11 Benoit Blanchon 2021-08-03 10:42:37 +02:00
  • b810833145 Set version to 6.18.3 v6.18.3 Benoit Blanchon 2021-07-27 15:44:36 +02:00
  • 9d58e566fd Added as<std::string_view>() and is<std::string_view>() Benoit Blanchon 2021-07-27 14:15:05 +02:00
  • 6632fa8da1 Removed StringAdapter::equals() Benoit Blanchon 2021-07-27 13:52:13 +02:00
  • 5790f3c8f7 Refactored string adapters: only one IsString<T> and adaptString() Benoit Blanchon 2021-07-27 12:06:44 +02:00
  • 4073b52c00 Changed return type of convertToJson() and Converter::toJson() to void Benoit Blanchon 2021-07-23 13:23:48 +02:00
  • f5c7a6478e Publish script: fixed frontmatter for arduinojson.org Benoit Blanchon 2021-07-19 10:19:04 +02:00
  • ebf58320ca Set version to 6.18.2 v6.18.2 Benoit Blanchon 2021-07-19 10:11:21 +02:00
  • 09ddb0f824 Publish script: generate the file for arduinojson.org Benoit Blanchon 2021-07-19 09:58:01 +02:00
  • f02a699c26 CI: added a workflow to create a release when matching tag is pushed Benoit Blanchon 2021-07-16 10:13:54 +02:00
  • 67d0931c19 Added parameters to script build-arduino-package.sh Benoit Blanchon 2021-07-16 09:35:32 +02:00
  • 19d079c33c Removed a symlink because the Arduino Library Specification forbids it Benoit Blanchon 2021-07-15 12:30:45 +02:00
  • 40723a4cc7 CI: check that the repository doesn't contain any symlink Benoit Blanchon 2021-07-15 11:41:52 +02:00
  • 8a9a26588c Fixed publish script Benoit Blanchon 2021-07-03 16:08:36 +02:00
  • 219475630a Set version to 6.18.1 v6.18.1 Benoit Blanchon 2021-07-03 16:03:01 +02:00
  • 52e856fa6f CI: added ESP-IDF component build (closes #1599) Andreas Kuster 2021-06-25 13:49:11 +02:00
  • cb2c029e57 Added support for ESP-IDF component build (closes #1562) baruch 2021-05-19 11:44:08 +03:00
  • ef7579394b Fixed JsonVariant::as<unsigned>() (fixes #1601) Benoit Blanchon 2021-06-30 09:17:28 +02:00
  • fc4f175300 CI: fixed ARM compiler installation Benoit Blanchon 2021-06-28 09:10:15 +02:00
  • a6fc9311b4 Added JsonArray::clear() (fixes #1597) Benoit Blanchon 2021-06-26 11:23:40 +02:00
  • 14639f129e CMake: added empty line at end of each file Benoit Blanchon 2021-06-26 11:28:59 +02:00
  • 9182c2068d Fixed build-single-header.sh (fixes #1592) Benoit Blanchon 2021-06-21 16:10:43 +02:00
  • cb1b3be723 CI: build single headers Benoit Blanchon 2021-06-21 15:25:19 +02:00
  • 5ccd62a789 Updated the readme Benoit Blanchon 2021-06-18 11:32:24 +02:00
  • 145d45c746 Fixed warning on Clang 10 Benoit Blanchon 2021-06-17 17:31:32 +00:00
  • f235157466 Added support for std::string_view (closes #1578, closes #1554) Benoit Blanchon 2021-06-17 20:27:47 +02:00
  • ba5cdab619 Test: extracted executable Cpp11Tests Benoit Blanchon 2021-06-15 18:52:18 +02:00
  • eab5ae2f07 Simplified string adapters Benoit Blanchon 2021-06-16 20:54:21 +02:00
  • 2f0b3c0e63 VSCode: added devcontainer configuration Benoit Blanchon 2021-06-16 20:55:29 +02:00
  • 4e261068a1 clang-format: set IndentPPDirectives to AfterHash Benoit Blanchon 2021-06-16 21:08:01 +02:00
  • 1d24caf066 Added InvalidConversion to identify invalid conversions (closes #1585) Benoit Blanchon 2021-06-11 11:46:20 +02:00