Benoit Blanchon
|
8db338ba14
|
Removed global new operator overload (issue #40, #45 and #46)
|
2015-02-01 20:59:31 +01:00 |
|
Benoit Blanchon
|
f6133f2d36
|
Reduced size by 300 bytes by reusing the JsonPrettyPrint from v3
|
2014-11-08 19:40:07 +01:00 |
|
Benoit Blanchon
|
93397880ca
|
Fixed compilation error with old GCC version (like the one in Arduino 1.0.6)
|
2014-11-07 12:12:58 +01:00 |
|
Benoit Blanchon
|
086e99efb4
|
Added comment
|
2014-11-06 16:29:29 +01:00 |
|
Benoit Blanchon
|
885e35e892
|
Added comments
|
2014-11-06 14:48:14 +01:00 |
|
Benoit Blanchon
|
ac9b776aa1
|
Fixed remaining cpplint warnings
|
2014-11-06 14:08:53 +01:00 |
|
Benoit Blanchon
|
a9f4f611d4
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:53:08 +01:00 |
|
Benoit Blanchon
|
0fb4fa8f86
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:43:59 +01:00 |
|
Benoit Blanchon
|
7d73e63c78
|
Extracting a common base class for JsonArray and JsonObject...
|
2014-11-05 11:38:36 +01:00 |
|
Benoit Blanchon
|
31dea656d5
|
Splitted JsonIterator into NodeIterator and NodeConstIterator
|
2014-11-05 11:16:36 +01:00 |
|
Benoit Blanchon
|
768312e870
|
Merged JsonArrayNode and JsonObjectNode into a single template
|
2014-11-05 11:09:48 +01:00 |
|
Benoit Blanchon
|
c6d11294e4
|
Replaced JsonArrayIterator and JsonArrayConstIterator by a template
|
2014-11-05 09:04:26 +01:00 |
|
Benoit Blanchon
|
6ce2497879
|
Move JsonPrintable into Internals/
|
2014-11-05 08:53:41 +01:00 |
|
Benoit Blanchon
|
09f6d059a7
|
Renamed JsonValue to JsonVariant
|
2014-11-04 09:51:25 +01:00 |
|
Benoit Blanchon
|
04cde11a04
|
Now use uint8_t to store decimal count
|
2014-11-03 18:28:24 +01:00 |
|
Benoit Blanchon
|
1ce6d663af
|
Replaced 0 literals by more explicit '\0' and NULL
|
2014-11-03 17:03:55 +01:00 |
|
Benoit Blanchon
|
f26f4263ea
|
Removing virtual methods...
|
2014-11-03 12:32:47 +01:00 |
|
Benoit Blanchon
|
d35b680481
|
Removed ForwardDeclarations.hpp
|
2014-10-31 12:27:33 +01:00 |
|
Benoit Blanchon
|
5443e90baf
|
Cleaning up...
|
2014-10-31 12:02:15 +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
|
c3001e9ea9
|
Huge refactoring in progress...
|
2014-10-30 10:49:02 +01:00 |
|
Benoit Blanchon
|
5cf744dbac
|
Huge refactoring in progress...
|
2014-10-29 21:18:27 +01:00 |
|
Benoit Blanchon
|
ba2b142c8a
|
Huge refactoring in progress...
|
2014-10-29 14:24:34 +01:00 |
|
Benoit Blanchon
|
61218f12fd
|
Epic refactoring in progress...
|
2014-10-28 16:29:55 +01:00 |
|
Benoit Blanchon
|
852256c1af
|
Epic refactoring int progress...
|
2014-10-27 22:50:50 +01:00 |
|
Benoit Blanchon
|
8988cb4761
|
Epic refactoring in progress...
|
2014-10-27 14:03:44 +01:00 |
|
Benoit Blanchon
|
e0980292ef
|
Epic refactoring in progress
|
2014-10-26 21:18:09 +01:00 |
|
Benoit Blanchon
|
618a54579f
|
Simplified JsonArray
|
2014-10-25 21:02:13 +02:00 |
|
Benoit Blanchon
|
e748ce32bc
|
Removed all friends of JsonValue
|
2014-10-25 15:55:58 +02:00 |
|
Benoit Blanchon
|
582216e004
|
Merged JsonArrayIterator and JsonObjectIterator into a one template class
|
2014-10-24 18:53:03 +02:00 |
|
Benoit Blanchon
|
1f6cd8e56e
|
Removed usages of JsonNodeIterator
|
2014-10-24 18:31:50 +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
|
7e98d136f4
|
Added more warning flags for GCC (as suggested in issue #28)
|
2014-10-22 21:25:19 +02:00 |
|
Benoit Blanchon
|
d842e246c9
|
Added JsonArrayIterator
|
2014-10-22 17:59:59 +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 |
|