summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-0733-264/+0
* Make QString and QByteArray sequentially iterableUlf Hermann2021-01-061-10/+54
* Replace QtTest headers with QTestDavid Skoland2020-12-2222-22/+53
* Blacklist tst_QDeadlineTimer::stdchrono on Windows/clangFriedemann Kleint2020-12-211-0/+2
* QProperty add markdirtyFabian Kosmale2020-12-181-0/+77
* QSocketNotifier: hone setSocket() APIAlex Trotsenko2020-12-171-5/+5
* Tests: Fix building with qmake on WindowsFriedemann Kleint2020-12-171-1/+1
* Bindable property with initializationIvan Solovev2020-12-171-0/+64
* QSocketNotifier: extend API to provide more flexible startupAlex Trotsenko2020-12-111-0/+46
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+12
* 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
* Add test for QTranslator::load() translation file lookup algorithmKarsten Heimrich2020-12-031-0/+69
* Add a way to check whether a metatype has datastream operatorsLars Knoll2020-12-011-0/+3
* QProperty: Avoid spurious dependencies by suspending binding stateFabian Kosmale2020-12-011-1/+0
* QProperty: add test case for spurious dependency issueFabian Kosmale2020-12-011-0/+52
* QMetaObjectPrivate: Add firstMethodFabian Kosmale2020-11-301-0/+39
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-301-3/+3
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-302-4/+4
* QMetaProperty::typeName: use name from metatypeFabian Kosmale2020-11-301-3/+3
* QMetaObjectBuilder: remove relocatable data supportFabian Kosmale2020-11-301-39/+0
* tst_qmetaobjectbuilder: Clean-up deallocation of dynamic metaobjectsFabian Kosmale2020-11-301-9/+16
* tst_qmetaobjectbuilder: more descriptive error messagesFabian Kosmale2020-11-301-41/+78
* QMetaPropertyBuilder: carry metatypeFabian Kosmale2020-11-301-0/+20
* QSet: add missing insert-with-hintMarc Mutz2020-11-251-2/+2
* 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