summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split cborstream feature in twoUlf Hermann2019-12-121-10/+24
* Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-74/+87
|\
| * QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-74/+83
| * Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-5/+5
* | Reimplement JSON support on top of CborUlf Hermann2019-10-211-0/+2
* | Move CBOR debug stream functions into qcborvalue.cppUlf Hermann2019-10-171-0/+106
* | Provide a feature for CBOR stream I/OUlf Hermann2019-10-161-0/+9
* | Cbor: Avoid QUrl in bootstrap codeUlf Hermann2019-10-151-0/+8
|/
* Cbor: Add overloads for QStringViewUlf Hermann2019-08-221-3/+13
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-8/+8
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Implement std::numeric_limits<qfloat16>Edward Welbourne2019-04-241-2/+2
* QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-2/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+12
|\
| * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-271-0/+12
* | 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