summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-2/+2
|\
| * Doc: QCbor classes: Fix \variable commandsTopi Reinio2018-11-061-2/+2
* | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-011-9/+445
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-24/+7
|\|
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-24/+7
* | doc: Revert to documenting the actual functionsMartin Smith2018-10-161-8/+42
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-0/+17
|\|
| * Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-081-0/+17
* | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-031-1/+21
|/
* 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