summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel/qvariant
Commit message (Expand)AuthorAgeFilesLines
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Remove deprecated methodsLars Knoll2020-06-121-20/+0
* QVariant: remove UB and fix semantics in a testGiuseppe D'Angelo2020-06-061-4/+4
* Remove QRegExp from QVariantLars Knoll2020-05-143-13/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-8/+22
|\
| * QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-8/+22
| * Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-061-0/+5
* | CMake: Regenerate tests projectsAlexandru Croitor2020-03-122-2/+10
* | Get rid of QMatrixJarek Kobus2020-02-281-1/+0
* | Use the new QMetaType API in QVariantOlivier Goffart2020-02-251-7/+4
* | Remove QLinkedListSona Kurazyan2020-02-192-9/+0
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-132-2/+2
|\ \
| * | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-122-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+24
|\ \ \ | |/ / |/| / | |/
| * QSequentialIterableImpl: support appendFabian Kosmale2020-01-151-0/+24
* | Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-032-0/+68
|\ \
| * \ Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-428/+163
| |\ \
| * | | Regenerate tests/auto/corelib/kernelAlexandru Croitor2019-11-122-1/+34
| * | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-153-11/+10
| |\ \ \
| * | | | Fix add_qt_resource behavior with regards to unspecified prefixesSimon Hausmann2019-08-091-3/+8
| * | | | Implement SUBDIR-= conversion in pro2cmake toolJędrzej Nowacki2019-08-011-0/+34
* | | | | Adjust QVariant autotest to prepare for upcoming QHash changesLars Knoll2020-01-301-24/+4
| |_|/ / |/| | |
* | | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-0/+44
|\ \ \ \ | | |_|/ | |/| |
| * | | QVariant: Prefer direct conversion to QVariant{List,Map,Hash}Fabian Kosmale2020-01-031-0/+44
* | | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-1/+96
|\| | |
| * | | QVariant: introduce ShouldDeleteVariantData flagFabian Kosmale2019-12-111-1/+96
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-2/+2
|\| | |
| * | | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-2/+2
* | | | Enlarge QVariant's private to fit the new QString and QByteArrayThiago Macieira2019-12-081-2/+1
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-0/+20
|\| | |
| * | | Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-0/+20
| | |/ | |/|
* / | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-041-423/+0
|/ /
* | Conditionally disable parts of the tests testing the deprecated APIsSona Kurazyan2019-08-011-0/+2
* | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+1
|/
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+16
* tst_QVariant: Fix warnings about deprecated functions not under test —Friedemann Kleint2019-05-241-247/+258
* Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-15/+5
* QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+8
* Treat shorts as int in QVariant::canConvert()Allan Sandfeld Jensen2018-11-011-0/+8
* Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-102-2/+43
|\
| * Add support for converting from std::variantAllan Sandfeld Jensen2018-01-252-2/+43
* | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-02-051-2/+8
|/
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Implement conversion from nullptr QVariant to QString and QByteArrayAllan Sandfeld Jensen2017-08-041-0/+14
* QVariants of null pointers should be nullAllan Sandfeld Jensen2017-08-041-2/+18
* Allow conversion of QVariants with real null valuesAllan Sandfeld Jensen2017-08-021-1/+29
* Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+8
|\
| * Handle conversion and comparison between qvarianthash and qvariantmapAllan Sandfeld Jensen2017-07-111-0/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-041-2/+2
|\|
| * Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-2/+2