| Commit message (Expand) | Author | Age | Files | Lines |
* | Replaced Nokia copyrightsHEADmaster | Teemu Kaukoranta | 2013-07-11 | 1 | -3/+2 |
* | Fixed licenses | Teemu Kaukoranta | 2013-05-23 | 1 | -21/+22 |
* | One (hopefully) last commit to this repo: Mirror what's in qtbase now. | Lars Knoll | 2012-01-25 | 1 | -14/+14 |
* | Store the (key, value) pairs in objects sorted | Lars Knoll | 2012-01-17 | 1 | -3/+38 |
* | Fix a bug in the test case | Lars Knoll | 2012-01-17 | 1 | -2/+2 |
* | Rename QJsonValue::Number to Double | Lars Knoll | 2012-01-16 | 1 | -66/+60 |
* | Fix a corruption in the binary data | Lars Knoll | 2012-01-13 | 1 | -42/+21 |
* | Test case for segfault in compaction | Jamey Hicks | 2012-01-13 | 1 | -0/+49 |
* | Add another test case | Lars Knoll | 2012-01-13 | 1 | -0/+30 |
* | Fixed object validation in a boundary case | Denis Dzyubenko | 2012-01-11 | 1 | -2/+30 |
* | Added iterator interface to QJsonArray | Lars Knoll | 2012-01-11 | 1 | -1/+61 |
* | Added an iterator interface to QJsonObject | Lars Knoll | 2012-01-11 | 1 | -0/+86 |
* | Add non const QJsonArray/Object::operator[] | Lars Knoll | 2012-01-11 | 1 | -0/+28 |
* | Added debug stream operators | Denis Dzyubenko | 2012-01-09 | 1 | -0/+88 |
* | Implement QJsonArray::replace(int, QJsonValue) | Lars Knoll | 2012-01-09 | 1 | -0/+6 |
* | Make QJsonObject/Array::detach() private | Lars Knoll | 2012-01-09 | 1 | -6/+0 |
* | Fixed the remaining API issues in QJsonValue | Lars Knoll | 2012-01-09 | 1 | -4/+4 |
* | Changes after API review round. | Lars Knoll | 2012-01-09 | 1 | -49/+76 |
* | Class names should start with a Q | Lars Knoll | 2012-01-09 | 1 | -211/+211 |
* | Naming cleanups | Lars Knoll | 2012-01-09 | 1 | -73/+73 |
* | Fix a bug in QJsonDocument::operator==() | Lars Knoll | 2012-01-09 | 1 | -0/+19 |
* | Fixed broken binary output after compaction | Denis Dzyubenko | 2012-01-06 | 1 | -0/+20 |
* | When insering an existing key, remove old value. | Denis Dzyubenko | 2012-01-06 | 1 | -0/+10 |
* | Extend the validation test a bit | Lars Knoll | 2012-01-04 | 1 | -0/+25 |
* | Add support for validating the binary data | Lars Knoll | 2012-01-04 | 1 | -0/+24 |
* | Implement support for compacting objects and arrays | Lars Knoll | 2012-01-04 | 1 | -0/+77 |
* | Detach nested objects or arrays when making JsonDocuments from them. | Jamey Hicks | 2012-01-03 | 1 | -0/+30 |
* | Add a more extensive parser test | Lars Knoll | 2011-12-09 | 1 | -0/+11 |
* | Some cleanups | Lars Knoll | 2011-12-09 | 1 | -3/+4 |
* | Add a Json parser to the code base | Lars Knoll | 2011-12-08 | 1 | -0/+225 |
* | Store smaller integers inline | Lars Knoll | 2011-12-08 | 1 | -0/+71 |
* | Add an explicit UndefinedValue type | Lars Knoll | 2011-12-08 | 1 | -16/+41 |
* | Refactored the way Values are stored | Lars Knoll | 2011-12-08 | 1 | -0/+5 |
* | Rename (from)Data to from/toBinaryData | Lars Knoll | 2011-12-07 | 1 | -3/+3 |
* | Move the code for writing json into it's own class | Lars Knoll | 2011-12-07 | 1 | -0/+17 |
* | Add a JsonDocument class | Lars Knoll | 2011-12-06 | 1 | -0/+38 |
* | Remove references to binary in the name | Lars Knoll | 2011-12-06 | 1 | -0/+533 |