Commit Graph

22 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
3f96e070ce Reduced memory consumption by not duplicating spaces and comments 2017-01-01 21:30:20 +01:00
Benoit Blanchon
8c7edbd9c3 ArduinoJson is now a header-only library (issue #199) 2016-06-22 21:41:19 +02:00
Benoit Blanchon
b6d8e6c989 Updated copyright year from 2015 to 2016 2016-01-07 22:39:57 +01:00
Benoit Blanchon
5a4d993f7d Fixed memory alignment, which made ESP8266 crash (issue #104) 2015-09-01 22:21:50 +02:00
Benoit Blanchon
5e5f060fc0 Updated copyright for 2015 2015-02-07 16:05:48 +01:00
Benoit Blanchon
85ebc8a1ec Fixed shadowing warning (issue #36) 2014-12-09 20:23:49 +01:00
Benoit Blanchon
d8dbfe6e6d Reduced size by 706 bytes by removing virtual destructors. 2014-11-08 17:13:41 +01:00
Benoit Blanchon
ee580f1968 Removed comment line 2014-11-07 09:21:07 +01:00
Benoit Blanchon
a7b78fadb0 Removed StaticJsonBuffer.clear() 2014-11-06 17:08:42 +01:00
Benoit Blanchon
bb816037d6 Minor change 2014-11-03 18:29:52 +01:00
Benoit Blanchon
ca0fbf00f9 Cleaning up... 2014-10-31 12:16:32 +01:00
Benoit Blanchon
a5dbb397ca Fixed failing test with clang 2014-10-31 11:38:58 +01:00
Benoit Blanchon
10ab95522d Epic refactoring in progress 2014-10-28 17:58:46 +01:00
Benoit Blanchon
852256c1af Epic refactoring int progress... 2014-10-27 22:50:50 +01:00
Benoit Blanchon
cdf3777aa8 Removed unused friend 2014-10-25 21:02:56 +02:00
Benoit Blanchon
68fb03577c Moved forward declarations in a single .hpp file 2014-10-24 16:29:51 +02:00
Benoit Blanchon
e85f27c0f3 Added file headers with copyrights 2014-10-23 23:39:22 +02:00
Benoit Blanchon
b43da1e421 Switched to Google coding style to match cpplint expectations 2014-10-23 23:13:13 +02:00
Benoit Blanchon
9175046f35 Formated code with clang-format 2014-10-23 19:54:00 +02:00
Benoit Blanchon
0daf82eee2 Renamed all .h files into .hpp (so that Sublime Text selects C++ syntax) 2014-10-19 15:46:36 +02:00