summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-3/+173
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-3/+8
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-211-3/+8
| |\
| | * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-3/+8
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-205-15/+158
|\| |
| * | tst_QObject: Test if the new connect style works with multiple inheritanceOlivier Goffart2017-03-141-0/+108
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-135-15/+18
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-135-15/+18
| | |\|
| | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-2/+2
| | | * Properly use the "process" featureUlf Hermann2017-02-273-13/+16
| * | | moc: Support signals that return movable-only typeOlivier Goffart2017-03-131-0/+32
| |/ /
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-141-1/+5
|\| |
| * | Reintroduce a directed QMetaType::typeName arrayThiago Macieira2017-03-091-1/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-281-1/+1
|\| |
| * | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-221-1/+1
* | | Introduce QMetaType::PointerToGadget flag for pointers to gadgetsDaniel Vrátil2017-02-231-8/+16
|/ /
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-162-4/+7
|\|
| * 50 ms isn't enough for the CI, so increase to 100 msThiago Macieira2017-02-151-4/+4
| * Blacklist tst_QTimer::remainingTime() on Windows and macOSFriedemann Kleint2017-02-141-0/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-141-0/+2
|\|
| * Blacklist tst_QElapsedTimer::elapsed() on WindowsMarc Mutz2017-02-091-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-082-2/+14
|\|
| * 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
* | tst_qvariant: fix comparison ambiguity for QMetaEnum valueGlen Mabey2017-01-311-3/+4
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-0/+11
|\|
| * QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-0/+11
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-255-3/+53
|\|
| * Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-144-0/+49
| * Fix compilation without sharedmemoryUlf Hermann2017-01-051-3/+4
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-124-0/+47
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-131-20/+20
|\|
| * AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-20/+20
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-171-1/+1
|\|
| * Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-091-1/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-022-4/+14
|\|
| * Increase the resolution for QDeadlineTimer unit testThiago Macieira2016-10-261-1/+1
| * QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-181-3/+13
* | macOS: Don't build auto-tests as application bundles unless explicitly requestedTor Arne Vestbø2016-10-234-4/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-132-243/+281
|\|
| * 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.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