summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-9/+0
* Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-1/+1
* Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-051-1/+1
* Simplify conditionalsJoão Abecasis2012-04-051-1/+1
* Rename realloc -> reallocDataJoão Abecasis2012-04-051-9/+8
* Move growth computation to re-allocation functionJoão Abecasis2012-04-051-10/+8
* Drop nullary overload of private QString::reallocJoão Abecasis2012-04-051-9/+6
* Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-041-2/+2
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-041-13/+18
* Merge master into api_changesKent Hansen2012-03-231-5/+5
|\
| * Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
| * Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
* | Merge master into api_changesKent Hansen2012-03-191-0/+18
|\|
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+18
* | QRegularExpression: support for QString overloadsGiuseppe D'Angelo2012-03-151-31/+403
* | Add QByteArray overload for the QLatin1String ctor.Stephen Kelly2012-03-141-0/+11
* | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-4/+16
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-36/+42
|\|
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-20/+26
| |\
| | * Merge master -> api_changesRohan McGovern2012-02-291-64/+12
| | |\
| | * | Move the QString comparison operator as non member functionOlivier Goffart2012-02-271-19/+25
| | * | QByteArray: deprecate QT_NO_CAST_FROM_BYTEARRAY-protected operatorsMarc Mutz2012-02-261-1/+1
| * | | Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-16/+16
| | |/ | |/|
* | | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-291-123/+109
|\| |
| * | Remove custom text codec for C strings.Robin Burchell2012-02-221-64/+12
| |/
| * optimize QString::toLower()/toUpper() for special cases, step 2Konstantin Ritt2012-02-211-3/+3
| * optimize QString::toLower()/toUpper() for special cases, step 1Konstantin Ritt2012-02-211-8/+8
| * optimize QString::toCaseFolded()Konstantin Ritt2012-02-211-16/+36
| * optimize handling of surrogate pairs in toLower()/toUpper()Konstantin Ritt2012-02-211-33/+51
* | Change meaning of offset in QStringDataJoão Abecasis2012-02-221-15/+17
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-211-3/+3
|\|
| * Mention QT_NO_STL in the QString documentationSimon A. Eugster2012-02-171-3/+3
* | Remove constructors taking implicit string sizesJoão Abecasis2012-02-141-45/+26
* | Fix and simplify QString::midJoão Abecasis2012-02-141-14/+6
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-101/+126
|\|
| * QString: Make convert to number methods only use C localeJohn Layt2012-02-051-50/+53
| * Windows: Fix inclusion of <windows.h>Friedemann Kleint2012-02-011-15/+11
| * Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-20/+41
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-3/+3
| * Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-241-3/+3
| * Remove Symbian code from QtCore.Xizhi Zhu2012-01-241-8/+0
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
| * Add a constructor that explicitly takes a size to QLatin1StringLars Knoll2012-01-181-0/+13
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-7/+7
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-39/+54
|\|
| * Improve the documentation of QStringLiteralOlivier Goffart2012-01-161-3/+27
| * Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-15/+15
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
| * Use strlen() inline whenever possibleHarald Fernengel2011-12-221-15/+10