summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborstream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-0/+10
|\
| * Update TinyCBOR with bugfixesThiago Macieira2019-04-081-0/+10
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-5/+22
|\|
| * Doc: "UTF" -> "UTF-8"Thiago Macieira2019-03-141-1/+1
| * Add a pair of functions to convert to and from Q/CborErrorThiago Macieira2019-03-141-4/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-111-1/+1
|\|
| * Fix Coverity warning about mixing enumsThiago Macieira2019-03-091-1/+1
* | 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