summaryrefslogtreecommitdiffstats
path: root/tests/auto/tst_qtjson.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replaced Nokia copyrightsHEADmasterTeemu Kaukoranta2013-07-111-3/+2
* Fixed licensesTeemu Kaukoranta2013-05-231-21/+22
* One (hopefully) last commit to this repo: Mirror what's in qtbase now.Lars Knoll2012-01-251-14/+14
* Store the (key, value) pairs in objects sortedLars Knoll2012-01-171-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-111-2/+30
* 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-091-211/+211
* Naming cleanupsLars Knoll2012-01-091-73/+73
* Fix a bug in QJsonDocument::operator==()Lars Knoll2012-01-091-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
* 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
* Detach nested objects or arrays when making JsonDocuments from them.Jamey Hicks2012-01-031-0/+30
* Add a more extensive parser testLars Knoll2011-12-091-0/+11
* 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-061-0/+533