summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-084-11/+11
* Build fix for auto-registration of Container<void*>Jędrzej Nowacki2014-04-231-0/+8
* Re-add missing test to kernel.proJędrzej Nowacki2014-04-021-0/+1
* Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+7
* Try to speedup tst_qmetatype.cpp compilation with clang.Jędrzej Nowacki2014-03-062-4/+15
* Reduce clang compilation time of tst_qmetatype by ~50%Jędrzej Nowacki2014-03-061-13/+1
* Simplify tst_QMetaType::automaticTemplateRegistrationJędrzej Nowacki2014-03-061-55/+62
* Disable the qmetatype test on Clang + ARM, it's causing OOM during buildTor Arne Vestbø2014-03-041-1/+4
* Remove qSort usages from core testsSergio Ahumada2014-02-221-1/+3
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-0/+5
* tst_qsignalblocker: simplify testMarc Mutz2014-02-161-138/+13
* WinRT: Added socket engine implementationOliver Wolff2014-02-151-0/+4
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-121-0/+42
|\
| * Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-0/+42
* | Fix MSVC-warning about unused variable eventdispatcher.Friedemann Kleint2014-01-311-1/+1
* | Fix usage of QObjectPrivate::connect when q_func() is private.Olivier Goffart2014-01-291-1/+1
* | QObject: fix connection to function pointer with non-copyable references argu...Olivier Goffart2014-01-171-0/+14
* | Send DynamicPropertyChange event only when value is changed.Tomasz Olszak2014-01-091-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-161-0/+16
|\|
| * Fix quadratic behavior in QMetaObjectBuilder when writing string tableSimon Hausmann2013-12-061-0/+16
* | tst_QObject: separate QSignalBlocker testsMarc Mutz2013-12-115-129/+319
* | Move-enable QSignalBlockerMarc Mutz2013-12-111-0/+100
* | moc: move qt_meta_extradata data from .data.rel into .data.rel.roMarc Mutz2013-12-091-2/+2
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Simon Hausmann2013-12-091-0/+38
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-051-0/+38
| |\|
| | * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-0/+38
| | |\
| | | * Fix invalid memory read when shutting down QML applicationsSimon Hausmann2013-11-291-0/+38
* | | | Remove trailing space from QDebug streamKai Koehne2013-12-061-1/+1
|/ / /
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-0/+26
|\| |
| * | Add QSystemSemaphore::release() auto-testsKonstantin Ritt2013-11-281-0/+19
| * | QSystemSemaphore: Clear error after successful operationKonstantin Ritt2013-11-281-0/+7
| |/
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-264-3/+246
|\|
| * QVariant: Convert automatically from enum types to integral types.Olivier Goffart2013-11-081-0/+84
| * Fix QVariant::canConvert with longlongOlivier Goffart2013-11-081-3/+26
| * Test that QMetaObject::invokeMethod is exception safeOlivier Goffart2013-11-051-0/+38
| * Test exceptions in signals and slotsOlivier Goffart2013-11-051-0/+97
| * remove qt_windows.h include from qwineventnotifier.hJoerg Bornemann2013-10-291-0/+1
* | QSignalBlocker: (new) RAII class for QObject::blockSignals()Marc Mutz2013-10-301-0/+49
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-246-12/+15
|\|
| * exclude gui-needing tests from -no-gui buildOswald Buddenhagen2013-10-181-0/+3
| * don't erroneously claim that gui support is neededOswald Buddenhagen2013-10-163-3/+3
| * rewrite qtMetaObjectInheritance() without guiOswald Buddenhagen2013-10-112-9/+9
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-043-45/+111
|\|
| * Base tst_QGuiApplication on tst_QCoreApplication to increase GUI ED coverageTor Arne Vestbø2013-10-013-45/+111
* | WinRT: Fix various test compilationsAndrew Knight2013-10-023-4/+4
|/
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-16/+16
* Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-2/+2
* MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-191-16/+5
* MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-0/+30
* QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-161-2/+207