summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-131-45/+39
* Restrict comparison of variantsLars Knoll2020-08-131-22/+26
* Use the new support for comparisons in QMetaType for QVariantLars Knoll2020-08-131-17/+0
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-1/+0
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-061-2/+2
* QNotifiedProperty: avoid crashFabian Kosmale2020-08-041-0/+29
* Expose QMetaTypeInterface::alignof in QMetaTypeFabian Kosmale2020-07-311-0/+38
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-291-3/+3
* Add missing braces when constructing BigConvertible in tst_qvariantTor Arne Vestbø2020-07-291-1/+1
* Don't test for equality if types can't be comparedVolker Hilsheimer2020-07-151-0/+72
* qtypeinfo: Improve container checkFabian Kosmale2020-07-141-0/+9
* QVariant::setValue(): enable move semanticsGiuseppe D'Angelo2020-07-131-1/+1
* Move all the QProperty related code into one compilation unitLars Knoll2020-07-101-1/+0
* Significantly improve performance of binding evaluationLars Knoll2020-07-101-3/+6
* Separate the error case when evaluating bindingsLars Knoll2020-07-101-8/+6
* Cleanup QPropertyBindingErrorLars Knoll2020-07-101-2/+1
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* CMake: Regenerate subdir test projectsAlexandru Croitor2020-07-094-13/+7
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0924-36/+36
* CMake: Regenerate testsAlexandru Croitor2020-07-091-7/+0
* Automatically register comparison operators in QMetaTypeFabian Kosmale2020-07-082-59/+59
* Add type traits to safely determine the existence of comparison operatorsLars Knoll2020-07-081-0/+97
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-078-69/+63
* Avoid use of Q_UNUSED by eliminating the parameter namesLars Schmertmann2020-07-032-10/+11
* Remove deprecated empty macroLars Schmertmann2020-07-021-1/+0
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* Remove QPropertyMemberChangeHandler againSimon Hausmann2020-06-251-20/+0
* QNotifiedProperty: Add guard callbackFabian Kosmale2020-06-251-0/+131
* QNotifiedProperty: pass old value to callback if requestedFabian Kosmale2020-06-251-0/+22
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-1/+1
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-202-19/+20
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-194-25/+25
* Remove deprecated methodsLars Knoll2020-06-121-20/+0
* Get rid of the obsolete isEditable flag for propertiesLars Knoll2020-06-111-11/+0
* Qt6: remove support for property flags being functionsLars Knoll2020-06-111-10/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-102-4/+9
* Remove winrtOliver Wolff2020-06-0617-96/+68
* QVariant: remove UB and fix semantics in a testGiuseppe D'Angelo2020-06-061-4/+4
* tst_qobject: fix build when exceptions are disabledFabian Kosmale2020-06-041-0/+2
* Fix and compactify QNotifiedPropertyUlf Hermann2020-06-031-0/+47
* QMetaType: create metatype for voidFabian Kosmale2020-06-021-2/+11
* add unit test for QMetaMethod::revisionFabian Kosmale2020-06-021-1/+12
* MetaObject: Store the QMetaType of the methodsFabian Kosmale2020-06-023-5/+64
* Implement support for QProperty<T> with a static observerSimon Hausmann2020-05-281-0/+38
* Add a QPropertyAliasUlf Hermann2020-05-271-0/+47
* QProperty: Support multiple observersUlf Hermann2020-05-271-0/+36
* QProperty: Apply coding style and avoid warningsUlf Hermann2020-05-271-2/+2
* Blacklist tst_QTimer::zeroTimer on Ubuntu 20.04Tony Sarajärvi2020-05-251-0/+2
* QMetaType: Support char16_t and char32_tFabian Kosmale2020-05-151-0/+6
* Remove QRegExp from QVariantLars Knoll2020-05-145-23/+0