Historique des commits

Auteur SHA1 Message Date
  Benoit Blanchon f0e84e4933 Fix support for `const char[]` il y a 9 mois
  Benoit Blanchon 01e49b33b7 Update copyright year il y a 11 mois
  Benoit Blanchon e33e78d202 Rename undocumented `JsonString::isLinked()` to `isStatic()` il y a 1 an
  Benoit Blanchon ed5f890d28 Replace `JsonString::Ownership` with `bool` il y a 1 an
  Benoit Blanchon cf084ae6b4 JsonString: move adapter class in the same file il y a 1 an
  Benoit Blanchon 594dc707cb Change string copy policy: only string literal are stored by pointer il y a 1 an
  Benoit Blanchon 67a512a923 Clean up tests of `adaptString()` il y a 1 an
  Benoit Blanchon 0e8a236583 Update copyright year il y a 2 ans
  Benoit Blanchon 461cdaa818 Allow using PROGMEM outside of Arduino (fixes #1903) il y a 2 ans
  Benoit Blanchon c89a2025ce Make string support generic (issue #1807) il y a 2 ans
  Benoit Blanchon 33a4773fbd Set clang-format standard to C++11 (#1820) il y a 2 ans
  Benoit Blanchon daa87e12dc Update copyright notice il y a 2 ans
  Benoit Blanchon 1b66a217bf Replace `ARDUINOJSON_NAMESPACE` with an inline namespace (#1820) il y a 2 ans
  Benoit Blanchon 1ec16ca94f Use `pgm_read()` instead of `ARDUINOJSON_READ_STATIC_ARRAY` il y a 3 ans
  Benoit Blanchon 09f9bd6b8b Fix detection of char types il y a 3 ans
  Benoit Blanchon b8d1dccb21 Test `IsString<String>` and `IsString<StringSumHelper>` il y a 3 ans
  Benoit Blanchon c3d5e9382d Implement `IsString` from `StringAdapter` il y a 3 ans
  Benoit Blanchon af18994deb Update copyright notice il y a 4 ans
  Benoit Blanchon 67fc2d9897 Assume `PROGMEM` is available as soon as `ARDUINO` is defined (#1693) il y a 4 ans
  Benoit Blanchon ca24ed48f5 Separate string adapter from storage policy il y a 4 ans
  Benoit Blanchon 6632fa8da1 Removed `StringAdapter::equals()` il y a 4 ans
  Benoit Blanchon 5790f3c8f7 Refactored string adapters: only one `IsString<T>` and `adaptString()` il y a 4 ans
  Benoit Blanchon d5d2209d09 Added "https://" prefix to all URLs so they are clickable in VS Code il y a 4 ans
  Benoit Blanchon 97b7161d78 Update copyright notice for 2021 il y a 5 ans
  Benoit Blanchon f3f44d7812 Renamed StdStringAdapter to StlStringAdapter (internal use only) il y a 5 ans
  Benoit Blanchon 764ff2cd53 Added string deduplication (closes #1303) il y a 5 ans
  Benoit Blanchon 04c59985a1 Inverted dependency between MemoryPool and string adapters. il y a 5 ans
  Benoit Blanchon 2641697e0b Fixed incorrect string comparison on some platforms (fixes #1198) il y a 5 ans
  Benoit Blanchon 85499be855 Added tests for FlashStringAdapter il y a 6 ans
  Benoit Blanchon f9cfea244a Updated copyright notice il y a 6 ans