|
c99bdbf4b9
|
Extracted JsonNodeSerializer
|
2014-10-01 12:28:30 +02:00 |
|
|
a665fa1dec
|
Converted StringBuilder tests to gtest
|
2014-09-30 18:07:08 +02:00 |
|
|
78048d1d92
|
Converted EscapedString tests to gtest
|
2014-09-30 18:03:17 +02:00 |
|
|
065fe57a7c
|
Serialize booleans in objects
|
2014-09-30 17:56:28 +02:00 |
|
|
f251563af1
|
Serialize floats in objects
|
2014-09-30 17:32:45 +02:00 |
|
|
c1ab55f9d9
|
Serialize integer values in object
|
2014-09-30 17:24:14 +02:00 |
|
|
27a4d57f7c
|
Test that now value can be added when all nodes are allocated
|
2014-09-30 17:14:59 +02:00 |
|
|
22e36bbe9c
|
Restored tests from previous test suite
|
2014-09-30 17:08:59 +02:00 |
|
|
d2e1b241be
|
Test that size doesn't change when remove() is called with an invalid key
|
2014-09-30 17:07:29 +02:00 |
|
|
3d9e40a3a8
|
Test that the size is decreased when object are removed
|
2014-09-30 17:05:33 +02:00 |
|
|
9f85368cce
|
Test serialization of an object with strings
|
2014-09-30 16:59:44 +02:00 |
|
|
3243f2dc58
|
Implement Printable
|
2014-09-30 16:43:25 +02:00 |
|
|
6b2705769a
|
Refactored to use StringBuilder
|
2014-09-30 16:40:00 +02:00 |
|
|
ab2587f089
|
Test empty object serialization
|
2014-09-30 16:31:22 +02:00 |
|
|
d3cf568d07
|
Test that char* are copied
|
2014-09-28 21:35:08 +02:00 |
|
|
e417c137fc
|
Test that bool values are copied
|
2014-09-28 21:23:40 +02:00 |
|
|
d549070fd3
|
Test that doubles in JsonValue are copied
|
2014-09-28 21:22:20 +02:00 |
|
|
42ce5ab31f
|
Test that integers in JsonValue are copied
|
2014-09-28 21:18:43 +02:00 |
|
|
e190b20ae1
|
Fixed inner object bug
|
2014-09-28 21:04:59 +02:00 |
|
|
bc44c36385
|
Test that nested JsonObject can be stored
|
2014-09-27 16:18:40 +02:00 |
|
|
bcc8cece24
|
Moved JsonObject._buffer into the JsonNode's content
|
2014-09-27 15:34:34 +02:00 |
|
|
a7ff04db0e
|
Added "const" to cast operators
|
2014-09-27 15:25:00 +02:00 |
|
|
a9a51ec1e2
|
Test that string can be stored in JsonObject
|
2014-09-27 15:24:16 +02:00 |
|
|
0495297c6c
|
Group test in a test fixture
|
2014-09-27 15:19:03 +02:00 |
|
|
75588946c6
|
Test that boolean values can be stored in a JsonObject
|
2014-09-27 15:04:06 +02:00 |
|
|
5fa446d3f5
|
Test that a double can be stored in a JsonObject
|
2014-09-27 14:59:02 +02:00 |
|
|
71fd2de675
|
Test that integers can be stored in a JsonObject
|
2014-09-27 14:51:50 +02:00 |
|
|
a2fc188526
|
Test that adding the same value twice doesn't increase the size of the object
|
2014-09-27 14:43:19 +02:00 |
|
|
166bdd6919
|
Test that adding values to the JsonObject increase the size of the buffer
|
2014-09-27 12:16:53 +02:00 |
|
|
4d4119e589
|
Test that JsonObject.size() is increased when values are added
|
2014-09-27 11:53:26 +02:00 |
|
|
91649df593
|
Test that CreateObject() returns an empty JsonObject
|
2014-09-27 11:42:27 +02:00 |
|
|
890e811e80
|
Test that size can't go above capacity
|
2014-09-27 11:33:45 +02:00 |
|
|
bb887f94e7
|
Test size() after calling CreateObject
|
2014-09-27 10:16:30 +02:00 |
|
|
6e45f7c790
|
Test initial size of StaticJsonB
|
2014-09-27 09:58:34 +02:00 |
|
|
5580adb4a6
|
Added first test on StaticJsonBuffer
|
2014-09-27 09:56:53 +02:00 |
|
|
60a5d72367
|
Started a new solution from scratch.
Added Google test
|
2014-09-24 11:41:19 +02:00 |
|
|
4cfb0ab84d
|
Fixed issue #21
|
2014-09-20 18:56:22 +02:00 |
|
|
a1b6c2df75
|
Merge branch 'parse-escaped-chars'
v3.4
|
2014-09-09 21:33:12 +02:00 |
|
|
feb6060887
|
Updated change-log
|
2014-09-09 21:32:27 +02:00 |
|
|
49d2b4b2a2
|
Updated code size
|
2014-09-09 21:25:25 +02:00 |
|
|
286a514fbe
|
Minor clean up
|
2014-09-09 21:23:37 +02:00 |
|
|
9d3b522e7b
|
Reduced code size (-6 bytes)
|
2014-09-07 20:11:33 +02:00 |
|
|
c32642e130
|
Reduced code size (-6 bytes)
|
2014-09-07 19:55:54 +02:00 |
|
|
7a3fa35bd8
|
Added LICENSE.md
|
2014-09-06 12:04:09 +02:00 |
|
|
0154fc15cb
|
Added escaped char replacement
|
2014-09-04 21:49:43 +02:00 |
|
|
24d173c3b9
|
Added tests of escaped chars
|
2014-09-04 21:30:50 +02:00 |
|
|
d4c1b6f2c2
|
Extracted a class to test strings
|
2014-09-04 21:20:40 +02:00 |
|
|
58c051f564
|
Added comments
v3.3
|
2014-09-01 21:36:09 +02:00 |
|
|
763aa7fe37
|
Added an overload of prettyPrintTo()
|
2014-09-01 21:22:56 +02:00 |
|
|
cd88fb0882
|
Added prettyPrintTo()
|
2014-09-01 21:22:34 +02:00 |
|