| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Remove duplicate "see also" links | David Boddie | 2025-09-26 | 1 | -1/+1 |
| * | Mark QJson and QCbor classes as security-critical | Marc Mutz | 2025-06-26 | 1 | -0/+1 |
| * | 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 | -2/+2 |
| * | QJsonArray iterators: use new comparison helper macros | Tatiana Borisova | 2024-03-26 | 1 | -38/+46 |
| * | QJsonArray: use new comparison helper macros | Tatiana Borisova | 2024-03-21 | 1 | -17/+25 |
| * | Bootstrap: remove QVariant | Thiago Macieira | 2024-03-13 | 1 | -0/+2 |
| * | QJsonArray: symmetrize QDataStream op>>/<< | Marc Mutz | 2024-01-29 | 1 | -3/+1 |
| * | Rename the JSON Save Game Example to Saving a Game to File | Edward Welbourne | 2023-10-20 | 1 | -1/+1 |
| * | 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 | -10/+10 |
| * | 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 | -16/+7 |
| * | 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 |
| * | Use qsizetype for size in QJsonArray and QJsonObject | Sona Kurazyan | 2020-08-18 | 1 | -27/+27 |
| * | Fix conversions to JSON from QVariant | Sona Kurazyan | 2020-08-13 | 1 | -1/+4 |
| * | Improve the iterators of QJsonArray and QJsonObject | Sona Kurazyan | 2020-07-26 | 1 | -2/+2 |
| * | Clean-up some Qt 5 leftovers from JSON serialization classes | Sona Kurazyan | 2020-07-22 | 1 | -45/+5 |
| * | Add ; to Q_UNUSED | Lars Schmertmann | 2020-07-07 | 1 | -1/+1 |
| * | 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 |
| * | Fix some qdoc warnings | Friedemann Kleint | 2020-01-03 | 1 | -6/+6 |
| * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -181/+58 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-07-12 | 1 | -1/+1 |
| |\ |
|
| | * | [Doc] Fix minor typos | Sze Howe Koh | 2019-07-10 | 1 | -1/+1 |
| * | | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -1/+1 |
| * | | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -3/+3 |
| |/ |
|
| * | Add QJsonArray::cbegin()/cend() methods | Lars Knoll | 2019-01-25 | 1 | -0/+16 |
| * | Implement QJsonArray 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/+4 |
| * | Reapply 1514b4e85336245ef130deca5839267dba7b2e32 on 5.11 | Liang Qi | 2018-02-23 | 1 | -1/+2 |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+1258 |