| .. |
|
CMakeLists.txt
|
deb57b960b
Fixed parser that incorrectly rejected floats containing a `+` (issue #349)
|
9 lat temu |
|
DynamicJsonBuffer_Array_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
DynamicJsonBuffer_Basic_Tests.cpp
|
aa2ef79e55
Templatized all functions using `String` or `std::string`
|
9 lat temu |
|
DynamicJsonBuffer_NoMemory_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
DynamicJsonBuffer_Object_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
GbathreeBug.cpp
|
8733f95e51
Added support of `long long` (issue #171)
|
10 lat temu |
|
IntegrationTests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
Issue10.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
Issue214.cpp
|
6a608d4b49
Fixed `JsonVariant::is<bool>()` that was incorrectly returning false (issue #214)
|
10 lat temu |
|
Issue34.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
Issue90.cpp
|
a6724bd03f
Added `RawJson()` to insert pregenerated JSON portions (issue #259)
|
9 lat temu |
|
JsonArray_Add_Tests.cpp
|
8733f95e51
Added support of `long long` (issue #171)
|
10 lat temu |
|
JsonArray_Basic_Tests.cpp
|
8733f95e51
Added support of `long long` (issue #171)
|
10 lat temu |
|
JsonArray_CopyFrom_Tests.cpp
|
c77c3f33ef
Added `JsonArray::copyTo()` and `JsonArray::copyFrom()` (issue #254)
|
9 lat temu |
|
JsonArray_CopyTo_Tests.cpp
|
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199)
|
9 lat temu |
|
JsonArray_Invalid_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonArray_Iterator_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonArray_PrettyPrintTo_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonArray_PrintTo_Tests.cpp
|
a6724bd03f
Added `RawJson()` to insert pregenerated JSON portions (issue #259)
|
9 lat temu |
|
JsonArray_Remove_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonArray_Set_Tests.cpp
|
8733f95e51
Added support of `long long` (issue #171)
|
10 lat temu |
|
JsonArray_Subscript_Tests.cpp
|
c87a0e97ab
Added `as<JsonArray>()` as a synonym for `as<JsonArray&>()`... (issue #291)
|
9 lat temu |
|
JsonObject_Basic_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonObject_ContainsKey_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonObject_Get_Tests.cpp
|
aa2ef79e55
Templatized all functions using `String` or `std::string`
|
9 lat temu |
|
JsonObject_Invalid_Tests.cpp
|
aa2ef79e55
Templatized all functions using `String` or `std::string`
|
9 lat temu |
|
JsonObject_Iterator_Tests.cpp
|
8733f95e51
Added support of `long long` (issue #171)
|
10 lat temu |
|
JsonObject_PrettyPrintTo_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonObject_PrintTo_Tests.cpp
|
a6724bd03f
Added `RawJson()` to insert pregenerated JSON portions (issue #259)
|
9 lat temu |
|
JsonObject_Remove_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonObject_Set_Tests.cpp
|
aa2ef79e55
Templatized all functions using `String` or `std::string`
|
9 lat temu |
|
JsonObject_Subscript_Tests.cpp
|
c87a0e97ab
Added `as<JsonArray>()` as a synonym for `as<JsonArray&>()`... (issue #291)
|
9 lat temu |
|
JsonParser_Array_Tests.cpp
|
e6f55b1f6f
Increased default nesting limit to 50 when compiled for a computer (issue #349)
|
9 lat temu |
|
JsonParser_Nested_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonParser_NestingLimit_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonParser_Object_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonParser_Variant_Tests.cpp
|
deb57b960b
Fixed parser that incorrectly rejected floats containing a `+` (issue #349)
|
9 lat temu |
|
JsonVariant_As_Tests.cpp
|
aa2ef79e55
Templatized all functions using `String` or `std::string`
|
9 lat temu |
|
JsonVariant_Comparison_Tests.cpp
|
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199)
|
9 lat temu |
|
JsonVariant_Copy_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonVariant_Is_Tests.cpp
|
ffb9b6d1ba
Fixed `JsonVariant::success()` which didn't propagate `JsonArray::success()` nor `JsonObject::success()` (issue #342).
|
9 lat temu |
|
JsonVariant_PrintTo_Tests.cpp
|
a8032f81d9
Added `JsonVariant JsonBuffer::parse()` (issue #265)
|
9 lat temu |
|
JsonVariant_Storage_Tests.cpp
|
8733f95e51
Added support of `long long` (issue #171)
|
10 lat temu |
|
JsonVariant_Subscript_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
JsonVariant_Success_Tests.cpp
|
ffb9b6d1ba
Fixed `JsonVariant::success()` which didn't propagate `JsonArray::success()` nor `JsonObject::success()` (issue #342).
|
9 lat temu |
|
JsonVariant_Undefined_Tests.cpp
|
a8032f81d9
Added `JsonVariant JsonBuffer::parse()` (issue #265)
|
9 lat temu |
|
JsonWriter_WriteFloat_Tests.cpp
|
c64340a9bb
Fixed error in float serialization (issue #324)
|
9 lat temu |
|
JsonWriter_WriteString_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
StaticJsonBuffer_Basic_Tests.cpp
|
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199)
|
9 lat temu |
|
StaticJsonBuffer_CreateArray_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
StaticJsonBuffer_CreateObject_Tests.cpp
|
b6d8e6c989
Updated copyright year from 2015 to 2016
|
10 lat temu |
|
StaticJsonBuffer_ParseArray_Tests.cpp
|
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199)
|
9 lat temu |
|
StaticJsonBuffer_ParseObject_Tests.cpp
|
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199)
|
9 lat temu |
|
StdStream.cpp
|
8733f95e51
Added support of `long long` (issue #171)
|
10 lat temu |
|
StringBuilderTests.cpp
|
c5d19a4dbd
Changed `::String` to `ArduinoJson::String` (issue #275)
|
9 lat temu |
|
String_Tests.cpp
|
aa2ef79e55
Templatized all functions using `String` or `std::string`
|
9 lat temu |
|
gtest.cmake
|
8c7edbd9c3
ArduinoJson is now a header-only library (issue #199)
|
9 lat temu |