| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark QJson and QCbor classes as security-critical | Marc Mutz | 2025-06-26 | 1 | -0/+1 |
| * | QJsonObject/QCborMap: Add asKeyValueRange() | Johannes Grunenberg | 2025-06-18 | 1 | -0/+101 |
| * | qHashMulti: switch to passing the seed to the qHash() function in 7.0 | Thiago Macieira | 2025-05-09 | 1 | -1/+1 |
| * | QJsonObject::iterator: add keyView() | Marc Mutz | 2025-02-12 | 1 | -6/+36 |
| * | QJson: Remove QT_JSON_READONLY | Thiago Macieira | 2025-01-17 | 1 | -1/+1 |
| * | Create qdoc macros for C++ class docs 1.3: member-swap(), non-standard phrasing | Marc Mutz | 2024-11-08 | 1 | -2/+1 |
| * | serialization: remove incorrect noexcept on comparison operators [1/2] | Ivan Solovev | 2024-08-28 | 1 | -1/+1 |
| * | QJsonObject iterators: use new comparison helper macros | Tatiana Borisova | 2024-04-12 | 1 | -40/+46 |
| * | CBOR: add QtCbor::Comparison and pass it to the comparing functions | Thiago Macieira | 2024-04-08 | 1 | -1/+1 |
| * | Add equality comparison between QJsonObject and QJsonValueConstRef | Tatiana Borisova | 2024-04-03 | 1 | -1/+1 |
| * | QJsonObject: use new comparison helper macros | Tatiana Borisova | 2024-03-25 | 1 | -17/+21 |
| * | Bootstrap: remove QVariant | Thiago Macieira | 2024-03-13 | 1 | -1/+2 |
| * | QCbor/QJson: s/QPair/std::pair/ | Marc Mutz | 2023-12-13 | 1 | -2/+2 |
| * | Doc: Replace wrongly spelled word | Kai Köhne | 2023-11-03 | 1 | -1/+1 |
| * | Rename the JSON Save Game Example to Saving a Game to File | Edward Welbourne | 2023-10-20 | 1 | -3/+3 |
| * | 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 |