summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborstream.cpp
Commit message (Expand)AuthorAgeFilesLines
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-0/+113
* QCborStreamReader: Fix uninitialized warningLiang Qi2018-06-181-1/+1
* QCborStreamReader: update to the new TinyCBOR zero-copy string APIThiago Macieira2018-06-061-45/+64
* QCborStreamReader: use QByteArray directly if possibleThiago Macieira2018-06-061-62/+122
* QCborStreamReader: rewrite read{String,ByteArray}()Thiago Macieira2018-05-301-39/+14
* QCborStreamReader: remove the documentation on the validation APIThiago Macieira2018-05-291-7/+0
* Long live QCborStreamReader!Thiago Macieira2018-05-271-13/+1574
* Long live QCborStreamWriter!Thiago Macieira2018-05-271-0/+1250