summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Logging: Remove PatternFlag::Invalid from QLoggingRuleKai Koehne2014-03-201-1/+1
* Print when logging rule is invalid.Kai Koehne2014-03-201-0/+10
* Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-171-1/+7
* Introduce GENERATED_TESTDATA variable and fix qresourceengine test.Janne Anttila2014-03-141-8/+1
* Fix tst_qthreadpool under high load.David Faure2014-03-141-0/+1
* Fix qchar testdata installation.Janne Anttila2014-03-141-1/+1
* Disable UNC tests on WinRT.Janne Anttila2014-03-142-8/+8
* Removed unnecessary TESTDATA statement from qmessageauthenticationcode.Janne Anttila2014-03-141-1/+0
* Logging: Let user configure rules via QT_LOGGING_RULESKai Koehne2014-03-131-0/+8
* Use QStringRef for parsing of logging rulesKai Koehne2014-03-131-1/+1
* Make parsing of categories in logging rules more strictKai Koehne2014-03-131-0/+8
* Make parsing of categories in logging rules consistent.Kai Koehne2014-03-131-0/+114
* QDebug: Allow text stream formatting for 64 bit numbersKai Koehne2014-03-131-0/+13
* Revert the QByteArrayList addition to Qt 5.3Thiago Macieira2014-03-083-228/+0
* Add Objective-C specific type converters to QByteArraySamuel Gaist2014-03-083-0/+131
* 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
* Complete QJsonValue::fromVariant()Sze Howe Koh2014-03-061-0/+57
* Disable the qmetatype test on Clang + ARM, it's causing OOM during buildTor Arne Vestbø2014-03-041-1/+4
* Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
* Remove duplicated testsSze Howe Koh2014-03-041-14/+0
* Remove use of templates in tst_qatomicinteger.Friedemann Kleint2014-03-041-2/+2
* Turn off compiler optimization in tst_qtendian for MSVC2008.Friedemann Kleint2014-03-041-0/+4
* tests: Remove superfluous gui additions to QTSergio Ahumada2014-02-281-1/+1
* tst_qnumeric: Mark some tests as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+6
* tst_qtjson: Mark some test as XFAIL on BlackBerry 10Sergio Ahumada2014-02-281-0/+14
* Logging: Change 'rules' section name to 'Rules'Kai Koehne2014-02-262-6/+6
* Remove qSort usages from core testsSergio Ahumada2014-02-224-5/+13
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-2214-15/+33
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-212-0/+126
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-211-0/+4
* QMargins - Add missing operatorsJohn Layt2014-02-211-0/+7
* Loosen checks for Q_COMPILER_VARIADIC_MACROSKai Koehne2014-02-201-0/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-181-10/+42
|\
| * Make a URL with absent authority be different from one with an empty oneThiago Macieira2014-02-171-10/+42
* | Remove a not required whitespace when writing JSON in compact formatLars Knoll2014-02-161-4/+4
* | Add a testAndSet overload to the atomics that returns the current valueThiago Macieira2014-02-163-1/+525
* | Add qHash() overloads for floating-point typesMarc Mutz2014-02-161-0/+15
* | tst_qsignalblocker: simplify testMarc Mutz2014-02-161-138/+13
* | Add const overload for QLoggingCategory::operator()()Kai Koehne2014-02-151-0/+2
* | WinRT: Added socket engine implementationOliver Wolff2014-02-151-0/+4
* | Enable QByteArrayList testsJędrzej Nowacki2014-02-141-0/+1
* | Fix QDateTime auto testBernd Weimer2014-02-141-1/+2
* | Add function to get the actual PID from QProcessChristian Strømme2014-02-141-1/+3
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Konstantin Ritt2014-02-133-0/+65
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-123-0/+65
| |\|
| | * support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-0/+7
| | * QStandardPaths: fix empty path in XDG_DATA_DIRS being treated as '/'.David Faure2014-02-101-0/+14
| | * Don't deadlock when deleting slot objects in QMetaObject::activate()Thomas McGuire2014-02-081-0/+42