| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Document Qt Serialization with use cases | Jaishree Vyas | 2022-12-08 | 1 | -0/+1 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -13/+13 |
| * | Doc: Format certain operators in text | Paul Wicking | 2022-08-23 | 1 | -8/+8 |
| * | QVariant: make many more QtCore types nothrow-copyable | Thiago Macieira | 2022-07-30 | 1 | -15/+7 |
| * | QtBase: eradicate QT_STRINGVIEW_LEVEL uses | Marc Mutz | 2022-07-20 | 1 | -20/+0 |
| * | QJsonValue: fix incorrect to{Array,Object} when the value is empty | Thiago Macieira | 2022-06-21 | 1 | -1/+0 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -10/+10 |
| * | Core: Do not depend on transitive includes | Fabian Kosmale | 2022-03-17 | 1 | -0/+2 |
| * | QJsonValueConstRef: prepare for Qt 7 | Thiago Macieira | 2022-02-15 | 1 | -1/+1 |
| * | QJson{Array,Object}: rewrite & simplify some iterator functions | Thiago Macieira | 2022-02-15 | 1 | -2/+2 |
| * | QJsonObject::removeAt: stop dividing and multiplying by 2 | Thiago Macieira | 2022-02-15 | 1 | -6/+6 |
| * | QJsonValueRef: optimize the assignment | Thiago Macieira | 2022-02-15 | 1 | -0/+2 |
| * | QJsonObject::erase: erase unnecessary and wrong code | Thiago Macieira | 2022-02-15 | 1 | -5/+4 |
| * | QJsonObject: use QJsonValueConstRef | Thiago Macieira | 2022-02-15 | 1 | -5/+10 |
| * | QJsonObject::take: add missing detach() call | Thiago Macieira | 2021-01-27 | 1 | -0/+1 |
| * | Use qsizetype for size in QJsonArray and QJsonObject | Sona Kurazyan | 2020-08-18 | 1 | -37/+37 |
| * | Fix conversions to JSON from QVariant | Sona Kurazyan | 2020-08-13 | 1 | -1/+7 |
| * | Improve the iterators of QJsonArray and QJsonObject | Sona Kurazyan | 2020-07-26 | 1 | -7/+5 |
| * | Clean-up some Qt 5 leftovers from JSON serialization classes | Sona Kurazyan | 2020-07-22 | 1 | -42/+6 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -1/+1 |
| * | Use qsizetype in QList | Lars Knoll | 2020-07-06 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-05-04 | 1 | -4/+4 |
| |\ |
|
| | * | Fix data corruption regression in QJsonObject::erase() | Eirik Aavitsland | 2020-04-23 | 1 | -4/+4 |
| * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2020-04-11 | 1 | -0/+3 |
| |\| |
|
| | * | QJsonObject: add missing detach2() calls | Thiago Macieira | 2020-04-09 | 1 | -0/+3 |
| * | | Change qHash() to work with size_t instead of uint | Lars Knoll | 2020-04-09 | 1 | -1/+1 |
| |/ |
|
| * | Fix binary compatibility issue in QJson{Array,Object} initializer_list | Thiago Macieira | 2020-03-20 | 1 | -2/+5 |
| * | Doc: update QJsonObject::operator[] non-const to say it creates key | Thiago Macieira | 2020-03-20 | 1 | -1/+3 |
| * | Fix some qdoc warnings | Friedemann Kleint | 2020-01-03 | 1 | -2/+2 |
| * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -216/+104 |
| * | Make QJsonObject::iterator a true random access iterator | Lars Knoll | 2019-10-13 | 1 | -0/+101 |
| * | Fix removal of QJsonObject properties when assigning undefined | Simon Hausmann | 2019-07-30 | 1 | -1/+4 |
| * | QJsonObject: add QLatin1String overloads of non-const methods | Mat Sutcliffe | 2019-07-20 | 1 | -35/+113 |
| * | JSON: add some QStringView overloads | Mat Sutcliffe | 2019-07-20 | 1 | -2/+107 |
| * | QJsonObject: minor refactoring | Mat Sutcliffe | 2019-07-20 | 1 | -16/+24 |
| * | Optimize non-const overload of QJsonObject::operator[] | Mat Sutcliffe | 2019-07-20 | 1 | -6/+13 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -2/+2 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -3/+3 |
| * | Implement QJsonObject data stream operator | Jędrzej Nowacki | 2018-10-03 | 1 | -0/+17 |
| * | JSON: Add qHash functions for JSON and CBOR types | Ulf Hermann | 2018-08-27 | 1 | -0/+11 |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+1312 |