summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsoncbor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-231-19/+19
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-281-19/+19
* Be more consistent when converting JSON values from variantSona Kurazyan2020-11-201-95/+116
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-141-14/+44
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-031-8/+13
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-7/+3
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-19/+19
* Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-4/+4
* Reimplement JSON support on top of CborUlf Hermann2019-10-211-66/+68
* [Doc] Fix minor typosSze Howe Koh2019-07-101-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-4/+6
|\
| * QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+7
|\|
| * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-0/+7
* | Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
|/
* QCborMap: Add reserve() to the QHash conversionThiago Macieira2018-07-051-0/+1
* CBOR: Complete the conversions between CBOR, JSON and Qt meta typesThiago Macieira2018-07-041-3/+8
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-081-0/+948