| Commit message (Expand) | Author | Age | Files | Lines |
| * | QJsonObject: fix -Werror,-Wshorten-64-to-32 on 32-bit platforms | Marc Mutz | 2025-09-09 | 1 | -2/+2 |
| * | 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/+37 |
| * | QJsonObject::iterator: add keyView() | Marc Mutz | 2025-02-12 | 1 | -0/+2 |
| * | QJson: Remove QT_JSON_READONLY | Thiago Macieira | 2025-01-17 | 1 | -1/+1 |
| * | serialization: remove incorrect noexcept on comparison operators [2/2] | Ivan Solovev | 2024-08-30 | 1 | -9/+9 |
| * | serialization: remove incorrect noexcept on comparison operators [1/2] | Ivan Solovev | 2024-08-28 | 1 | -8/+6 |
| * | QJsonObject iterators: use new comparison helper macros | Tatiana Borisova | 2024-04-12 | 1 | -17/+92 |
| * | Add equality comparison between QJsonObject and QJsonValueConstRef | Tatiana Borisova | 2024-04-03 | 1 | -0/+6 |
| * | QJsonObject: use new comparison helper macros | Tatiana Borisova | 2024-03-25 | 1 | -1/+11 |
| * | QCbor/QJson: s/QPair/std::pair/ | Marc Mutz | 2023-12-13 | 1 | -1/+1 |
| * | QVariant: make many more QtCore types nothrow-copyable | Thiago Macieira | 2022-07-30 | 1 | -2/+2 |
| * | QtBase: eradicate QT_STRINGVIEW_LEVEL uses | Marc Mutz | 2022-07-20 | 1 | -6/+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 |
| * | QJsonValueConstRef: fix null pointer dereferences | Thiago Macieira | 2022-03-18 | 1 | -1/+1 |
| * | QJsonValueConstRef: prepare for Qt 7 | Thiago Macieira | 2022-02-15 | 1 | -19/+23 |
| * | QJson{Array,Object}: rewrite & simplify some iterator functions | Thiago Macieira | 2022-02-15 | 1 | -6/+4 |
| * | QJsonValueRef: optimize the assignment | Thiago Macieira | 2022-02-15 | 1 | -0/+2 |
| * | QJsonValueConcreteRef: optimize concrete() | Thiago Macieira | 2022-02-15 | 1 | -0/+1 |
| * | QJsonObject: use QJsonValueConstRef | Thiago Macieira | 2022-02-15 | 1 | -9/+10 |
| * | Introduce Q{Json,Cbor}ValueConstRef | Thiago Macieira | 2022-02-15 | 1 | -0/+1 |
| * | QtCore: replace qSwap with std::swap/member-swap where possible | Marc Mutz | 2022-01-20 | 1 | -1/+1 |
| * | QJsonObject: Fix operator<=() | Ulf Hermann | 2021-02-18 | 1 | -1/+1 |
| * | Clean up qcontainerfwd.h | Lars Knoll | 2020-11-03 | 1 | -4/+0 |
| * | Use qsizetype for size in QJsonArray and QJsonObject | Sona Kurazyan | 2020-08-18 | 1 | -28/+28 |
| * | Improve the iterators of QJsonArray and QJsonObject | Sona Kurazyan | 2020-07-26 | 1 | -79/+97 |
| * | Clean-up some Qt 5 leftovers from JSON serialization classes | Sona Kurazyan | 2020-07-22 | 1 | -9/+3 |
| * | Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHARED | Marc Mutz | 2020-05-19 | 1 | -1/+1 |
| * | Change qHash() to work with size_t instead of uint | Lars Knoll | 2020-04-09 | 1 | -1/+1 |
| * | Fix parameter of QJsonObject::const_iterator operator-(const_iterator) | Friedemann Kleint | 2020-01-03 | 1 | -1/+1 |
| * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -19/+10 |
| * | Make QJsonObject::iterator a true random access iterator | Lars Knoll | 2019-10-13 | 1 | -0/+22 |
| * | QJsonObject: add QLatin1String overloads of non-const methods | Mat Sutcliffe | 2019-07-20 | 1 | -1/+13 |
| * | JSON: add some QStringView overloads | Mat Sutcliffe | 2019-07-20 | 1 | -6/+22 |
| * | QJsonObject: minor refactoring | Mat Sutcliffe | 2019-07-20 | 1 | -0/+2 |
| * | Optimize non-const overload of QJsonObject::operator[] | Mat Sutcliffe | 2019-07-20 | 1 | -0/+1 |
| * | Remove handling of missing Q_COMPILER_INITIALIZER_LISTS | Allan Sandfeld Jensen | 2019-05-02 | 1 | -4/+0 |
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelib | Allan Sandfeld Jensen | 2019-04-03 | 1 | -3/+3 |
| * | Implement QJsonObject data stream operator | Jędrzej Nowacki | 2018-10-03 | 1 | -0/+5 |
| * | JSON: Add qHash functions for JSON and CBOR types | Ulf Hermann | 2018-08-27 | 1 | -0/+2 |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+271 |