summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qtextstream_p.h
Commit message (Expand)AuthorAgeFilesLines
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QTextStream: use new QString::resize(int, QChar) for paddingMarc Mutz2015-12-281-3/+1
* QTextStream: optimize streaming of QLatin1String and const char*Marc Mutz2015-10-231-1/+3
* QTextStream: Extract Method padding() from putString()Marc Mutz2015-10-221-0/+8
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QTextStream: stream QStrings without modifying the user contentThiago Macieira2014-12-131-2/+4
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-291-19/+11
|\
| * Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* | QTextStream: add fast path for writing char and QChar.David Faure2014-09-121-0/+2
|/
* Repack structs with more than one padding holeThiago Macieira2013-12-031-30/+33
* Add class QDebugStateSaver for writing QDebug operators correctlyDavid Faure2013-01-141-0/+185