summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcbormap.h
Commit message (Expand)AuthorAgeFilesLines
* Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-051-1/+1
* Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-011-1/+4
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-4/+12
|\
| * Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-081-4/+12
* | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-031-0/+7
|/
* CBOR: Add missing clear() methods to the two container classesThiago Macieira2018-09-091-0/+1
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+2
* QCborValue: Disable support for spaceship operatorThiago Macieira2018-07-291-1/+1
* QCborMap: make take() & remove() efficient if the item isn't thereThiago Macieira2018-07-141-8/+8
* CBOR: Use "noexcept" directlyThiago Macieira2018-07-141-9/+9
* QCborValue: implement move semantics for QCbor{Array,Map} constructorsThiago Macieira2018-07-041-0/+5
* QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-041-0/+10
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-0/+4
* QCborValue: fix warning about shadowing membersThiago Macieira2018-06-181-8/+8
* QCborValue: add support for QVariant and JSON conversionsThiago Macieira2018-06-081-0/+7
* Long live DOM API for CBOR!Thiago Macieira2018-06-081-0/+320