Benoit Blanchon 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 10 年之前
..
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) 10 年之前
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) 10 年之前
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) 10 年之前
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) 10 年之前
JsonArray_CopyTo_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 10 年之前
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) 10 年之前
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) 10 年之前
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) 10 年之前
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) 10 年之前
JsonVariant_As_Tests.cpp a8032f81d9 Added `JsonVariant JsonBuffer::parse()` (issue #265) 10 年之前
JsonVariant_Comparison_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 10 年之前
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) 10 年之前
JsonVariant_PrintTo_Tests.cpp a8032f81d9 Added `JsonVariant JsonBuffer::parse()` (issue #265) 10 年之前
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) 10 年之前
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) 10 年之前
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) 10 年之前
StaticJsonBuffer_ParseObject_Tests.cpp 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 10 年之前
StdStream.cpp 8733f95e51 Added support of `long long` (issue #171) 10 年之前
StringBuilderTests.cpp c5d19a4dbd Changed `::String` to `ArduinoJson::String` (issue #275) 10 年之前
gtest.cmake 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 10 年之前