| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -455/+0 |
| * | Move endian integers to qendian_p.h | Allan Sandfeld Jensen | 2017-06-21 | 1 | -10/+3 |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8 | Liang Qi | 2016-11-16 | 1 | -12/+13 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-11-15 | 1 | -12/+13 |
| | |\ |
|
| | | * | Improve the validation algorithm for binary JSON | Lars Knoll | 2016-11-11 | 1 | -12/+13 |
| * | | | Support C++17 fallthrough attribute | Allan Sandfeld Jensen | 2016-08-19 | 1 | -2/+2 |
| |/ / |
|
| * | | Use void instead of uchar in the endian-swapping function parametersv5.7.0-rc1 | Thiago Macieira | 2016-05-26 | 1 | -1/+1 |
| * | | QJsonObject: add some overloads taking QLatin1String | Marc Mutz | 2016-05-10 | 1 | -1/+31 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.4' into 5.5 | Frederik Gladhorn | 2015-02-24 | 1 | -0/+5 |
| |\ |
|
| | * | Ensure that the binary JSON objects are actually sorted | Thiago Macieira | 2015-02-15 | 1 | -0/+5 |
| * | | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Fix crashes when creating large documents | Lars Knoll | 2013-05-09 | 1 | -1/+10 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Fixed QJsonDocument::fromBinaryData on big endian platforms. | Konstantin Tokarev | 2012-09-24 | 1 | -2/+2 |
| * | Fixed ifdef condition in QJson resulting in big endian breakage. | Konstantin Tokarev | 2012-09-24 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Significantly speed up insertion into QJsonObject/Array | Lars Knoll | 2012-03-22 | 1 | -8/+0 |
| * | Fix some warnings from clang | Lars Knoll | 2012-02-02 | 1 | -1/+1 |
| * | Update contact address in license headers. | Jason McDonald | 2012-01-31 | 1 | -1/+1 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Import json support from playground/qtbinaryjson | Lars Knoll | 2012-01-24 | 1 | -0/+427 |