summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-191-1/+9
* Work around Apple Clang's -Wshadow warningThiago Macieira2019-07-161-2/+2
* Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
* QCborValue::fromJsonValue: rewrite code to remove UBThiago Macieira2019-06-191-4/+6
* qdoc: Fix warnings about missing \inmodule commandKai Koehne2019-04-261-0/+1
* Update TinyCBOR with bugfixesThiago Macieira2019-04-081-0/+10
* 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
* Fix Coverity warning about mixing enumsThiago Macieira2019-03-091-1/+1
* qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-273-1/+28
* Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-162-4/+6
|\
| * Doc: QCbor classes: Fix \variable commandsTopi Reinio2018-11-062-4/+6
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-097-41/+43
|\ \
| * | Modernize the "textcodec" featureLiang Qi2018-11-077-41/+43
* | | Correct which codecs QTextStream::autoDetectUnicode detectsThiago Macieira2018-11-081-6/+6
* | | Fix warning about missing initializer for a struct memberThiago Macieira2018-11-081-1/+1
* | | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-0/+2
* | | Add qHash(QCborTag) and qHash(QCborSimpleType)Thiago Macieira2018-11-081-0/+10
| |/ |/|
* | qjson: add missed Q_CHECK_PTRv5.12.0-beta3Ivan Komissarov2018-10-212-0/+2
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-154-325/+41
* | Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-082-5/+13
* | Change QCborArray to pad with invalid on inserting past endEdward Welbourne2018-10-084-10/+41
* | Fix QXmlStreamWriter xmlns attribute placementhjk2018-09-281-1/+1
* | Correct documentation about the datastream versionsAndy Shaw2018-09-251-1/+1
* | CBOR: Add missing clear() methods to the two container classesThiago Macieira2018-09-094-2/+24
* | JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-2712-0/+106
* | qdoc: Fix remaining qdoc warnings for QCborxxx classesMartin Smith2018-08-175-6/+121
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-08-161-1/+1
|\|
| * Fix possible heap corruption in QXmlStreamAllan Sandfeld Jensen2018-08-131-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-071-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-1/+1
| |\|
| | * QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-1/+1
* | | qdoc: Fix \fn commands for QCborxxx member functionsMartin Smith2018-08-072-12/+13
|/ /
* | QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-5/+71
* | Merge "Merge branch '5.11' into dev" into refs/staging/devEdward Welbourne2018-07-313-1/+4
|\ \
| * | Merge branch '5.11' into devEdward Welbourne2018-07-313-1/+4
| |\|
| | * Doc: Add since version for QJsonDocument::toJson()Paul Wicking2018-07-231-0/+1
| | * Doc: Correct typo from decoded to encodedPaul Wicking2018-07-211-1/+1
| | * Doc: Add since version for QJson method and enumPaul Wicking2018-07-192-0/+2
* | | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-304-225/+284
|/ /
* | QCborValue: Disable support for spaceship operatorThiago Macieira2018-07-293-5/+5
* | Add QTextStream operators for QStringViewFriedemann Kleint2018-07-202-0/+16
* | Update TinyCBOR to 1b233087a6e6b6be297e69bfcce5ed36f338c91dThiago Macieira2018-07-181-22/+5
* | QCborArray: add const_iterator overloads for insert/erase/extractThiago Macieira2018-07-142-0/+9
* | QCborMap: make take() & remove() efficient if the item isn't thereThiago Macieira2018-07-141-8/+8
* | CBOR: Use "noexcept" directlyThiago Macieira2018-07-148-49/+49
* | QCborValue: Silence Coverity warning about null-pointer dereferenceThiago Macieira2018-07-141-2/+2
* | QCborValue/QDebug: restore decimal state after hexThiago Macieira2018-07-141-1/+1
* | QCborArray & Map: implement move semanticsThiago Macieira2018-07-055-16/+70
* | QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-052-57/+32