Commit Graph

10 Commits

Author SHA1 Message Date
Benoit Blanchon
8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 2016-06-22 21:41:19 +02: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
96245dd3b4 Made library easier to use from a CMake project: simply add_subdirectory(ArduinoJson/src) 2015-11-19 21:53:27 +01:00
Benoit Blanchon
a1943e21ed Fixed compilation on Visual Studio 2010 and 2012 (issue #107) 2015-08-27 21:47:49 +02:00
Benoit Blanchon
92e687303d Added support of non standard JSON input (issue #44) 2015-07-10 22:11:26 +02:00
Benoit Blanchon
c296f27640 Disabled threading in googletest 2014-11-15 15:09:48 +01:00
Benoit Blanchon
1f6cd8e56e Removed usages of JsonNodeIterator 2014-10-24 18:31:50 +02:00
Benoit Blanchon
e3b4f5038d Fixed path of test exe 2014-10-23 23:22:26 +02:00
Benoit Blanchon
b847576bb4 Renamed tests/ into test/ 2014-10-16 16:23:24 +02:00