Benoit Blanchon f28157cab7 Fixed compilation error when index is not an `int` (issue #381) 9 жил өмнө
..
CMakeLists.txt deb57b960b Fixed parser that incorrectly rejected floats containing a `+` (issue #349) 9 жил өмнө
DynamicJsonBuffer_Array_Tests.cpp b6d8e6c989 Updated copyright year from 2015 to 2016 10 жил өмнө
DynamicJsonBuffer_Basic_Tests.cpp aa2ef79e55 Templatized all functions using `String` or `std::string` 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 c87a0e97ab Added `as<JsonArray>()` as a synonym for `as<JsonArray&>()`... (issue #291) 9 жил өмнө
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_Get_Tests.cpp aa2ef79e55 Templatized all functions using `String` or `std::string` 9 жил өмнө
JsonObject_Invalid_Tests.cpp aa2ef79e55 Templatized all functions using `String` or `std::string` 9 жил өмнө
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 aa2ef79e55 Templatized all functions using `String` or `std::string` 9 жил өмнө
JsonObject_Subscript_Tests.cpp c87a0e97ab Added `as<JsonArray>()` as a synonym for `as<JsonArray&>()`... (issue #291) 9 жил өмнө
JsonParser_Array_Tests.cpp e6f55b1f6f Increased default nesting limit to 50 when compiled for a computer (issue #349) 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 deb57b960b Fixed parser that incorrectly rejected floats containing a `+` (issue #349) 9 жил өмнө
JsonVariant_As_Tests.cpp aa2ef79e55 Templatized all functions using `String` or `std::string` 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 ffb9b6d1ba Fixed `JsonVariant::success()` which didn't propagate `JsonArray::success()` nor `JsonObject::success()` (issue #342). 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 f28157cab7 Fixed compilation error when index is not an `int` (issue #381) 9 жил өмнө
JsonVariant_Success_Tests.cpp ffb9b6d1ba Fixed `JsonVariant::success()` which didn't propagate `JsonArray::success()` nor `JsonObject::success()` (issue #342). 9 жил өмнө
JsonVariant_Undefined_Tests.cpp a8032f81d9 Added `JsonVariant JsonBuffer::parse()` (issue #265) 9 жил өмнө
JsonWriter_WriteFloat_Tests.cpp c64340a9bb Fixed error in float serialization (issue #324) 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 жил өмнө
String_Tests.cpp aa2ef79e55 Templatized all functions using `String` or `std::string` 9 жил өмнө
gtest.cmake 8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 9 жил өмнө