summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-12/+119
|\
| * Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
| * test: add missing QRegularExpression specific QDataStream testsSamuel Gaist2019-06-101-0/+74
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-11/+43
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-11/+43
| | |\
| | | * QDataStream: Fix inconsistent results of iostream with QPalette objectsRyan Chu2019-05-201-11/+43
* | | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-034-32/+49
|\| | |
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-1/+26
| |\| |
| | * | Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-1/+26
| * | | Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-033-23/+23
| * | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-8/+0
* | | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-1612-77/+303
|\| | |
| * | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
| * | | Add serializer/deserializer for EnumerationPaolo Dastoli2019-04-051-0/+86
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-313-0/+73
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-263-0/+73
| | |\|
| | | * QPixmap: More safe failing if qApp is not a QGuiApplicationAlbert Astals Cid2019-03-223-0/+73
| * | | Clean up QTextStream functionsAllan Sandfeld Jensen2019-03-231-47/+50
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-193-6/+3
| |\|
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-183-6/+3
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-042-1/+6
| |\|
| | * Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-272-1/+6
| | |\
| | | * Make developer build tests pass for boot2qtSami Nurmenniemi2018-11-262-1/+6
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-101-2/+2
| |\| |
| | * | QCborStreamReader: make sure setDevice() clears the last errorThiago Macieira2018-11-081-2/+2
| * | | Fully support operator[] on QCborValue and QCborValueRefEdward Welbourne2018-11-011-2/+57
| * | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-1/+1
| |\| |
| | * | tst_QCborValue: Disable support for spaceship operatorJüri Valdmann2018-10-311-1/+1
| * | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-251-17/+24
| |\| |
| | * | Improve support for QImages in QDataStream read transactionsEirik Aavitsland2018-10-151-17/+24
* | | | Begin port of qtbase to CMakeSimon Hausmann2018-11-015-0/+23
|/ / /
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-091-0/+3
|\| |
| * | Support QCborMap::operator[] taking a string literalEdward Welbourne2018-10-081-0/+3
* | | Implement QDataStream operator for main CBOR classesJędrzej Nowacki2018-10-032-0/+121
* | | Implement QJsonValue data stream operatorJędrzej Nowacki2018-10-032-0/+84
* | | Implement QJsonObject data stream operatorJędrzej Nowacki2018-10-032-0/+59
* | | Implement QJsonArray data stream operatorJędrzej Nowacki2018-10-032-11/+72
* | | Handle errors when streaming QJsonDocument through QDataStreamJędrzej Nowacki2018-10-031-0/+26
* | | Implement QJsonDocument data stream operatorsJędrzej Nowacki2018-10-031-0/+41
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-292-1/+32
|\| |
| * | Fix QXmlStreamWriter xmlns attribute placementhjk2018-09-281-0/+32
| * | tst_QCborValue: eliminate unused lambdaEdward Welbourne2018-09-251-1/+0
* | | QTextStream - re-enable manipulators test caseChristian Ehrlicher2018-09-171-13/+17
|/ /
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+2
|\|
| * QJsonDocument: Make emptyObject an objectJüri Valdmann2018-07-311-0/+2
* | QCborValue diagnostics: Properly escape stringsThiago Macieira2018-08-031-0/+6
* | QCborValue: move the toDiagnosticNotation() function to its own fileThiago Macieira2018-07-302-4/+169
* | Add QTextStream operators for QStringViewFriedemann Kleint2018-07-201-0/+12
* | QCborValue: refactor extended types so isTag() is trueThiago Macieira2018-07-051-3/+4
* | QCborArray & Map: implement efficient take() / extract()Thiago Macieira2018-07-041-0/+31