summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/serialization
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+29
|\
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
| * QCborValue: fix replacing of elements with byte data with ones withoutThiago Macieira2019-12-051-0/+28
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-12/+62
|\|
| * QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-12/+59
| * Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-0/+3
* | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-052-17/+76
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-012-12/+12
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-282-12/+12
| |\
| | * Tidy up data-stream testEdward Welbourne2019-10-251-11/+10
| | * Exclude tests that need GUI when GUI isn't availableEdward Welbourne2019-10-251-1/+2
* | | QShortcut: Properly port to the new configure systemFriedemann Kleint2019-10-251-0/+2
|/ /
* | Featurize support for signaling NaNEdward Welbourne2019-09-301-0/+2
* | Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-2/+1
* | Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-0/+2
* | Port from QStringViewLiteral to u""Marc Mutz2019-07-291-1/+1
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-222-19/+168
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-202-19/+168
| |\
| | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-192-19/+168
* | | QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-0/+42
* | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+18
* | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-131-4/+4
* | | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+2
* | | unblacklist passing testsDaniel Smith2019-07-081-1/+2
* | | 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/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
* | | 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
|\| |