summaryrefslogtreecommitdiffstats
path: root/src/core5/serialization
Commit message (Expand)AuthorAgeFilesLines
* QBinaryJson: increase compiler coverage of toString()Marc Mutz2024-10-241-10/+10
* QBinaryJson: don't rely on old QChar ctor conversionsMarc Mutz2024-10-231-1/+1
* Port to new Q_UNREACHABLE_RETURN()Marc Mutz2022-10-192-4/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-051-5/+5
* Use SPDX license identifiersLucie Gérard2022-06-239-343/+19
* Use placement operator new to value-initialize malloc'ed dataThiago Macieira2022-06-061-1/+1
* Port binary JSON to new special integer bitfieldsUlf Hermann2022-05-115-89/+127
* Qt5Compat: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-05-092-6/+6
* Make sure all private headers include at least one otherThiago Macieira2022-03-081-0/+1
* Remove left-over .pri filesJoerg Bornemann2021-05-051-12/+0
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-181-3/+2
* Remove deprecated metatype usage and standardize QJsonArray iterationDavid Skoland2020-11-051-1/+1
* Doc: Fix documentation warningsTopi Reinio2020-10-191-1/+1
* Move binary JSON feature to Qt5Compat moduleSona Kurazyan2020-07-3010-0/+2049