summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborstream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-2/+4
|\
| * Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-161-2/+4
| |\
| | * Doc: QCbor classes: Fix \variable commandsTopi Reinio2018-11-061-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-0/+2
|\| |
| * | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-0/+2
| |/
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-279/+30
|\|
| * Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-279/+30
* | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-031-0/+16
|/
* qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-171-2/+2
* Update TinyCBOR to 1b233087a6e6b6be297e69bfcce5ed36f338c91dThiago Macieira2018-07-181-22/+5
* CBOR: Use "noexcept" directlyThiago Macieira2018-07-141-3/+3
* 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