summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-291-0/+76
|\
| * 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
* | | | QObject::dumpObject*: enable them also for non-debug buildsGiuseppe D'Angelo2016-09-061-2/+0
|/ / /
* | | 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
| * winrt: Fix usage of testdataMaurice Kalinowski2016-02-171-0/+9
| * winrt: Disable tests which connect to localhostMaurice Kalinowski2016-02-162-0/+12
* | Fix for deferredDelete() bug when calling the glib loop directlyPaolo Angelelli2016-02-121-0/+97
* | tst_qeventloop: replace select with pollLouai Al-Khanji2016-02-041-5/+2
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-262-47/+48
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-212-47/+48
| |\|
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-192-47/+48
| | |\
| | | * Fix UB in tst_QObject::disconnectDoesNotLeakFunctor()Marc Mutz2016-01-091-3/+3
| | | * Fix UB in tst_QObject::noDeclarativeParentChangedOnDestruction()Marc Mutz2016-01-071-1/+2