summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtextstream/tst_qtextstream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-261-3057/+0
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-2/+2
* Properly use the "process" featureUlf Hermann2017-02-271-5/+6
* tst_QTextStream: Use casts instead of Q_UINT64_C for negative values cast to ...Friedemann Kleint2016-11-301-10/+10
* QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-22/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-211-4/+18
|\
| * QTextStream test: Change current directoryMaurice Kalinowski2016-03-161-0/+16
| * tst_QTextStream::textModeOnEmptyRead(): Create file in temporary directory.Friedemann Kleint2016-03-111-4/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-111-0/+17
|\|
| * Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-0/+17
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-181-1/+1
|\|
| * Revert "tests: fixed compilation of tst_qtextstream"Edward Welbourne2015-12-151-1/+1
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-231-0/+17
|\|
| * QTextStream: add missing op<<(QStringRef)Marc Mutz2015-10-161-0/+17
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-0/+1
|\|
| * Tests: Always verify whether QTemporaryDir/File creation succeeded.Friedemann Kleint2015-09-281-0/+1
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-131-9/+9
|/
* Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-2/+14
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add QTextStream::readLine() overloadAlexander Volkov2015-01-231-15/+106
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Make QTextStream respect QLocale with OmitGroupSeparatorsThiago Macieira2014-07-241-86/+114
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-8/+15
* Make QTextStream use group separators in floating-point numbersThiago Macieira2014-07-051-7/+15
* Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-0/+7
* Fixed QTextStream "stdin" auto testsBernd Weimer2013-07-301-2/+1
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-231-6/+2
|/
* Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-041-3/+0
* Fix wrong string lengthPeter Kümmel2012-12-011-2/+2
* Test: remove QSKIP from tst_QTextStream::stillOpenWhenAtEndCaroline Chao2012-10-181-3/+5
* Test: remove QSKIP from tst_qstextstreamCaroline Chao2012-10-161-9/+11
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-231-2/+3
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-311-8/+20
* Wrap all Latin 1 strings with QString::fromLatin1 or QLatin1StringsThiago Macieira2012-04-271-23/+23
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-141-1/+1
* Fix QTextStream and QDebug operator<< for QLatin1StringKent Hansen2012-02-021-0/+15
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-36/+13
* Cleanup corelib autotestsJason McDonald2011-11-301-1/+0
* Cleanup corelib autotestsJason McDonald2011-11-291-5/+5
* Fix sanity check of network test serverJason McDonald2011-11-281-0/+6