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