summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Use a precise timer in tst_QTimer::remainingTimeThiago Macieira2017-02-051-0/+1
* QVariant: don't do fuzzy comparisons with NaN and infinitiesThiago Macieira2017-01-311-2/+13
* QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-0/+11
* Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-144-0/+49
* Fix compilation without sharedmemoryUlf Hermann2017-01-051-3/+4
* AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
* Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-091-1/+1
* Increase the resolution for QDeadlineTimer unit testThiago Macieira2016-10-261-1/+1
* QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-181-3/+13
* Use extreme values in QMetaType/QSettings test dataTor Arne Vestbø2016-10-051-12/+13
* Don't truncate QDateTime milliseconds when storing QSettings on Apple platformsTor Arne Vestbø2016-10-052-243/+280
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-0/+76
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-0/+76
| |\
| | * QObject test: check that throwing from a child's constructor worksGiuseppe D'Angelo2016-09-261-0/+76
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-195-6/+6
* | | Don't build the tests which require helpers on UIKit platformsJake Petroules2016-08-161-1/+1
* | | Long live QDeadlineTimerThiago Macieira2016-08-153-0/+631
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-0/+55
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+55
| |\|
| | * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+55
* | | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-031-0/+4
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+510
* | | Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+21
* | | QTimer: add support for <chrono> functionsThiago Macieira2016-07-091-0/+98
* | | Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-023-0/+145
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-0/+124
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+17
| |\|
| | * Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-0/+17
| * | tst_QObject: Test if the new connect style works with virtual basesThiago Macieira2016-06-021-0/+107
* | | Fix invalid QDataStream data for QDateTimeThiago Macieira2016-05-261-0/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-0/+10
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+10
| |\|
| | * Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-0/+10
* | | Add support for Apple tvOSMike Krus2016-05-171-1/+1
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-0/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+19
| |\|
| | * Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-0/+19
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-054-2/+45
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-042-0/+43
| |\|
| | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
| | * QPointer: add a test for const QPointer<X>Marc Mutz2016-04-011-0/+16
| * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-302-2/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-307-19/+6
|/ /
* | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-151-0/+48
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-114-2/+8
|\|
| * tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+1
| * Fix tests for platforms without process supportMaurice Kalinowski2016-03-013-1/+7
* | Fix warnings about constructor initialization order in tst_QObject.Friedemann Kleint2016-02-261-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-184-1/+22
|\|
| * Update testdataMaurice Kalinowski2016-02-171-1/+1