summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization/qcbormap.cpp
Commit message (Expand)AuthorAgeFilesLines
* QCborMap iterators: use new comparison helper macrosTatiana Borisova7 days1-46/+48
* QCborMap: add missing comparator to QCborValueConstRefThiago Macieira2024-03-261-1/+1
* QCborMap: use new comparison helper macrosTatiana Borisova2024-03-201-9/+72
* Rename Convert Example to Serialization ConverterEdward Welbourne2023-10-301-1/+1
* Rename the JSON Save Game Example to Saving a Game to FileEdward Welbourne2023-10-201-1/+1
* Docs: update links to renamed exampleVolker Hilsheimer2023-04-111-2/+3
* Doc: Document Qt Serialization with use casesJaishree Vyas2022-12-081-0/+1
* Add CBOR documentationØystein Heskestad2022-09-011-1/+2
* Doc: Format certain operators in textPaul Wicking2022-08-231-8/+8
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-62/+71
* QCborMap: merge the operator[] methods into a templateThiago Macieira2022-02-151-32/+12
* QCborMap: merge the constFind methods into a templateThiago Macieira2022-02-151-23/+5
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+2
* QCborMap: remove the optimization not to detach from non-const find()Thiago Macieira2020-06-231-8/+4
* Fix build without features.cborstreamwriterTasuku Suzuki2020-06-061-0/+2
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-031-0/+19
* CBOR: Add missing clear() methods to the two container classesThiago Macieira2018-09-091-1/+11
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+5
* qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-171-0/+100
* qdoc: Fix \fn commands for QCborxxx member functionsMartin Smith2018-08-071-8/+8
* CBOR: Use "noexcept" directlyThiago Macieira2018-07-141-4/+4
* QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-041-6/+90
* CBOR: Add QDebug operators for the Qt CBOR value-like typesThiago Macieira2018-07-041-0/+14
* Long live DOM API for CBOR!Thiago Macieira2018-06-081-0/+1553