summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QAssociativeIterable: add find()Marc Mutz2015-01-211-1/+4
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-1/+30
|\
| * Android: Fix QTranslator testsEskil Abrahamsen Blomfeldt2015-01-063-1/+30
* | Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-132-16/+82
* | Support QMetaType::equals()Alex Blasche2015-01-131-0/+90
* | QNX: Enable QSharedMemory and QSystemSemaphore support.Rafael Roquetto2015-01-131-1/+1
* | Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-093-8/+21
* | Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-0/+51
* | Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-031-1/+322
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-244-20/+64
|\|
| * Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
| * Add C++11 if available for QVariant autotestJørgen Lind2014-11-131-0/+1
| * tst_QTimer::singleShotToFunctors: Allocate static event loop on heap.Friedemann Kleint2014-11-111-5/+14
| * tst_qvariant: automate testing of forward_listMarc Mutz2014-10-291-6/+6
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-1/+8
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-38/+73
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-161-10/+37
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-0/+59
* | Make Q_INVOKABLE work on Q_GADGETOlivier Goffart2014-10-301-0/+49
* | Be able to read and write properties to Q_GADGETOlivier Goffart2014-10-301-0/+29
|/
* Fix QVariant associative container conversion from built-in types.Jędrzej Nowacki2014-10-241-0/+45
* tst_QPointer: fix memleakMarc Mutz2014-10-191-1/+2
* tst_QMetaType: fix memleaksMarc Mutz2014-10-191-14/+26
* tst_QMimeData: test doesn't require QGuiApplicationMarc Mutz2014-10-191-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-2426-491/+283
* QVariant::compare shouldn't return match when QVariant::cmp does notAllan Sandfeld Jensen2014-09-111-0/+30
* Fix user defined conversions to numeric typesLars Knoll2014-09-101-0/+93
* Mark QByteArrayList as metatype built-in type.Jędrzej Nowacki2014-08-282-23/+61
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-08-121-0/+12
|\
| * Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-0/+12
* | Update QVariant testsJędrzej Nowacki2014-07-101-4/+2
* | Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-102-19/+26
* | QObject: don't hold mutex when copying arguments in a QueuedConnectionOlivier Goffart2014-07-071-14/+19
* | Unduplicate the implementations of next power of twoAllan Sandfeld Jensen2014-06-261-0/+119
* | Suggest candidates when non-existent method passed to invokeMethod().Mitch Curtis2014-06-201-4/+8
* | Metatype: Specialize IteratorOwner for vector<bool>Stephen Kelly2014-06-161-0/+11
* | QTimer: add convenience singleShot methods for functorsDario Freddi2014-05-281-0/+99
* | 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
|\