summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-24/+7
* Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-081-0/+17
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+47
* qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-171-1/+11
* QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-301-225/+0
* CBOR: Use "noexcept" directlyThiago Macieira2018-07-141-6/+6
* QCborValue/QDebug: restore decimal state after hexThiago Macieira2018-07-141-1/+1
* QCborArray & Map: implement move semanticsThiago Macieira2018-07-051-7/+29
* QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-051-54/+25
* QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-041-0/+23
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-0/+57
* QCborValue: store US-ASCII strings as 8-bitThiago Macieira2018-06-181-0/+19
* QCborValue: fix warning about shadowing membersThiago Macieira2018-06-181-3/+6
* Long live DOM API for CBOR!Thiago Macieira2018-06-081-0/+2550