Commit Graph

18 Commits

Author SHA1 Message Date
Benoit Blanchon
adba668109 Updated project URL 2017-03-25 22:05:06 +01:00
Benoit Blanchon
671329a3e9 Updated copyright year from 2016 to 2017 2017-01-06 21:07:34 +01:00
Benoit Blanchon
aa2ef79e55 Templatized all functions using String or std::string
* Removed `ArduinoJson::String`
* Removed `JsonVariant::defaultValue<T>()`
* Removed non-template `JsonObject::get()` and `JsonArray.get()`
* Fixed support for `StringSumHelper` (issue #184)
* Replaced `ARDUINOJSON_USE_ARDUINO_STRING` by `ARDUINOJSON_ENABLE_STD_STRING` and `ARDUINOJSON_ENABLE_ARDUINO_STRING` (issue #378)
* Added example `StringExample.ino` to show where `String` can be used
2016-11-06 17:52:18 +01:00
Benoit Blanchon
8733f95e51 Added support of long long (issue #171)
Moved all build settings to `ArduinoJson/Configuration.hpp`
Added AppVeyor settings in source tree
2016-02-14 16:18:13 +01:00
Benoit Blanchon
b6d8e6c989 Updated copyright year from 2015 to 2016 2016-01-07 22:39:57 +01:00
Benoit Blanchon
1b5be892b9 Added support of String class (issue #55, #56, #70, #77) 2015-05-25 15:38:58 +02:00
Benoit Blanchon
5e5f060fc0 Updated copyright for 2015 2015-02-07 16:05:48 +01:00
Benoit Blanchon
d94bcbf249 Added comments 2014-11-06 16:58:24 +01:00
Benoit Blanchon
5d0e326bfd Removed JsonPair constructor 2014-11-05 09:31:29 +01:00
Benoit Blanchon
09f6d059a7 Renamed JsonValue to JsonVariant 2014-11-04 09:51:25 +01:00
Benoit Blanchon
d35b680481 Removed ForwardDeclarations.hpp 2014-10-31 12:27:33 +01:00
Benoit Blanchon
889f059758 All tests passed! 2014-10-30 21:51:59 +01:00
Benoit Blanchon
45a8ed6531 Huge refactoring in progress... 2014-10-30 15:31:27 +01:00
Benoit Blanchon
4c204840e9 Huge refactoring in progress... 2014-10-30 14:03:33 +01:00
Benoit Blanchon
ba2b142c8a Huge refactoring in progress... 2014-10-29 14:24:34 +01:00
Benoit Blanchon
852256c1af Epic refactoring int progress... 2014-10-27 22:50:50 +01:00
Benoit Blanchon
e0980292ef Epic refactoring in progress 2014-10-26 21:18:09 +01:00
Benoit Blanchon
e748ce32bc Removed all friends of JsonValue 2014-10-25 15:55:58 +02:00