summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcborcommon.h
Commit message (Expand)AuthorAgeFilesLines
* CBOR: remove the X11 True and False for goodThiago Macieira2020-11-181-1/+0
* Cbor: Export the datastream operators for QCborSimpleTypeUlf Hermann2020-10-181-2/+2
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-2/+2
* Split cborstream feature in twoUlf Hermann2019-12-121-0/+2
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-0/+10
|\
| * Add qHash(QCborTag) and qHash(QCborSimpleType)Thiago Macieira2018-11-081-0/+10
* | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-031-0/+5
|/
* CBOR: Avoid conflicts with X11 #defines in our enumsMichael Pyne2018-07-041-0/+14
* Metatype: make the Qt CBOR value-like types built-in meta typesThiago Macieira2018-07-041-1/+0
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-0/+7
* Long live QCborStreamWriter!Thiago Macieira2018-05-271-0/+127