summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsoncbor.cpp
Commit message (Expand)AuthorAgeFilesLines
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-061-0/+23
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-2/+0
* Deprecate QVariant::TypeLars Knoll2020-10-231-2/+2
* Resolve the remaining open ### Qt6 comments of QJsonValueSona Kurazyan2020-08-201-1/+1
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-131-14/+44
* Doc: improve documentation about QVariant to JSON lossy conversionsThiago Macieira2020-07-021-8/+13
* Fix conversion of QVariant() in QJsonArrays and Objects (through CBOR)Thiago Macieira2020-06-241-7/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-20/+20
|\
| * Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-19/+19
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-4/+4
|\|
| * Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-151-4/+4
* | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-051-12/+10
|/
* 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