|
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 |
|
|
cd773e3f37
|
Added an integration test that uses prettyPrintTo()
|
2014-11-01 13:45:07 +01:00 |
|
|
825ab0357e
|
Added integration test with a JSON sample from OpenWeatherMap
|
2014-11-01 09:09:58 +01:00 |
|
|
fead9b50b1
|
Fixed bug in parser when "null", "true" or "false" is mispelled
|
2014-10-31 21:08:04 +01:00 |
|
|
74b4544560
|
Fixed parsing when opening brace/bracket is missing
|
2014-10-31 16:50:21 +01:00 |
|
|
ca0fbf00f9
|
Cleaning up...
|
2014-10-31 12:16:32 +01:00 |
|
|
a5dbb397ca
|
Fixed failing test with clang
|
2014-10-31 11:38:58 +01:00 |
|
|
889f059758
|
All tests passed!
|
2014-10-30 21:51:59 +01:00 |
|
|
45a8ed6531
|
Huge refactoring in progress...
|
2014-10-30 15:31:27 +01:00 |
|
|
4c204840e9
|
Huge refactoring in progress...
|
2014-10-30 14:03:33 +01:00 |
|
|
c3001e9ea9
|
Huge refactoring in progress...
|
2014-10-30 10:49:02 +01:00 |
|
|
5cf744dbac
|
Huge refactoring in progress...
|
2014-10-29 21:18:27 +01:00 |
|
|
10ab95522d
|
Epic refactoring in progress
|
2014-10-28 17:58:46 +01:00 |
|
|
61218f12fd
|
Epic refactoring in progress...
|
2014-10-28 16:29:55 +01:00 |
|
|
852256c1af
|
Epic refactoring int progress...
|
2014-10-27 22:50:50 +01:00 |
|
|
fdeedabfd7
|
Fixed warning in Visual Studio
|
2014-10-24 19:59:14 +02:00 |
|
|
582216e004
|
Merged JsonArrayIterator and JsonObjectIterator into a one template class
|
2014-10-24 18:53:03 +02:00 |
|
|
1f6cd8e56e
|
Removed usages of JsonNodeIterator
|
2014-10-24 18:31:50 +02:00 |
|