|
80913b8044
|
Fixed Visual Studio's warnings
|
2015-02-07 15:05:46 +01:00 |
|
|
e8c127a894
|
Fixed memory leak in test fixture
|
2014-12-20 19:19:48 +01:00 |
|
|
aef7e43c48
|
Use DynamicJsonBuffer instead of arbitrary sized StaticJsonBuffer
|
2014-12-20 15:42:43 +01:00 |
|
|
d855b0f98c
|
Test object allocation with DynamicJsonBuffer
|
2014-12-20 15:16:06 +01:00 |
|
|
c32e306be9
|
Test DynamicJsonBuffer behavior with arrays
|
2014-12-14 17:57:44 +01:00 |
|
|
13e907c894
|
Test that DynamicJsonBuffer.size() is the sum of all blocks
|
2014-12-13 21:02:42 +01:00 |
|
|
d19a34152f
|
Test that DynamicJsonBuffer.blockCount() increases as expected
|
2014-12-13 20:52:59 +01:00 |
|
|
19cce08b2b
|
Test initial value of DynamicJsonBuffer.blockCount()
|
2014-12-13 20:22:52 +01:00 |
|
|
3cd6f66067
|
Test that DynamicJsonBuffer can't alloc more than BLOCK_CAPACITY
|
2014-12-13 10:13:24 +01:00 |
|
|
ada588c112
|
Test that DynamicJsonBuffer returns a different pointer after each alloc()
|
2014-12-13 10:03:01 +01:00 |
|
|
0d57fe5a7e
|
Test that DynamicJsonBuffer grows after each alloc
|
2014-12-13 09:54:04 +01:00 |
|
|
5a74beb7e2
|
Test initial size() of DynamicJsonBuffer
|
2014-12-11 21:05:45 +01:00 |
|
|
9ca32e664e
|
Added unit tests for issue #34
|
2014-12-08 20:22:01 +01:00 |
|
|
566b76121a
|
Fix test of ListConstIterator
|
2014-12-05 22:28:37 +01:00 |
|
|
bb8bddc758
|
Test const itertor
|
2014-12-05 22:11:45 +01:00 |
|
|
9eb8842dda
|
Test operator*()
|
2014-12-05 21:54:49 +01:00 |
|
|
97558abc29
|
Test with a missing closing quote
|
2014-12-05 21:46:51 +01:00 |
|
|
95eb16233c
|
Added tests of JsonArray::invalid() and JsonObject::invalid()
|
2014-11-22 18:52:46 +01:00 |
|
|
c296f27640
|
Disabled threading in googletest
|
2014-11-15 15:09:48 +01:00 |
|
|
3b77dbbed7
|
Fixed warnings in Visual Studio
|
2014-11-11 18:18:26 +01:00 |
|
|
88bfaac7e6
|
Changed expected output from "0.0" to "0.00"
|
2014-11-11 17:33:54 +01:00 |
|
|
3c51017e4a
|
Added tests fo JsonVariant::printTo()
|
2014-11-11 17:26:51 +01:00 |
|
|
f6f8a63b99
|
Added a header to simplify library usage
|
2014-11-11 16:56:02 +01:00 |
|
|
e0ce711eb4
|
Fixed cpplint warnings
|
2014-11-11 16:43:35 +01:00 |
|
|
1c450fd3aa
|
Fixed floating point value parsing in the form "4e2" or "4E2".
|
2014-11-08 15:56:40 +01:00 |
|
|
d38131d495
|
Added JsonObject::containsKey()
|
2014-11-07 17:27:30 +01:00 |
|
|
a7b78fadb0
|
Removed StaticJsonBuffer.clear()
|
2014-11-06 17:08:42 +01:00 |
|
|
7b8aba46cc
|
Fixed compilartion error
|
2014-11-06 16:08:15 +01:00 |
|
|
ac9b776aa1
|
Fixed remaining cpplint warnings
|
2014-11-06 14:08:53 +01:00 |
|
|
a3425a6306
|
Added a nesting limit to the parser to prevent stack overflow that could be a security issue
|
2014-11-06 10:24:37 +01:00 |
|
|
01949f7da0
|
Added more tests of StaticJsonBuffer
|
2014-11-05 21:10:36 +01:00 |
|
|
08de76e2ba
|
Simplified StaticJsonBuffer tests
|
2014-11-05 13:54:53 +01:00 |
|
|
cb97e1fa19
|
Added tests of StaticJsonBuffer
|
2014-11-05 13:45:30 +01:00 |
|
|
95e564bfb6
|
Added test of a failing JsonBuffer::createObject()
|
2014-11-05 13:31:31 +01:00 |
|
|
64b4e15ce6
|
Added tests of JsonObject::const_iterator
|
2014-11-05 13:10:22 +01:00 |
|
|
64529bb1a3
|
Added test of JsonVariant::invalid()
|
2014-11-04 13:10:25 +01:00 |
|
|
01dc0d6268
|
Added test of undefined JsonVariant
|
2014-11-04 13:07:14 +01:00 |
|
|
289b5333d6
|
Improved test printers
|
2014-11-04 13:06:47 +01:00 |
|
|
4a17e8c34b
|
Minor changes
|
2014-11-04 10:38:33 +01:00 |
|
|
c4cda780d5
|
Added more tests of subscript operator
|
2014-11-04 10:33:09 +01:00 |
|
|
e5669577df
|
Added JsonVariant::operator[](const char*)
|
2014-11-04 10:30:45 +01:00 |
|
|
97768ec176
|
Added JsonVariant::operator[](int)
|
2014-11-04 10:22:13 +01:00 |
|
|
e25eaed75a
|
Cleaned #includes
|
2014-11-04 10:01:21 +01:00 |
|
|
09f6d059a7
|
Renamed JsonValue to JsonVariant
|
2014-11-04 09:51:25 +01:00 |
|
|
f224408c07
|
Added tests of comparison operators
|
2014-11-03 18:23:39 +01:00 |
|
|
21e073a3b4
|
Renamed JsonValueTests into JsonValue_Copy_Tests
|
2014-11-03 17:52:30 +01:00 |
|
|
f9ea82a2af
|
Added many tests storing values in JsonValue
|
2014-11-03 17:50:01 +01:00 |
|
|
a8d3e9997e
|
Ported test of Gbathree's bug
|
2014-11-03 14:38:46 +01:00 |
|
|
2a60c96baf
|
Removed virtuals from JsonWriter hierarchy
|
2014-11-03 12:51:24 +01:00 |
|
|
ad83820257
|
Added integration test with YQL data
|
2014-11-01 16:39:51 +01:00 |
|