summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-174-5/+14
|\
| * Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-151-1/+10
| * qmake: Allow non-bundle apps and libs to have an Info.plistTor Arne Vestbø2017-09-291-1/+1
| * Clean up OS version checks for Apple platformsJake Petroules2017-09-292-3/+3
* | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-261-0/+3
|\|
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-201-0/+3
| |\
| | * Exclude QSystemSemaphore test with -no-feature-systemsemaphoreJake Petroules2017-09-181-0/+3
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-194-10/+10
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
|/ /
* | Remove timer checks from testQuitLockMorten Johan Sørvig2017-08-221-13/+0
* | Implement conversion from nullptr QVariant to QString and QByteArrayAllan Sandfeld Jensen2017-08-041-0/+14
* | QVariants of null pointers should be nullAllan Sandfeld Jensen2017-08-041-2/+18
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devFrederik Gladhorn2017-08-021-5/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-5/+4
| |\|
| | * Fix race condition in the processEvents testMorten Johan Sørvig2017-07-191-5/+4
* | | Allow conversion of QVariants with real null valuesAllan Sandfeld Jensen2017-08-021-1/+29
|/ /
* | Support more than 62 instances of QWinEventNotifier, take 2Joerg Bornemann2017-07-301-0/+88
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-131-0/+8
|\|
| * Handle conversion and comparison between qvarianthash and qvariantmapAllan Sandfeld Jensen2017-07-111-0/+8
* | Make calling QCoreApplication::translate() thread-safeAram So2017-07-061-0/+47
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-2/+6
|\|
| * Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-2/+2
| * Skip unreliable tst_QTimer::moveToThread() on macOS 10.12J-P Nurmi2017-06-191-0/+4
* | Revert "Support more than 62 instances of QWinEventNotifier"Liang Qi2017-06-281-88/+0
* | Support more than 62 instances of QWinEventNotifierJoerg Bornemann2017-06-261-0/+88
* | Be (somewhat more) consistent about the value of piEdward Welbourne2017-06-201-15/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-192-0/+3
|\|
| * Extend blacklisting of tst_QElapsedTimer::elapsed to cover macOS 10.12Tony Sarajärvi2017-06-181-0/+1
| * tst_QSharedMemory::readOnly: Skip on macOSFriedemann Kleint2017-06-071-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+2
|\|
| * Blacklist tst_QTimer::basic_chrono on macOSTony Sarajärvi2017-06-011-0/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-296-10/+20
|\|
| * Blacklist tst_QEventLoop:testQuitLock as it is flaky on macOSTony Sarajärvi2017-05-231-0/+1
| * Extend blacklisting of qeventdispatcher to cover macOSTony Sarajärvi2017-05-231-0/+2
| * tst_QTimer::timeout(): Use QTRY_VERIFY_WITH_TIMEOUTFriedemann Kleint2017-05-191-4/+2
| * winrt: Fix tst_QSocketNotifier::asyncMultipleDatagramOliver Wolff2017-05-111-0/+4
| * winrt: Fix tst_qcoreapplicationOliver Wolff2017-05-111-4/+9
| * Add some missing breaks in switch statementsMarc Mutz2017-05-101-2/+2
* | moc: Allow NOTIFY signals defined in parent classesAlbert Astals Cid2017-05-231-0/+86
* | Merge remote-tracking branch 'origin/5.9' into devFrederik Gladhorn2017-05-101-435/+385
|\|
| * QObject: turn the narrowing test into static_assertsGiuseppe D'Angelo2017-05-081-435/+385
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-072-0/+34
|\|
| * Improve suppression of spurious socket notifications under WindowsAlex Trotsenko2017-05-031-0/+5
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-0/+29
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-2/+9
* | Support move-only function objects in QObject::connectOlivier Goffart2017-04-291-0/+42
* | Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-241-0/+10
* | QVariant: fix the testGiuseppe D'Angelo2017-04-201-15/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-202-3/+4
|\|
| * QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2