Benoit Blanchon 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
..
ArduinoString_Tests.cpp b47a3b566a Removed duplication when one replaces a value in a (PR #232 by @ulion) 10 лет назад
CMakeLists.txt 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
DynamicJsonBuffer_Array_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
DynamicJsonBuffer_Basic_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
DynamicJsonBuffer_NoMemory_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
DynamicJsonBuffer_Object_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
GbathreeBug.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
IntegrationTests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
Issue10.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
Issue214.cpp 6a608d4b49 Fixed `JsonVariant::is<bool>()` that was incorrectly returning false (issue #214) 10 лет назад
Issue34.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
Issue90.cpp a6724bd03f Added `RawJson()` to insert pregenerated JSON portions (issue #259) 9 лет назад
JsonArray_Add_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonArray_Basic_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonArray_CopyFrom_Tests.cpp c77c3f33ef Added `JsonArray::copyTo()` and `JsonArray::copyFrom()` (issue #254) 9 лет назад
JsonArray_CopyTo_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
JsonArray_Invalid_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonArray_Iterator_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonArray_PrettyPrintTo_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonArray_PrintTo_Tests.cpp a6724bd03f Added `RawJson()` to insert pregenerated JSON portions (issue #259) 9 лет назад
JsonArray_Remove_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonArray_Set_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonArray_Subscript_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonObject_Basic_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonObject_ContainsKey_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonObject_Invalid_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonObject_Iterator_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonObject_PrettyPrintTo_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonObject_PrintTo_Tests.cpp a6724bd03f Added `RawJson()` to insert pregenerated JSON portions (issue #259) 9 лет назад
JsonObject_Remove_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonObject_Set_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonObject_Subscript_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonParser_Array_Tests.cpp f9f002c8f7 Fix `unsigned long` printed as `signed long` (issue #170) 9 лет назад
JsonParser_Nested_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonParser_NestingLimit_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonParser_Object_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonParser_Variant_Tests.cpp a3a2ca4796 Added `JsonVariant::success()` (issue #279) 9 лет назад
JsonVariant_As_Tests.cpp a8032f81d9 Added `JsonVariant JsonBuffer::parse()` (issue #265) 9 лет назад
JsonVariant_Comparison_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
JsonVariant_Copy_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonVariant_Is_Tests.cpp a6724bd03f Added `RawJson()` to insert pregenerated JSON portions (issue #259) 9 лет назад
JsonVariant_PrintTo_Tests.cpp a8032f81d9 Added `JsonVariant JsonBuffer::parse()` (issue #265) 9 лет назад
JsonVariant_Storage_Tests.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
JsonVariant_Subscript_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
JsonVariant_Undefined_Tests.cpp a8032f81d9 Added `JsonVariant JsonBuffer::parse()` (issue #265) 9 лет назад
JsonWriter_WriteString_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
StaticJsonBuffer_Basic_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
StaticJsonBuffer_CreateArray_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
StaticJsonBuffer_CreateObject_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 лет назад
StaticJsonBuffer_ParseArray_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
StaticJsonBuffer_ParseObject_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад
StdStream.cpp 8733f95e51 Added support of `long long` (issue #171) 10 лет назад
StringBuilderTests.cpp c5d19a4dbd Changed `::String` to `ArduinoJson::String` (issue #275) 9 лет назад
gtest.cmake 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 лет назад