summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjson_p.h
Commit message (Expand)AuthorAgeFilesLines
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-681/+108
* QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-8/+53
* JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-26/+20
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-6/+6
* More nullptr usage in headersKevin Funk2019-03-141-2/+2
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* QString: add a method to do a conversion to Latin1 without checkingThiago Macieira2018-05-151-25/+7
* QJsonDocument::fromRawData: Fix out-of-bounds accessJüri Valdmann2018-05-041-1/+1
* JSON: use the new isLatin1 functionThiago Macieira2018-01-271-8/+1
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-0/+781