summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrightsHEADmasterTeemu Kaukoranta2013-07-112-6/+4
* Fixed licensesTeemu Kaukoranta2013-05-232-42/+44
* One (hopefully) last commit to this repo: Mirror what's in qtbase now.Lars Knoll2012-01-252-18/+19
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-172-3/+38
* Fix a bug in the test caseLars Knoll2012-01-171-2/+2
* Rename QJsonValue::Number to DoubleLars Knoll2012-01-161-66/+60
* Fix a corruption in the binary dataLars Knoll2012-01-131-42/+21
* Test case for segfault in compactionJamey Hicks2012-01-131-0/+49
* Add another test caseLars Knoll2012-01-131-0/+30
* Fixed object validation in a boundary caseDenis Dzyubenko2012-01-112-2/+31
* Added iterator interface to QJsonArrayLars Knoll2012-01-111-1/+61
* Added an iterator interface to QJsonObjectLars Knoll2012-01-111-0/+86
* Add non const QJsonArray/Object::operator[]Lars Knoll2012-01-111-0/+28
* Added debug stream operatorsDenis Dzyubenko2012-01-091-0/+88
* Implement QJsonArray::replace(int, QJsonValue)Lars Knoll2012-01-091-0/+6
* Make QJsonObject/Array::detach() privateLars Knoll2012-01-091-6/+0
* Fixed the remaining API issues in QJsonValueLars Knoll2012-01-091-4/+4
* Changes after API review round.Lars Knoll2012-01-091-49/+76
* Class names should start with a QLars Knoll2012-01-092-216/+216
* Naming cleanupsLars Knoll2012-01-091-73/+73
* Fix a bug in QJsonDocument::operator==()Lars Knoll2012-01-092-0/+19
* Fixed broken binary output after compactionDenis Dzyubenko2012-01-061-0/+20
* When insering an existing key, remove old value.Denis Dzyubenko2012-01-061-0/+10
* Marked unit tests as testcasesDenis Dzyubenko2012-01-062-0/+6
* Removed wrong rpath from the testsDenis Dzyubenko2012-01-062-4/+0
* use QT += json in tests/auto and tests/benchmarksJamey Hicks2012-01-042-6/+2
* Extend the validation test a bitLars Knoll2012-01-041-0/+25
* Add support for validating the binary dataLars Knoll2012-01-041-0/+24
* Implement support for compacting objects and arraysLars Knoll2012-01-041-0/+77
* Add another benchmarkLars Knoll2012-01-042-0/+32
* Detach nested objects or arrays when making JsonDocuments from them.Jamey Hicks2012-01-031-0/+30
* Benchmark for parsing and converting to QVariantLars Knoll2011-12-101-0/+13
* Add a parsing benchmark using test.jsonLars Knoll2011-12-092-1/+21
* Add a more extensive parser testLars Knoll2011-12-092-0/+77
* Some cleanupsLars Knoll2011-12-091-3/+4
* Add a Json parser to the code baseLars Knoll2011-12-081-0/+225
* Store smaller integers inlineLars Knoll2011-12-081-0/+71
* Add an explicit UndefinedValue typeLars Knoll2011-12-081-16/+41
* Refactored the way Values are storedLars Knoll2011-12-081-0/+5
* Rename (from)Data to from/toBinaryDataLars Knoll2011-12-071-3/+3
* Move the code for writing json into it's own classLars Knoll2011-12-071-0/+17
* Add a JsonDocument classLars Knoll2011-12-061-0/+38
* Remove references to binary in the nameLars Knoll2011-12-062-31/+31
* added unit tests for isEmpty().Jamey Hicks2011-12-061-1/+10
* Add support for int based values and make some methods constJamey Hicks2011-12-061-0/+13
* Properly escape strings when converting to textLars Knoll2011-12-061-3/+5
* Ensure empty arrays and objects can be insertedLars Knoll2011-12-051-1/+18
* Added conversion to textLars Knoll2011-12-051-0/+31
* Added test case to very size of nested array does not change.Jamey Hicks2011-12-051-0/+4
* Fixed a segv for empty arrays.Jamey Hicks2011-12-051-0/+11