Historial de Commits

Autor SHA1 Mensaje Fecha
  Benoit Blanchon cc077c1b63 Store static strings in a dedicated pool hace 11 meses
  Benoit Blanchon 01e49b33b7 Update copyright year hace 11 meses
  Benoit Blanchon 594dc707cb Change string copy policy: only string literal are stored by pointer hace 1 año
  Benoit Blanchon 57a9c50b38 Make `ElementProxy` and `MemberProxy` non-copyable hace 1 año
  Benoit Blanchon 5e7653b36a Store adapted string in MemberProxy hace 1 año
  Benoit Blanchon 31253dbe13 Add more tests with VLAs hace 1 año
  Benoit Blanchon c6c0649d70 Replace `typedef` with `using` hace 1 año
  Benoit Blanchon d92eee8736 Deprecate `containsKey()` in favor of `doc["key"].is<T>()` hace 1 año
  Benoit Blanchon 09c89dcacf Store object members with two slots: one for the key and one for the value hace 1 año
  Benoit Blanchon 386105be90 Allocate slot before key hace 1 año
  Benoit Blanchon 45611924f3 Tests: add user-defined literal `""_s` for `std::string` hace 1 año
  Benoit Blanchon 0e8a236583 Update copyright year hace 2 años
  Benoit Blanchon 7f459adc4b Remove `createNestedArray()` and `createNestedObject()` hace 2 años
  Benoit Blanchon 9a11d98117 Tests: make allocator assertions more readable hace 2 años
  Benoit Blanchon 30ec507989 Tests: use a consistent naming convention for allocators hace 2 años
  Benoit Blanchon 7a76da3bc7 Tests: rename `ControllableAllocator` to `KillswitchAllocator` hace 2 años
  Benoit Blanchon 00c9d8680a Remove `memoryUsage()` hace 2 años
  Benoit Blanchon 0f319e7ca4 Remove capacity from `JsonDocument`'s constructor hace 2 años
  Benoit Blanchon 39e8b63746 Remove `shallowCopy()` hace 2 años
  Benoit Blanchon c37990d791 CollectionData: `addSlot()` returns an iterator hace 2 años
  Benoit Blanchon 461cdaa818 Allow using PROGMEM outside of Arduino (fixes #1903) hace 2 años
  Benoit Blanchon b7c8e0d25c Decouple `VariantData` from `MemoryPool` hace 2 años
  Benoit Blanchon e9850152a7 Tests: replace constants with `sizeofString(n)` hace 2 años
  Benoit Blanchon 035c913c72 Remove `ARDUINOJSON_ENABLE_STRING_DEDUPLICATION` hace 2 años
  Benoit Blanchon 540901e219 Merge `DynamicJsonDocument` with `JsonDocument` hace 2 años
  Benoit Blanchon 17a482a9b1 Remove `StaticJsonDocument` hace 2 años
  Benoit Blanchon daa87e12dc Update copyright notice hace 3 años
  Benoit Blanchon 1b66a217bf Replace `ARDUINOJSON_NAMESPACE` with an inline namespace (#1820) hace 3 años
  Benoit Blanchon 0f85a55cac Implement `VariantRefBase` with a CRTP hace 3 años
  Benoit Blanchon cf4436e581 Extract `VariantProxy` from `ElementProxy` and `MemberProxy` hace 3 años