| Commit message (Expand) | Author | Age | Files | Lines |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -271/+0 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -2/+2 |
| * | QJson*: value semantics cleanup | Giuseppe D'Angelo | 2017-04-19 | 1 | -0/+21 |
| * | QJsonObject: add some overloads taking QLatin1String | Marc Mutz | 2016-05-10 | 1 | -0/+7 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-02-18 | 1 | -2/+4 |
| |\ |
|
| | * | Avoid size overflows when inserting into very large JSON objects | Lars Knoll | 2016-02-18 | 1 | -2/+4 |
| * | | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-02 | 1 | -2/+2 |
| |\| |
|
| | * | QJsonObject has random-access iterators | Marc Mutz | 2016-01-28 | 1 | -2/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| |/ |
|
| * | QJsonObject::(const_)iterator: add pointer typedef | Giuseppe D'Angelo | 2015-12-11 | 1 | -0/+2 |
| * | QtCore: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-07-01 | 1 | -2/+2 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Add conversion between QVariantHash and QJsonObject | Allan Sandfeld Jensen | 2014-10-30 | 1 | -0/+4 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Add operator-> to QJson iterators | Allan Sandfeld Jensen | 2014-08-25 | 1 | -3/+10 |
| * | Add initializer list support in QJsonObject. | Jędrzej Nowacki | 2014-07-30 | 1 | -0/+15 |
| * | Add JSON parsing support to qmake. | Morten Johan Sørvig | 2013-10-17 | 1 | -1/+1 |
| * | Remove QT_{BEGIN,END}_HEADER macro usage | Sergio Ahumada | 2013-01-29 | 1 | -4/+0 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Add JSON support to the bootstrap library | Lars Knoll | 2012-02-15 | 1 | -0/+1 |
| * | Trivial fix in qjsonobject.h for -Werror=shadow | Jani Uusi-Rantala | 2012-02-02 | 1 | -2/+2 |
| * | 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 |
| * | Fixed includes in public headers | Denis Dzyubenko | 2012-01-27 | 1 | -1/+1 |
| * | Import json support from playground/qtbinaryjson | Lars Knoll | 2012-01-24 | 1 | -0/+218 |