| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 | -4/+4 |
| * | QJsonArray iterators: use new comparison helper macros | Tatiana Borisova | 2024-03-26 | 1 | -9/+84 |
| * | QJsonArray: use new comparison helper macros | Tatiana Borisova | 2024-03-21 | 1 | -1/+10 |
| * | QVariant: make many more QtCore types nothrow-copyable | Thiago Macieira | 2022-07-30 | 1 | -2/+2 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QJsonValueConstRef: fix null pointer dereferences | Thiago Macieira | 2022-03-18 | 1 | -1/+1 |
| * | QJsonValueConstRef: prepare for Qt 7 | Thiago Macieira | 2022-02-15 | 1 | -13/+17 |
| * | QJson{Array,Object}: rewrite & simplify some iterator functions | Thiago Macieira | 2022-02-15 | 1 | -12/+6 |
| * | QJsonValueRef: optimize the assignment | Thiago Macieira | 2022-02-15 | 1 | -0/+1 |
| * | QJsonValueConcreteRef: optimize concrete() | Thiago Macieira | 2022-02-15 | 1 | -0/+2 |
| * | QJsonArray: use QJsonValueConstRef | Thiago Macieira | 2022-02-15 | 1 | -7/+8 |
| * | QtCore: replace qSwap with std::swap/member-swap where possible | Marc Mutz | 2022-01-20 | 1 | -1/+1 |
| * | Make QStringList an alias to QList<QString> | Lars Knoll | 2020-09-12 | 1 | -1/+0 |
| * | Use qsizetype for size in QJsonArray and QJsonObject | Sona Kurazyan | 2020-08-18 | 1 | -27/+33 |
| * | Improve the iterators of QJsonArray and QJsonObject | Sona Kurazyan | 2020-07-26 | 1 | -69/+94 |
| * | Clean-up some Qt 5 leftovers from JSON serialization classes | Sona Kurazyan | 2020-07-22 | 1 | -13/+4 |
| * | 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 |
| * | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-10-26 | 1 | -18/+8 |
| |\ |
|
| | * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -18/+8 |
| * | | Get rid of QList forward declarations | Lars Knoll | 2019-10-04 | 1 | -1/+0 |
| |/ |
|
| * | 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 |
| * | Add QJsonArray::cbegin()/cend() methods | Lars Knoll | 2019-01-25 | 1 | -0/+2 |
| * | Implement QJsonArray 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/+274 |