|
adb8fa4d44
|
Set a default value for DIGITS
|
2014-07-07 13:28:31 +02:00 |
|
|
be6c4bf4d1
|
Number of digits is now a template parameter
|
2014-07-07 13:24:14 +02:00 |
|
|
895482de15
|
Merged the two Visual Studio solutions into one
|
2014-07-04 14:48:18 +02:00 |
|
|
bae5c36f41
|
Added namespace
|
2014-07-03 13:55:38 +02:00 |
|
|
daba65d987
|
Added overload to add() to specify the double precision
|
2014-07-03 13:45:53 +02:00 |
|
|
5b1c2047a4
|
Renamed Print::write() into print()
|
2014-07-03 13:38:58 +02:00 |
|
|
81c7b9f700
|
Can now set the double value precision.
|
2014-07-03 13:35:39 +02:00 |
|
|
2222714d68
|
Moved sprintf() calls to Print.cpp
|
2014-07-03 13:21:40 +02:00 |
|
|
dd5cf661e3
|
Moved Print::write() implementation into Print.cpp
|
2014-07-03 12:55:53 +02:00 |
|
|
b560a87e15
|
Change unit tests relying on floating point precision
|
2014-07-03 12:54:41 +02:00 |
|
|
4d4d775e7a
|
Renamed private method
|
2014-07-03 12:41:22 +02:00 |
|
|
e87bde6594
|
Added a JsonValue constructor for float
|
2014-07-02 13:46:25 +02:00 |
|
|
922b131f8d
|
Splitted the special char tests
|
2014-07-02 13:24:33 +02:00 |
|
|
ae73a06328
|
Extracted class StringBuilderTests
|
2014-07-02 13:16:44 +02:00 |
|
|
61e53a505d
|
Added a test that stores an integer in a JsonValue
|
2014-07-02 13:06:38 +02:00 |
|
|
937837848c
|
Added a test that stores a long in a JsonValue
|
2014-07-02 13:02:28 +02:00 |
|
|
e8831c28d9
|
Added JsonGenerator example for Arduino
|
2014-07-01 14:08:15 +02:00 |
|
|
a9b8e280fe
|
Moved implementation is a new folder
|
2014-07-01 13:50:54 +02:00 |
|
|
4d5a7114c1
|
Added interface Printable.
|
2014-07-01 13:44:36 +02:00 |
|
|
c3359d3eb9
|
Renamed JsonSink into Print
|
2014-07-01 13:36:22 +02:00 |
|
|
c84860e3f4
|
Renamed JsonSink::append() into write() to match Arduino's Print class
|
2014-07-01 13:33:00 +02:00 |
|
|
1401665129
|
Added tests of writeTo() return value
|
2014-07-01 13:29:54 +02:00 |
|
|
19e007c3f5
|
Added tests of writeTo() return value
|
2014-07-01 13:25:21 +02:00 |
|
|
88f630cee5
|
Added tests on returned value.
|
2014-07-01 13:20:47 +02:00 |
|
|
a57220debc
|
Changed JsonSink to match Arduino's Print class
|
2014-07-01 13:15:50 +02:00 |
|
|
69d682ce81
|
Extracted interface JsonSink.
|
2014-06-30 19:19:39 +02:00 |
|
|
81f7849c26
|
Got rid of the switch/case in JsonValue
|
2014-06-30 18:37:54 +02:00 |
|
|
10068e7b22
|
Added a test of an empty hash table in a hash table
|
2014-06-30 12:49:12 +02:00 |
|
|
5b2ee9ed29
|
Added a test of an empty array in a hash
|
2014-06-30 12:47:53 +02:00 |
|
|
93ddb9498e
|
Added tests that adds a boolean to a hash table
|
2014-06-27 13:59:11 +02:00 |
|
|
495efd8629
|
Added a test that adds a null in a hash table
|
2014-06-27 13:57:06 +02:00 |
|
|
f548093d86
|
Added a test of one number in a hash table
|
2014-06-27 13:54:51 +02:00 |
|
|
5f77949636
|
Added a test of one string over hash table's capacity
|
2014-06-27 13:53:55 +02:00 |
|
|
e26cea59e5
|
Added a test with two strings in a hash table
|
2014-06-27 13:52:01 +02:00 |
|
|
1800a8e89e
|
Added a test of a nested hash table in an array
|
2014-06-27 13:49:03 +02:00 |
|
|
1d064d709b
|
Removed the overloads of add() by using a templated type
|
2014-06-27 13:45:50 +02:00 |
|
|
b7933f85ba
|
Renamed addItem() to add()
|
2014-06-27 13:43:26 +02:00 |
|
|
0240270492
|
Extracted class JsonValue
|
2014-06-27 13:42:26 +02:00 |
|
|
dd8baea373
|
Fixed the failing tests
|
2014-06-27 13:24:10 +02:00 |
|
|
568b8988d8
|
Renamed private members
|
2014-06-27 13:18:38 +02:00 |
|
|
4f4b35bd41
|
Small refactoring of the tests
|
2014-06-27 13:09:52 +02:00 |
|
|
ff4060f5d1
|
Added a test that adds a string value in a hash
|
2014-06-27 13:07:38 +02:00 |
|
|
ebb257df6e
|
Added a test of an empty hashtable
|
2014-06-27 13:00:27 +02:00 |
|
|
48a91a219c
|
Moved writeTo to JsonObjectBase
|
2014-06-26 13:39:05 +02:00 |
|
|
e75e3b6527
|
Delete empty file
|
2014-06-26 13:30:18 +02:00 |
|
|
63ae9ef096
|
Moved floating point formatting to StringBuilder
|
2014-06-26 13:28:42 +02:00 |
|
|
33508e3fe0
|
Minor simplifications
|
2014-06-26 13:18:28 +02:00 |
|
|
1c4d4bfd2d
|
Added a test with a NULL string
|
2014-06-26 13:16:22 +02:00 |
|
|
18587d132b
|
Added a test with a NULL string
|
2014-06-26 13:14:09 +02:00 |
|
|
d12e25bd8a
|
Added a test with special chars
|
2014-06-26 13:10:52 +02:00 |
|