| Commit message (Expand) | Author | Age | Files | Lines |
| * | Misc.: Fix some narrowing integral conversion warnings | Ahmad Samir | 2023-04-25 | 1 | -1/+1 |
| * | Use QtMiscUtils hex/oct-related helpers | Ahmad Samir | 2023-02-07 | 1 | -9/+7 |
| * | QtMiscUtils: add some more character helpers | Ahmad Samir | 2023-02-07 | 1 | -3/+6 |
| * | 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 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -39/+3 |
| * | Apply Q_CONSTINIT across the codebase | Marc Mutz | 2022-03-29 | 1 | -1/+1 |
| * | QtCore: Replace remaining uses of QLatin1String with QLatin1StringView | Sona Kurazyan | 2022-03-26 | 1 | -1/+1 |
| * | JSON: Further improve the duplicate handling in the parser | Ulf Hermann | 2022-01-21 | 1 | -3/+15 |
| * | JSON: When clearing duplicate object entries, also clear containers | Ulf Hermann | 2022-01-18 | 1 | -10/+44 |
| * | Replace QString::utf16 with QString::data where appropriate | Øystein Heskestad | 2022-01-17 | 1 | -1/+1 |
| * | QJsonObject: use the UTF-8 string comparator in sorting | Thiago Macieira | 2022-01-12 | 1 | -4/+1 |
| * | JSON parsing: fix incorrect sign-extension for decoding bad escapes | Thiago Macieira | 2021-09-06 | 1 | -3/+3 |
| * | corelib: Use char16_t and char32_t types for characters | Ievgenii Meshcheriakov | 2021-09-06 | 1 | -5/+5 |
| * | QJsonObject: fix sorting after parsing from JSON text | Thiago Macieira | 2020-09-29 | 1 | -29/+11 |
| * | Move the UTF conversion methods to qstringconverter | Lars Knoll | 2020-05-14 | 1 | -1/+1 |
| * | QtCore: use new QChar::fromUcs{2,4}() | Marc Mutz | 2020-05-12 | 1 | -6/+1 |
| * | Add functions for facilitating adding UTF-8 and US-ASCII strings | Thiago Macieira | 2019-11-19 | 1 | -3/+4 |
| * | Fix 64-bit integer support in QtJSON | Allan Sandfeld Jensen | 2019-11-05 | 1 | -2/+3 |
| * | Reimplement JSON support on top of Cbor | Ulf Hermann | 2019-10-21 | 1 | -270/+183 |
| * | Move away from using 0 as a pointer constant | Allan Sandfeld Jensen | 2019-06-07 | 1 | -1/+3 |
| * | Prefix textstream operators with Qt:: | Lars Knoll | 2019-05-02 | 1 | -1/+1 |
| * | qjson: add missed Q_CHECK_PTRv5.12.0-beta3 | Ivan Komissarov | 2018-10-21 | 1 | -0/+1 |
| * | Create corelib/serialization and move existing file formats into it | Thiago Macieira | 2018-01-26 | 1 | -0/+1027 |