Historique des commits

Auteur SHA1 Message Date
  Benoit Blanchon 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) il y a 9 ans
  Benoit Blanchon b6d8e6c989 Updated copyright year from 2015 to 2016 il y a 10 ans
  Benoit Blanchon c6a4bfa886 Fixed ambiguous overload with `JsonArraySubscript` and `JsonObjectSubscript` (issue #122) il y a 10 ans
  Benoit Blanchon 5a4d993f7d Fixed memory alignment, which made ESP8266 crash (issue #104) il y a 10 ans
  Benoit Blanchon bfe60243a4 Fixed issue #65 il y a 10 ans
  Benoit Blanchon 5e5f060fc0 Updated copyright for 2015 il y a 11 ans
  Benoit Blanchon 80913b8044 Fixed Visual Studio's warnings il y a 11 ans
  Benoit Blanchon 13e907c894 Test that DynamicJsonBuffer.size() is the sum of all blocks il y a 11 ans
  Benoit Blanchon d19a34152f Test that DynamicJsonBuffer.blockCount() increases as expected il y a 11 ans
  Benoit Blanchon 19cce08b2b Test initial value of DynamicJsonBuffer.blockCount() il y a 11 ans
  Benoit Blanchon 3cd6f66067 Test that DynamicJsonBuffer can't alloc more than BLOCK_CAPACITY il y a 11 ans
  Benoit Blanchon ada588c112 Test that DynamicJsonBuffer returns a different pointer after each alloc() il y a 11 ans
  Benoit Blanchon 0d57fe5a7e Test that DynamicJsonBuffer grows after each alloc il y a 11 ans
  Benoit Blanchon 5a74beb7e2 Test initial size() of DynamicJsonBuffer il y a 11 ans