summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Conditionally disable parts of the tests testing the deprecated APIsSona Kurazyan2019-08-011-0/+2
* Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-3/+3
* Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-122-0/+2
* tst_QObbject: Fix very annoying -Wdeprecated-copy warningsMarc Mutz2019-07-121-0/+1
* unblacklist passing testsDaniel Smith2019-07-086-17/+12
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-053-1/+37
* QObject: deprecate the undocumented userData() featureMarc Mutz2019-06-291-0/+4
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-203-15/+15
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-142-8/+10
* test: Fix QRegularExpression feature config checkSamuel Gaist2019-06-101-1/+1
* Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-102-4/+4
* Fix deprecation warningsChristian Ehrlicher2019-05-271-55/+52
* Fix warnings & deprs in tst_qcoreapplication and tst_qguiapplicationShawn Rutledge2019-06-051-1/+1
* tst_QVariant: Fix warnings about deprecated functions not under test —Friedemann Kleint2019-05-241-247/+258
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-0/+79
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-0/+79
| |\
| | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-081-0/+79
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-081-1/+1
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-5/+0
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-242-0/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-162-0/+19
| |\|
| | * corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-122-0/+19
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-111-0/+13
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-101-0/+13
| |\|
| | * Fix QMetaObject::newInstance on non-QObject meta objectMilian Wolff2019-04-091-0/+13
* | | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-092-12/+12
* | | Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-1/+122
* | | Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-15/+5
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-062-16/+4
* | | Change cleanup mechanism for orphaned connectionsLars Knoll2019-03-291-5/+2
* | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-03-261-0/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-201-0/+5
| |\|
| | * Fix blacklisting tst_QTimer::basic_chrono()Juha Karjalainen2019-02-211-1/+1
| | * Blacklist qtimer/basic_chrono on macos due to flakinessTony Sarajärvi2019-01-301-0/+2
* | | QVariant: Fix isNull() == true after downcasting QObject*Timo Lang2019-03-211-0/+8
* | | Add a couple of tests in QObject::tst_qobjectOlivier Goffart2019-02-081-0/+165
|/ /
* | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-0/+29
* | tst_QTimer: relax time requirement on remaining timeChristian Andersen2019-01-272-6/+3
* | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-17/+48
* | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-6/+43
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-0/+7
|\|
| * fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-142-0/+7
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-072-2/+11
|\|
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+11
| * Revert "Blacklist tst_QTimer::basic_chrono on macOS"Tony Sarajärvi2019-01-041-2/+0
* | Use QScopedPointer instead of new/deleteJesus Fernandez2018-12-101-7/+7
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-101-6/+18
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-041-4/+4
|\|
| * Fix a nullptr compile error with gcc 4.8Ville Voutilainen2018-11-301-4/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-271-1/+1
|\|