summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash when using QProperty<T>::setBinding(Functor ...)Simon Hausmann2020-04-301-0/+12
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-04-221-5/+65
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-5/+65
| |\
| | * Introduce QSocketNotifier::activate(QSocketDescriptor, QSN::Type)Mårten Nordheim2020-04-161-5/+65
* | | Fix assigning int QFlag-type propertiesFriedemann Kleint2020-04-221-0/+51
|/ /
* | Simplify signature of untyped property bindingsSimon Hausmann2020-04-171-10/+6
* | QObject: overhaul narrowing detectionGiuseppe D'Angelo2020-04-151-201/+67
* | 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
* | QProperty: Add support for member function change handlersSimon Hausmann2020-04-061-0/+20
* | Enable qmetatype test with CMakeFabian Kosmale2020-04-012-1/+2
* | Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-5/+3
* | Add QProperty tests to the cmake buildSimon Hausmann2020-03-272-0/+15
* | QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-251-0/+16
* | Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-191-0/+50
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-161-3/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-3/+0
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-3/+0
| | |\
| | | * Un-blacklist QElapsedTimer::elapsed testVolker Hilsheimer2020-03-041-3/+0
| | * | Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-061-0/+5
* | | | Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-163-2/+623
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-162-6/+6
|/ / /
* | | CMake: Regenerate tests projectsAlexandru Croitor2020-03-124-4/+10
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-042-33/+64
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-292-33/+64
| |\|
| | * Try again to make QDeadlineTimer test robust against context switchesVolker Hilsheimer2020-02-281-16/+34
| | * Fix flaky QElapsedTimer::elapsed test caseVolker Hilsheimer2020-02-271-17/+30
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-02-282-4/+25
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-282-4/+25
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Lars Knoll2020-02-272-4/+25
| | |\|