summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-034-0/+27
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-134-0/+27
| |\
| | * Better error message when trying to load an invalid resourceJesus Fernandez2016-04-121-0/+4
| | * Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+10
| | * Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+8
| | * tst_QStringBuilder: add a check for self-assignmentMarc Mutz2016-04-071-0/+5
* | | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-281-0/+78
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-271-0/+13
* | | Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-191-0/+37
* | | Remove tests/auto/qtest-config.h.Friedemann Kleint2016-04-121-10/+8
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-112-6/+46
|\| |
| * | Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-081-6/+13
| * | QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-071-0/+33
* | | QChar: optimize comparison with QString{,Ref}Marc Mutz2016-04-051-0/+7
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLaszlo Agocs2016-04-0530-159/+110
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0530-159/+110
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-044-2/+54
| | |\|
| | | * QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-0/+27
| | | * QPointer: add a test for const QPointer<X>Marc Mutz2016-04-011-0/+16
| | | * Autotest: Remove blacklistingsSimo Fält2016-04-011-2/+0
| | | * Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-0/+11
| | * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-3023-33/+33
| | * | Unify license header usage.Jani Heikkinen2016-03-291-3/+13
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-93/+0
| | |\|
| | | * tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-231-28/+10
| | |\|
| | | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-28/+10
* | | | QChar: add missing relational operators against QLatin1String/QStringRefMarc Mutz2016-04-051-22/+0
|/ / /
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-3057-742/+124
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-232-1/+16
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2215-47/+224
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-216-9/+33
| |\|
| | * WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-161-1/+1
| | * tst_QXmlStream::writerHangs(): Create file in temporary directoryMaurice Kalinowski2016-03-161-1/+2
| | * QTextStream test: Change current directoryMaurice Kalinowski2016-03-162-0/+20
| | * QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
| | * tst_QRect: drop a test that depends on int overflowMarc Mutz2016-03-151-2/+1
| | * tst_QTextStream::textModeOnEmptyRead(): Create file in temporary directory.Friedemann Kleint2016-03-111-4/+2
| | * Disable tests requiring shared build when compiling staticallyMaurice Kalinowski2016-03-111-0/+6
| * | Remove inclusion of -lm for INTEGRITY.Rolland Dudemaine2016-03-181-1/+1
| * | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-151-0/+48
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-117-39/+144
| |\|
| | * Fix signed integer overflows in tst_QAtomicIntegerMarc Mutz2016-03-101-8/+80
| | * tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+1
| | * Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-0/+17
| | * Fix tests for platforms without process supportMaurice Kalinowski2016-03-013-1/+7
| | * Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-0/+33
| | * Remove superfluous Windows CE special cases from tst_qprocess.cppJoerg Bornemann2016-02-291-29/+6
| * | tst_qglobal.cpp: fix compilation with an actual C++14 compilerMarc Mutz2016-03-051-2/+2
* | | QStringRef: add missing relational operators against QLatin1String/QStringMarc Mutz2016-03-161-6/+0