Commit Graph

  • dc76c5165f Fixed clang-tidy warnings (fixes #1574) Benoit Blanchon 2021-06-04 11:39:19 +02:00
  • de11b36a98 clang-tidy: muted "uninitialized pointer/field" in StringCopier Benoit Blanchon 2021-06-04 11:32:36 +02:00
  • c4a4ed5272 clang-tidy: muted "uninitialized field" in Latch Benoit Blanchon 2021-06-04 11:22:00 +02:00
  • a24edac5a9 clang-tidy: muted "use of memory after it is freed" in MemoryPool Benoit Blanchon 2021-06-04 11:00:09 +02:00
  • 9dbf44388d clang-tidy: muted "call to function is insecure" in tests Benoit Blanchon 2021-06-04 10:48:41 +02:00
  • 6b8e93e05e clang-tidy: fixed "uninitialized field" in VariantData Benoit Blanchon 2021-06-04 09:56:32 +02:00
  • 6b5239b9d5 clang-tidy: removed unused field Benoit Blanchon 2021-06-04 09:51:40 +02:00
  • 214c06b771 clang-tidy: fixed clang-analyzer-optin.cplusplus.UninitializedObject Benoit Blanchon 2021-06-04 09:49:33 +02:00
  • e32a8552be CI: added clang-tidy (closes #1577) Armandas 2021-06-04 09:18:31 +02:00
  • 9bcb409648 Fixed serializeJson(doc, String) when allocation fails (fixes #1572) Benoit Blanchon 2021-05-28 09:02:48 +02:00
  • 3b10afd2ab CI: test more platforms on PlatformIO Benoit Blanchon 2021-05-29 15:24:18 +02:00
  • af3bb131c8 Fixed error Pe070 "incomplete type is not allowed" on IAR (fixes #1560) Benoit Blanchon 2021-05-19 15:07:59 +02:00
  • 622e7dd287 Fixed support for volatile float and double (fixes #1557) Benoit Blanchon 2021-05-19 15:01:51 +02:00
  • 68082e6fc1 CI: use libc++ for Clang 3.5 to 4.0 The fixes the error: "__STRICT_ANSI__ seems to have been undefined; this is not supported" with Clang 3.9 Benoit Blanchon 2021-05-17 09:06:28 +02:00
  • 36bcc7b355 Set version to 6.18.0 v6.18.0 Benoit Blanchon 2021-05-05 20:41:35 +02:00
  • c7c0b729c1 Added a deprecation warning for is<char>() and is<char*>() Benoit Blanchon 2021-05-05 15:43:02 +02:00
  • 6aeefda3b6 CI: Skip WillFail and Fuzzing test labels when measuring coverage Benoit Blanchon 2021-05-04 16:25:53 +02:00
  • 4780174ee1 Added a deprecation warning for as<char>() and set(char) Benoit Blanchon 2021-05-04 14:48:51 +02:00
  • ab23625091 Renamed DEPRECATED to ARDUINOJSON_DEPRECATED Benoit Blanchon 2021-05-04 14:35:14 +02:00
  • a88cf8fab7 PlatformIO: set build.libArchive to false (closes #1550) Kyle Smith 2021-05-01 08:11:34 -04:00
  • 2be528a3fa serializeMsgPack(doc, p, n) doesn't add terminator anymore (fixes #1545) Benoit Blanchon 2021-04-29 20:59:15 +02:00
  • 337864618c Reversed parameters of convertToJson() and convertFromJson() Now the order matches copyArray(): source first, destination second. Benoit Blanchon 2021-04-27 19:28:36 +02:00
  • 526cad54d7 VSCode: insert final new line Benoit Blanchon 2021-04-27 14:36:13 +02:00
  • 506cf7f438 Added .prettierignore Benoit Blanchon 2021-04-27 14:35:34 +02:00
  • 4b89878c10 Added a deprecation warning for as<char*>() Benoit Blanchon 2021-04-26 08:42:33 +02:00
  • 06fad301cb CI: added Valgrind job (closes #1542) Benoit Blanchon 2021-04-25 11:54:08 +02:00
  • 7be0c2c650 CMake: added labels to tests Benoit Blanchon 2021-04-25 11:38:19 +02:00
  • 43f0db45ad Updated Catch library to 1.12.2 Benoit Blanchon 2021-04-22 08:54:16 +02:00
  • 892c37db08 Optimized JsonVariant::is<float>() Benoit Blanchon 2021-04-21 13:21:40 +02:00
  • d8a1d1a120 Increased coverage of ConverterImpl.hpp Benoit Blanchon 2021-04-18 17:23:51 +02:00
  • 64e52e97ee Removed redundant range check in MemoryPoolPrint Benoit Blanchon 2021-04-18 16:47:28 +02:00
  • 2a777a659a Fixed reference-binding-to-null-pointer in MsgPack deserializer Benoit Blanchon 2021-04-15 11:48:30 +02:00
  • 898f429826 Fixed member-call-on-null-pointer in getMember() when array is empty Benoit Blanchon 2021-04-15 11:30:56 +02:00
  • 88fbe3ac34 Fixed undefined behavior in JSON serializer Benoit Blanchon 2021-04-15 11:21:34 +02:00
  • 4ddc674846 CI: fixed sanitizers errors not been reported Benoit Blanchon 2021-04-15 10:35:00 +02:00
  • fc4f5fd05f Changed integer storage from positive/negative to signed/unsigned Benoit Blanchon 2021-04-14 11:42:53 +02:00
  • a002393716 Replaced donation link Benoit Blanchon 2021-04-14 11:44:56 +02:00
  • a889f6560c Added VSCode settings Benoit Blanchon 2021-04-14 11:43:46 +02:00
  • 4db17ecd93 CI: format YAML file with Prettier Benoit Blanchon 2021-04-08 09:46:01 +02:00
  • 2a57f2b365 CI: fix installation of GCC and Clang Benoit Blanchon 2021-04-08 09:45:04 +02:00
  • 803e07c188 Updated folders list in .mbedignore (closes #1515) George Beckstein 2021-03-31 09:56:51 +02:00
  • ff44d93e68 Removed buggy blank line in CHANGELOG Benoit Blanchon 2021-03-29 18:13:27 +02:00
  • d5d2209d09 Added "https://" prefix to all URLs so they are clickable in VS Code Benoit Blanchon 2021-03-29 17:14:01 +02:00
  • c81e8fc93a README: added a link to ARDUINOJSON_ENABLE_ARDUINO_STREAM Benoit Blanchon 2021-03-29 09:20:49 +02:00
  • 347ac422f4 Added support for Printable (closes #1444) Benoit Blanchon 2021-03-27 14:35:15 +01:00
  • d7f5b56ca4 Added support for custom converters (closes #687) Benoit Blanchon 2021-03-20 14:52:47 +01:00
  • 53d6f0d492 CI: Fixed build on Arduino 1.6.7 Benoit Blanchon 2021-03-19 11:50:29 +01:00
  • e4ce75e20c Simplified JsonVariant::as<T>() to always return T Benoit Blanchon 2021-03-08 09:58:09 +01:00
  • 9094179856 CI: added a clang-format job Benoit Blanchon 2021-02-26 13:08:01 +01:00
  • 3aab36fec2 Changed JsonVariantConst::is<JsonArray/JsonObject>() to return false (closes #1412) Benoit Blanchon 2021-02-23 08:58:52 +01:00
  • 744d61f6fd Added JsonVariant::is<JsonVariant/JsonVariantConst>() (issue #1412) Benoit Blanchon 2021-02-23 08:41:24 +01:00
  • 05498aa178 Added JsonVariant::is<JsonVariant>() (issue #1412) Benoit Blanchon 2021-02-23 08:39:58 +01:00
  • b1eb273d5b Added JsonVariant::is<JsonArrayConst/JsonObjectConst>() (issue #1412) Benoit Blanchon 2021-02-23 08:33:28 +01:00
  • 8a3f8510d6 Simplified tests of JsonVariant::is<T>() Benoit Blanchon 2021-02-23 08:27:48 +01:00
  • 22904a48a6 Added a default implementation in the Visitor class Benoit Blanchon 2021-02-21 13:37:07 +01:00
  • 1730304f46 Funding: added paypal.me Benoit Blanchon 2021-02-21 12:24:46 +01:00
  • 1038fc35df Removed DeserializationError::NotSupported Benoit Blanchon 2021-02-18 19:30:04 +01:00
  • 71f44aaee1 deserializeMsgPack() inserts null instead of returning NotSupported Benoit Blanchon 2021-02-18 19:26:11 +01:00
  • cc7ebfd11e deserializeJson() leaves \uXXXX instead of returning NotSupported Benoit Blanchon 2021-02-18 19:40:11 +01:00
  • 54d4b308f4 Remove JsonVariant::set(char) Benoit Blanchon 2021-02-07 11:40:14 +01:00
  • 5234c8124b Removed JsonVariant::as<char>() (fixes #1498) Benoit Blanchon 2021-02-18 08:48:10 +01:00
  • e22d4bf31f Set version to 6.17.3 v6.17.3 Benoit Blanchon 2021-02-15 09:53:10 +01:00
  • 21f7b90f03 PlatformIO: set framework compatibility to * (closes #1490) Benoit Blanchon 2021-02-15 09:49:56 +01:00
  • 769e8440f5 CI: skip Particle job for Pull Requests Benoit Blanchon 2021-02-05 12:06:49 +01:00
  • 33de2b6cf3 Added GitHub sponsors Benoit Blanchon 2021-02-05 12:03:50 +01:00
  • 3975b07371 Moved CI from Travis to GitHub Actions (fixes #1493) Benoit Blanchon 2021-02-03 21:33:13 +01:00
  • abd64102aa Fixed compilation error on Clang 10 Benoit Blanchon 2021-02-03 10:20:46 +01:00
  • d2174d1580 Fixed compilation error when isdigit() is a macro (fixes #1487) Benoit Blanchon 2021-02-02 10:08:10 +01:00
  • c72eccdd35 Added missing calls to client.stop() in JsonHttpClient.ino (fixes #1485) Benoit Blanchon 2021-02-01 09:16:23 +01:00
  • ab902128dc Upgrade to Lock Threads 2 Benoit Blanchon 2021-01-31 10:59:07 +01:00
  • c70a491f59 Made JsonDocument's destructor protected (fixes #1480) Benoit Blanchon 2021-01-27 09:59:51 +01:00
  • 322d13de0d Examples: add a note about performance issues with streams (#1476) Benoit Blanchon 2021-01-25 09:26:29 +01:00
  • 97b7161d78 Update copyright notice for 2021 Benoit Blanchon 2021-01-25 09:14:15 +01:00
  • 1360b6a396 Set version to 6.17.2 v6.17.2 Benoit Blanchon 2020-11-14 10:38:21 +01:00
  • 16e51b83ab Changed the default value of ARDUINOJSON_ENABLE_PROGMEM (fixes #1433) Benoit Blanchon 2020-11-10 14:58:31 +01:00
  • aa7cc5351c Travis: added smoke test for Particle Argon Benoit Blanchon 2020-11-10 09:58:40 +01:00
  • 30da920135 Fixed invalid conversion in operator|(Variant, char*) (fixes #1432) Benoit Blanchon 2020-11-09 09:13:12 +01:00
  • bcdf5b7e52 Set version to 6.17.1 v6.17.1 Benoit Blanchon 2020-11-07 10:11:41 +01:00
  • c711fe592d Allowed more than 32767 values in non-embedded mode (fixes #1414) Benoit Blanchon 2020-10-28 09:23:26 +01:00
  • 9d5c1b3742 Added an assert to detect too large variants (issue #1414) Benoit Blanchon 2020-10-23 11:52:21 +02:00
  • 6b26cd0977 Add JsonDocument to keywords.txt Takayuki 'January June' Suwa 2020-10-24 01:34:21 +09:00
  • 10ec0f21b0 Fixed operator|(MemberProxy, JsonObject) (fixes #1415) Benoit Blanchon 2020-10-23 10:22:14 +02:00
  • ff66182dc6 Gathered the tests of MemberProxy in one file Benoit Blanchon 2020-10-22 09:36:47 +02:00
  • d02ce2f1bb Gathered the tests of ElementProxy in one file Benoit Blanchon 2020-10-22 09:33:39 +02:00
  • 2664a2d0da Fixed error "ambiguous overload for operator|" (fixes #1411) Benoit Blanchon 2020-10-22 09:30:31 +02:00
  • 1f7350658e Set version to 6.17.0 v6.17.0 Benoit Blanchon 2020-10-19 11:35:09 +02:00
  • 41132b701b Fixed error "no matching function for pgm_read<double>()" on AVR Benoit Blanchon 2020-10-17 14:02:26 +02:00
  • 712005219c Added filtering for MessagePack (closes #1298, closes #1394) Benoit Blanchon 2020-10-13 09:40:39 +02:00
  • 0bd17aff8a Coverage: use -O0 instead of -Og Benoit Blanchon 2020-10-11 15:10:52 +02:00
  • f3f44d7812 Renamed StdStringAdapter to StlStringAdapter (internal use only) Benoit Blanchon 2020-10-01 10:01:33 +02:00
  • 8385d5fa3a Added wildcard key (*) for filters (closes #1309) Benoit Blanchon 2020-09-28 21:11:38 +02:00
  • 726f8be341 Added operator|(JsonVariantConst, JsonVariantConst) Benoit Blanchon 2020-09-26 14:48:17 +02:00
  • fee029b86e Moved float tables to PROGMEM Benoit Blanchon 2020-09-19 09:37:05 +02:00
  • c3504ddf0a Added tests for DeserializationError::f_str() Benoit Blanchon 2020-09-18 09:37:59 +02:00
  • 6a878ee444 Fixed error "No such file or directory WString.h" (fixes #1381) Benoit Blanchon 2020-09-16 10:29:20 +02:00
  • c4ec2ba88f Added DeserializationError::f_str() (issue #846) Benoit Blanchon 2020-09-14 09:30:58 +02:00
  • c907ca6e5d Added DeserializationError::EmptyInput Benoit Blanchon 2020-09-13 10:27:29 +02:00
  • 8993a093e9 Travis: run sanitizer on recent GCC version to avoid false positives Benoit Blanchon 2020-09-13 10:25:34 +02:00
  • d04669d0cc Fixed result of JsonVariant::set((char*)0) (fixes #1368) Benoit Blanchon 2020-09-05 17:33:47 +02:00
  • 05fc136915 Disabled memory sanitizer with clang 6 Benoit Blanchon 2020-09-05 11:10:13 +02:00