summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-11/+11
* Generate a forwarding header for QStringBuilder.Stephen Kelly2012-03-201-0/+1
* Add a base class with specialization to QStringBuilder.Stephen Kelly2012-03-191-12/+38
* Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-6/+10
|\
| * Allow QChar::SpecialCharacter with QStringBuilder.Stephen Kelly2012-02-291-0/+10
| * Remove include for no-longer-supported compiler.Stephen Kelly2012-02-291-6/+0
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-291-43/+1
|\|
| * Remove unneeded code to convert to ASCII/Latin1.Robin Burchell2012-02-221-32/+0
| * Remove custom text codec for C strings.Robin Burchell2012-02-221-12/+2
* | Make QStringBuilder use memcpy for QByteArrayLiteralJoão Abecasis2012-02-071-3/+2
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-3/+2
|\|
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-1/+1
|\|
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Ensure shared_null(s) are statically initialized on VS 2010João Abecasis2012-01-051-4/+4
|/
* QAbstractConcatenable::convertFromAscii: make len the actual lengthOlivier Goffart2011-07-221-7/+5
* Add unit tests to QStringLiteral and QByteArrayLiteral with operator %Thiago Macieira2011-07-211-0/+21
* Add support for QStringLiterals in QStringBuilderThiago Macieira2011-07-081-0/+17
* Unify QLatin1String and QLatin1LiteralLars Knoll2011-07-071-36/+2
* QStringBuilder: do not crash with null char*Olivier Goffart2011-06-271-0/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* QT_USE_QSTRINGBUILDER to fix source compatibilityOlivier Goffart2011-05-181-1/+3
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+455