summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborvalue_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+2
|\
| * QCborValue: apply a simple optimization to avoid unnecessary allocationsThiago Macieira2020-03-251-1/+0
| * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-2/+2
| * QCborValue: create a wrapper to set the QCborStreamReader error stateThiago Macieira2020-03-251-0/+1
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-1/+2
|\|
| * Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-061-1/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-2/+1
|\|
| * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-2/+1
* | Add functions for facilitating adding UTF-8 and US-ASCII stringsThiago Macieira2019-11-191-0/+9
* | Make QList an alias to QVectorLars Knoll2019-10-301-1/+1
* | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-3/+3
|/
* Cbor: Add overloads for QStringViewUlf Hermann2019-08-221-20/+36
* Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-081-0/+1
* QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-301-0/+2
* QCborValue: Silence Coverity warning about null-pointer dereferenceThiago Macieira2018-07-141-2/+2
* QCborArray & Map: implement move semanticsThiago Macieira2018-07-051-7/+12
* QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-041-2/+23
* QCborValue: store US-ASCII strings as 8-bitThiago Macieira2018-06-181-3/+8
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-081-2/+1
* Long live DOM API for CBOR!Thiago Macieira2018-06-081-0/+366