summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qjsoncbor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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