summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstringbuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+8
* Make QStringBuilder use our qt_from_latin1 code (out-of-line)Thiago Macieira2014-02-081-5/+4
* Abuse const_cast in QStringBuilder to get a little more performanceThiago Macieira2014-01-181-1/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix a "warning: 'operator+=' is deprecated" when building with clangJocelyn Turcotte2012-10-111-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-4/+8
* Replace `const QCharRef &` with `QCharRef` where appropriateKonstantin Ritt2012-05-251-2/+2
* Replace `const QLatin1String &` with `QLatin1String` where appropriateKonstantin Ritt2012-05-251-3/+3
* Add a QStringBuilder::toUtf8() functionThiago Macieira2012-05-111-0/+1
* Change QStringBuilder to use UTF-8 tooThiago Macieira2012-05-071-7/+20
* Make QStringLiteral and QByteArrayLiteral always return the real typesThiago Macieira2012-04-231-31/+0
* 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