summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* QStringBuilder: do not crash with null char*Olivier Goffart2011-06-271-0/+2
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-191-1/+3
|\
| * QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-091-1/+3
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
|/
* QStringBuilder: add operator += for QString and QByteArrayOlivier Goffart2011-04-061-0/+29
* Fix compilation warningsOlivier Goffart2011-04-011-5/+4
* QStringBuilder now support building QByteArrayOlivier Goffart2011-04-011-33/+142
* Improve handling QByteArray with QStringBuilderDenis Dzyubenko2011-03-031-2/+3
* Update copyright year to 2011.Jason McDonald2011-01-101-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-061-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