summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to DigiaSergio Ahumada2012-11-161-24/+24
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix build with wingwThierry Bastian2010-02-221-1/+1
* QStringBuilder: Do not resize if not required.Olivier Goffart2010-02-211-6/+22
* QStringBuilder: reduce the size of the generated codeOlivier Goffart2010-02-211-0/+14
* add constOswald Buddenhagen2010-02-051-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Make QStringBuilder respect codecForCStringsHarald Fernengel2009-11-041-21/+37
* fix string builder for QT_NO_CAST_FROM_ASCII on Windowshjk2009-09-301-2/+13
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* work around a compiler bug (gcc <= 4.0.x) that renders the drop-in versionhjk2009-08-271-0/+6
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* Fix warnings when compiling Qt (tst_warnings).Thiago Macieira2009-07-251-2/+2
* fix warning in qstringbuilder.h by using QLatin1Charhjk2009-07-131-1/+1
* fix the test _and_ the class :)Harald Fernengel2009-07-031-1/+1
* Add a specialization for QByteArrayHarald Fernengel2009-07-031-0/+12
* Use 'struct QConcatenable' instead of 'class QConcatenable' tohjk2009-07-091-1/+1
* Use enum Qt::Uninitialized instead of struct QString::Uninitializedhjk2009-06-181-1/+1
* doc: Fixed several qdoc warnings.Martin Smith2009-06-171-4/+5
* Update license headers in files that are new in 4.6.Jason McDonald2009-06-171-2/+2
* Fix license headers for QStringBuilder.Jason McDonald2009-06-101-6/+6
* Make QCharRef known to QStringBuilder.hjk2009-06-081-2/+12
* Make QStringBuilder work out-of-the-box if QT_NO_CAST_FROM_ASCII is definedhjk2009-06-051-0/+24
* Introduce a new class QStringBuilder to speed up the creation ofhjk2009-05-281-0/+207