summaryrefslogtreecommitdiffstats
path: root/src/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-283-9/+9
* Add QJsonArray::cbegin()/cend() methodsLars Knoll2019-01-252-0/+18
* Update qxmlstream.g with changes from qxmlstream_p.hLars Knoll2019-01-251-3/+11
* QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-232-3/+7
* Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* Pass non-trivial types by const-ref in range-loop [-Wclazy-range-loop]Sergio Martins2018-12-052-2/+2
* Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-222-4/+6
|\
| * 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.12' into devLiang Qi2018-11-1010-48/+62
|\| |
| * | 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
| | |/ | |/|
* | | Handle fonts that have commas/quotes in the family nameAndy Shaw2018-11-082-2/+2
* | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-2/+0
* | | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-014-10/+462
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-256-325/+43
|\| |
| * | 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
* | | doc: Revert to documenting the actual functionsMartin Smith2018-10-162-18/+42
* | | Bump versionOswald Buddenhagen2018-10-112-2/+4
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-095-15/+54
|\| |
| * | 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
* | | Implement QDataStream operator for QCborSimpleValueJędrzej Nowacki2018-10-032-0/+21
* | | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-036-1/+79
* | | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-032-0/+81
* | | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-032-0/+22
* | | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-032-0/+22
* | | Handle errors when streaming QJsonDocument through QDataStreamJędrzej Nowacki2018-10-031-1/+5
* | | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-032-0/+21
|/ /
* | 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