summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Long live qUtf16Printable()Marc Mutz2015-11-211-9/+9
* tst_QString: add checks for sprintf's %lsMarc Mutz2015-11-201-0/+25
* Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-201-0/+31
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-1810-342/+543
|\
| * QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-181-0/+16
| * tst_qfilesystemwatcher: Blacklist flaky tests on Windows.Friedemann Kleint2015-11-171-2/+2
| * remove pointless conditional definesOswald Buddenhagen2015-11-161-1/+0
| * Add spring-forward testEdward Welbourne2015-11-091-0/+44
| * tst_qdatetime: Fix compiler warning about uninitialized variable.Friedemann Kleint2015-11-051-2/+2
| * Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-051-0/+4
| * Update Unicode data files to v8.0Konstantin Ritt2015-11-055-337/+475
* | Add a file to the TESTDATA listJames McDonnell2015-11-161-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devJędrzej Nowacki2015-11-054-31/+126
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-044-31/+126
| |\|
| | * Fix pauseEvents() test to test what should be true, not what is.Edward Welbourne2015-11-021-10/+8
| | * Attach all signal spies before setting the watcher's future.Edward Welbourne2015-11-021-12/+11
| | * Add a test case for conflicting transitionsJarek Kobus2015-10-301-0/+66
| | * QIODevice: fix interleaving read() and write() in text mode under WindowsAlex Trotsenko2015-10-271-0/+41
| | * Autotest: remove AIX-related QT_POINTER_SIZE codeThiago Macieira2015-10-231-9/+0
* | | Add Objective-C specific type converters to QUuid.Jake Petroules2015-11-043-0/+99
|/ /
* | QLocale: Return overflowing numbers from asciiToDouble()Ulf Hermann2015-11-041-2/+2
* | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-022-0/+9
* | Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-301-0/+12
* | Add thorough tests for QLocale string/double conversionsUlf Hermann2015-10-301-7/+114
* | tst_qstring: Enable previously disabled test for Q_CC_MINGW.Friedemann Kleint2015-10-271-6/+0
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-2326-94/+214
|\|
| * Improve file handling in test of QSettings.Friedemann Kleint2015-10-211-64/+29
| * QLatin1String: add default ctorMarc Mutz2015-10-201-0/+10
| * QLatin1String: add testMarc Mutz2015-10-194-0/+126
| * The C locale should omit group separators by defaultLars Knoll2015-10-192-11/+13
| * Make the C++11 atomic support the default, if availableThiago Macieira2015-10-1618-19/+19
| * QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-161-0/+17
* | tst_qchar: Remove init()/cleanup() slots.Friedemann Kleint2015-10-231-22/+0
* | tests/auto/corelib: Remove some placeholder formatting.Friedemann Kleint2015-10-2228-104/+132
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1437-458/+915
|\|
| * QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-132-0/+32
| * Fixed a QTimer::singleShot() crash when a functor callback is usedJuha Turunen2015-10-121-0/+24
| * QMetaProperty::write should reset the property if an empty QVariant is givenOlivier Goffart2015-10-092-3/+15
| * Fix crash in QMetaProperty::write for custom types and conversionOlivier Goffart2015-10-091-1/+44
| * tst_qversionnumber: enable c++11 and don't use core-privateMarc Mutz2015-10-071-1/+2
| * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-0210-42/+181
| |\
| | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-0210-42/+181
| | |\
| | | * Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-0/+16
| | | * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
| | | * Fix the spurious socket notifications under WindowsAlex Trotsenko2015-09-101-0/+73
| | | * Fix tst_QGuiApplication for embedded platforms using eglfs QPAPasi Petäjäjärvi2015-09-101-5/+0
| | | * QMimeDatabase: warn instead of asserting on bad magic.David Faure2015-09-046-37/+91
| * | | tst_QSharedPointer: Add jom.exe to the list of make tools to be searched.Friedemann Kleint2015-10-021-0/+1
| |/ /
| * | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
| * | Improve tst_qfile.Friedemann Kleint2015-09-301-114/+170