summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-051-0/+10
* tst_qobject: fix the detection for GCCGiuseppe D'Angelo2021-03-261-4/+14
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMÃ¥rten Nordheim2021-03-251-0/+27
* tst_socketnotifier: Fix timeout of QTcpServer::waitForNewConnection()Friedemann Kleint2021-01-211-2/+2
* Add new special QObjectPrivate::{connect, disconnect} for QMLAndrei Golubev2021-01-211-0/+28
* tst_socketnotifier/unexpectedDisconnection: Extend blacklisting to all window...Friedemann Kleint2021-01-191-2/+2
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-091-5/+16
* Make the signal argument in Q_OBJECT_BINDABLE_PROPERTY optionalLars Knoll2020-12-071-6/+2
* QBindable: Disallow mutation if read-onlyFabian Kosmale2020-12-041-0/+5
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-042-4/+4
* Add test for QTranslator::load() translation file lookup algorithmKarsten Heimrich2020-12-031-0/+69
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-021-1/+0
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-251-3/+3
* QMetaType: Track whether type is QML list typeFabian Kosmale2020-11-231-19/+23
* Make QMetaTypeInterface constexpr on WindowsLars Knoll2020-11-191-12/+23
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-8/+0
* Test QTimer's isSingleShot() and timerType()Edward Welbourne2020-11-171-1/+7
* Add some tests for various qmath.h functionsEdward Welbourne2020-11-171-0/+68
* QSharedMemory: do not abuse QChar in a testGiuseppe D'Angelo2020-11-081-2/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-043-4/+12
* QProperty: Fix notification logic for eager propertiesFabian Kosmale2020-11-031-1/+28
* Remove std::function from QProperty interfaceFabian Kosmale2020-11-031-0/+22
* Rename QContainerTraits namespace to QContainerInfoLars Knoll2020-11-031-111/+111
* Fix tst_qtimer::zeroTimer unit testAndreas Buhr2020-11-012-3/+3
* Revert "QObject: simplify part of connection logic"Fabian Kosmale2020-10-271-0/+20
* Fix tst_QDeadlineTimer::stdchrono() flaky testJarek Kobus2020-10-272-53/+34
* Deprecate QVariant::TypeLars Knoll2020-10-232-7/+15
* Do not store non relocatable types in QVariants internal storageLars Knoll2020-10-231-1/+26
* Rename the QMetaType::MovableType flag to RelocatableTypeLars Knoll2020-10-231-2/+2
* Use qmetaobject_p.h's MetaObjectFlag in QMetaObjectBuilderEdward Welbourne2020-10-202-3/+3
* QAssociativeIterable: Unwrap variants on value()Ulf Hermann2020-10-191-0/+14
* QAssociativeIterable: Add methods to add/remove keys and valuesUlf Hermann2020-10-191-0/+10
* QMetaContainer: Consistently coerce typesUlf Hermann2020-10-191-43/+84
* QProperty: Add value() and setValue() to QBindableUlf Hermann2020-10-191-0/+3
* Fix compile time type normalization codeLars Knoll2020-10-142-4/+42
* Handle notifier list modification during iterationFabian Kosmale2020-10-121-0/+53
* Allow getting a const pointer out of a variant containing pointerFawzi Mohamed2020-10-081-0/+12
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-078-58/+62
* Fix ChangeHandler notification for eager propertiesFabian Kosmale2020-09-301-2/+1
* QVariant: Change metatype in convert() even on failureFabian Kosmale2020-09-301-1/+12
* Disable moving of QPropertyLars Knoll2020-09-291-99/+33
* QProperty: fix QBindingStoragePrivate::reallocate related codeFabian Kosmale2020-09-291-0/+36
* Prevent endless markDirtyAndNotifyObservers <-> notify loopFabian Kosmale2020-09-281-0/+32
* tst_qmetacontainer: Remove non-existing typeflags.bin from build systemUlf Hermann2020-09-252-6/+0
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2334-127/+45
* CMake: Regenerate projectsAlexandru Croitor2020-09-222-4/+10
* Remove default ctor for QIterableUlf Hermann2020-09-221-4/+4
* Cleanup API of QMimeDataLars Knoll2020-09-213-2/+13