Commit Graph

  • 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
  • afe2434baf Extract ObjectConstRef.hpp from ObjectRef.hpp Benoit Blanchon 2022-12-05 11:49:04 +01:00
  • e08f8d5b51 Inline class ObjectRefBase Benoit Blanchon 2022-12-05 11:42:09 +01:00
  • 7e3b40f379 Extract ArrayConstRef.hpp from ArrayRef.hpp Benoit Blanchon 2022-11-29 15:48:33 +01:00
  • 584770dc6f Inline class ArrayRefBase Benoit Blanchon 2022-11-29 15:29:36 +01:00
  • 5d2a440c69 Remove ArrayFunctions.hpp and ObjectFunctions.hpp Benoit Blanchon 2022-11-28 12:25:20 +01:00
  • ac14f29e6c Move definitions of JSON_ARRAY_SIZE() and JSON_OBJECT_SIZE() Benoit Blanchon 2022-11-29 15:33:59 +01:00
  • 3d62fa8af2 CI: use ubuntu-20.04 for GCC Benoit Blanchon 2022-12-05 12:19:59 +01:00
  • 0f85a55cac Implement VariantRefBase with a CRTP Benoit Blanchon 2022-11-26 18:34:25 +01:00
  • 21db92af47 Simpify variant reader Benoit Blanchon 2022-11-26 09:37:10 +01:00
  • 6447520b5b Replace Yes/No with int/char Benoit Blanchon 2022-11-22 18:56:42 +01:00
  • 079ccadbee Remove sponsor techexplorations Benoit Blanchon 2022-11-08 08:59:18 +01:00
  • 615f675840 Update dessant/lock-threads Benoit Blanchon 2022-11-03 10:11:45 +01:00
  • 2182c83b87 Remove ArrayShortcuts and ObjectShortcuts Benoit Blanchon 2022-11-02 09:18:02 +01:00
  • b8d1dccb21 Test IsString<String> and IsString<StringSumHelper> Benoit Blanchon 2022-10-31 18:02:07 +01:00
  • c3d5e9382d Implement IsString from StringAdapter Benoit Blanchon 2022-10-26 17:20:33 +02:00
  • ecb72f9a9d Add StringAdapter<T> Benoit Blanchon 2022-10-26 16:19:14 +02:00
  • 7004c39af6 variantGetOrAddMember() takes an adapted string like all its siblings Benoit Blanchon 2022-10-26 10:44:21 +02:00
  • 057956225c Add namespace StringStoragePolicy Benoit Blanchon 2022-10-26 10:41:42 +02:00
  • b27990f780 Attach copy policy to string adapters Benoit Blanchon 2022-10-26 10:37:18 +02:00
  • 61c6f8ba59 CI : update macOS runner Benoit Blanchon 2022-10-21 17:40:52 +02:00
  • d8d37ba7ad CI: update deprecated actions Benoit Blanchon 2022-10-21 17:37:15 +02:00
  • 92d6bae25c Remove ArrayIterator::internal() and ObjectIterator::internal() Benoit Blanchon 2022-10-13 09:41:06 +02:00
  • 6e17c3e6f9 Extract VariantRefBase from VariantProxy Benoit Blanchon 2022-10-03 19:14:05 +02:00
  • 8ee67b0229 Fix brew: command not found (actions/runner-images#6283) Benoit Blanchon 2022-10-03 09:44:20 +02:00
  • 07b9153ae4 CI: Add CodeQL Benoit Blanchon 2021-12-14 09:54:13 +01:00
  • abfcac4674 README: bigger logo on mobile Benoit Blanchon 2022-09-20 16:59:06 +02:00
  • cde8cd50f8 VSCode: configure include path Benoit Blanchon 2022-08-30 10:18:27 +02:00
  • cf4436e581 Extract VariantProxy from ElementProxy and MemberProxy Benoit Blanchon 2022-08-30 10:18:08 +02:00
  • 2b6bb78a09 Don't call operator VariantConstRef in VariantComparer Benoit Blanchon 2022-08-30 10:14:48 +02:00
  • ffa7f8d22d Make MemberProxy and `ElementProxy similar Benoit Blanchon 2022-08-09 13:57:23 +02:00
  • f73be9cf0f Fix typo. Andrii Pereverziev 2022-08-10 00:17:23 +03:00
  • 8002722f3b Clang-format: set DerivePointerAlignment to false Benoit Blanchon 2022-08-09 16:52:17 +02:00
  • 62e83133cd Remove JsonDocument::data() and JsonDocument::memoryPool() Benoit Blanchon 2022-08-09 10:33:19 +02:00
  • 1d21027e2a Fix lax parsing of true, false, and null (fixes #1781) Benoit Blanchon 2022-08-04 12:39:34 +02:00
  • 5705247e5f Fix replacement for getOrAddElement() and getOrAddMember() Benoit Blanchon 2022-08-04 10:47:02 +02:00
  • dde9e9fc26 Remove member MsgPackDeserializer::_error Benoit Blanchon 2022-07-29 10:51:47 +02:00
  • a6da4ad452 Remove member JsonDeserializer::_error Benoit Blanchon 2022-07-29 10:53:23 +02:00
  • e2a29eef24 CI: simplify Ubuntu package sources Benoit Blanchon 2022-07-29 11:31:09 +02:00
  • 043ee651a9 CI: remove dependency on Ubuntu 21.04 "The Hirsute Hippo" Benoit Blanchon 2022-07-29 11:30:47 +02:00
  • 84b7037b3e Add VariantAttorney Benoit Blanchon 2022-07-07 11:10:48 +02:00
  • c5838a876b Remove getElement(), getOrAddElement(), getMember(), and getOrAddMember() Benoit Blanchon 2022-07-07 14:16:06 +02:00
  • 750cd0be92 Add collectionToVariant() Benoit Blanchon 2022-07-05 09:57:06 +02:00
  • 758580bfb6 Rename addElement() to add() Benoit Blanchon 2022-07-06 10:02:29 +02:00
  • 04872b6db8 Simplify ProgmemExample.ino and StringExample.ino Benoit Blanchon 2022-07-07 14:32:41 +02:00
  • 58c7c919f2 Remove unused arrayAccept() and objectAccept() Benoit Blanchon 2022-07-06 14:56:00 +02:00
  • cd8373ad32 Change link() to shallowCopy() (issue #1343) Benoit Blanchon 2022-07-05 17:07:43 +02:00
  • 3b3ab8c4e1 Inline variantAsArray() and variantAsObject() Benoit Blanchon 2022-07-05 14:02:41 +02:00
  • 5b06b1564e Remove undocumented accept() functions Benoit Blanchon 2022-07-03 15:51:01 +02:00
  • 77b4270d97 Remove Visitable Benoit Blanchon 2022-07-03 15:37:08 +02:00
  • 7c2ca773ff README: update Tech Explorations's link Benoit Blanchon 2022-06-10 12:12:26 +02:00
  • e2bb2cec7b Fix comparison operators for JsonObject and JsonObjectConst Benoit Blanchon 2022-06-10 09:53:25 +02:00
  • ff4e837df5 Fix comparison operators for JsonArray and JsonArrayConst Benoit Blanchon 2022-06-09 21:06:32 +02:00
  • fb904033d3 Replace serializeJson()'s template parameter with JsonVariantConst Benoit Blanchon 2022-06-02 20:36:32 +02:00
  • e6cd16aec4 Add missing const specifiers in serializers Benoit Blanchon 2022-05-23 19:20:15 +02:00
  • ee74c3bb1c Inline variantAccept() Benoit Blanchon 2022-05-22 17:07:16 +02:00
  • 37faa7ce13 Merge definitions of VariantConstRef::accept() and VariantRef::accept() Benoit Blanchon 2022-05-22 17:03:09 +02:00
  • 3d6c328a4f Add JsonVariant::link() (resolves #1343) Benoit Blanchon 2022-04-27 15:06:58 +02:00
  • 5577d18377 JsonVariant: add tests for size() Benoit Blanchon 2022-04-27 15:00:27 +02:00
  • 1d103a1528 MemberProxy: move tests for createNestedArray() and createNestedObject() Benoit Blanchon 2022-04-27 14:58:37 +02:00
  • 7b19a4b6e7 Add getMemberConst() and getElementConst() Benoit Blanchon 2022-03-31 11:59:00 +02:00
  • ac1d29fac0 Add meta function ConverterNeedsWriteableRef<T> Benoit Blanchon 2022-03-31 11:23:24 +02:00
  • 98037e5742 Move several functions from VariantImpl.hpp to VariantRef.hpp Benoit Blanchon 2022-04-14 14:05:33 +02:00
  • d0e3808dd0 Move declaration of VariantConstRef above VariantRef Benoit Blanchon 2022-04-13 18:13:28 +02:00
  • 3760a643cb Implement comparison out of VariantData Benoit Blanchon 2022-04-07 21:37:00 +02:00
  • fc9d8aa31e Implement nesting() out of VariantData Benoit Blanchon 2022-03-29 13:03:07 +02:00
  • ccfbb5fd1d Fix 9.22337e+18 outside range of representable values of type 'long' Benoit Blanchon 2022-04-07 20:58:54 +02:00
  • c9fbc5e40a README: remove utm_source/utm_medium to make links more readable (#1735) Benoit Blanchon 2022-04-07 18:49:39 +02:00
  • 67b6797b6d Set version to 6.19.4 v6.19.4 Benoit Blanchon 2022-04-05 10:53:11 +02:00
  • 8d9504239b Fix comparisons operators with const JsonDocument& Benoit Blanchon 2022-04-05 10:12:17 +02:00
  • bf5d0c790c Add implicit conversion from JsonDocument to JsonVariant Benoit Blanchon 2022-03-23 16:00:24 +01:00
  • f4379f97ae Format code with clang-format Benoit Blanchon 2022-03-23 17:17:09 +01:00
  • 3dc67c5663 Add memoryUsage() to ElementProxy and MemberProxy (fixes #1730) Benoit Blanchon 2022-03-19 12:11:40 +01:00
  • 47f90b02c3 CI: run apt-get update before installing g++-multilib Benoit Blanchon 2022-03-09 08:33:26 +01:00
  • 27c924746b CI: run apt-get update before installing valgrind Benoit Blanchon 2022-03-08 19:09:56 +01:00
  • 7abf875071 Set version to 6.19.3 v6.19.3 Benoit Blanchon 2022-03-08 17:24:14 +01:00
  • e3e375f5cd MessagePack: serialize round floats as integers (fixes #1718) Benoit Blanchon 2022-02-28 18:00:43 +01:00
  • ff06292d74 Fix -Wsign-conversion -funsigned-char (fixes #1715) Benoit Blanchon 2022-02-28 10:00:12 +01:00
  • c1278797f2 CI: use -funsigned-char in one GCC build (issue #1715) Benoit Blanchon 2022-02-28 09:50:32 +01:00
  • 421ecec0dd Tests: trim trailing white spaces Benoit Blanchon 2022-02-25 09:28:26 +01:00
  • 89ed54362b Fix -Wsign-conversion on GCC 8 (fixes #1715) Benoit Blanchon 2022-02-25 09:23:51 +01:00
  • 986f77fa15 Tests: link with -static on MinGW Benoit Blanchon 2022-02-25 10:28:22 +01:00
  • f831ed395d Fix JsonString operator == and != for non-zero-terminated string Benoit Blanchon 2022-02-17 11:16:05 +01:00
  • a880614a75 Fix call of overloaded 'String(const char*, int)' is ambiguous Benoit Blanchon 2022-02-17 10:47:42 +01:00
  • ef8379df1b Set version to 6.19.2 v6.19.2 Benoit Blanchon 2022-02-14 09:06:06 +01:00
  • 702f8c2e2f Fix cannot convert 'pgm_p' to 'const void*' (fixes #1707) Benoit Blanchon 2022-02-06 11:14:23 +01:00
  • 6806393285 Wandbox: update compiler version Benoit Blanchon 2022-01-14 09:23:12 +01:00
  • dea8387586 Publish script: don't stop if wandbox fails Benoit Blanchon 2022-01-14 09:22:55 +01:00
  • 6ea2815341 Set version to 6.19.1 v6.19.1 Benoit Blanchon 2022-01-14 08:49:57 +01:00
  • 3c145f1782 Add assertions to comfort Clang-Tidy Benoit Blanchon 2022-01-13 18:44:57 +01:00
  • 21b2c76524 Fix filter not working in zero-copy mode (fixes #1697) Benoit Blanchon 2022-01-13 16:12:56 +01:00
  • 4f6244eef4 Replace CopiedString and LinkedString with JsonString Benoit Blanchon 2022-01-13 16:15:53 +01:00
  • 973858b835 Remove unused CopiedString in MemoryPool Benoit Blanchon 2022-01-13 15:19:46 +01:00
  • ee12155617 Fix crash when adding an object member in a too small JsonDocument Benoit Blanchon 2022-01-13 11:52:29 +01:00