summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qstring.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the SIMD implementations of QString::toLatin1()Benjamin Poulain2010-02-251-7/+13
* Implement toLatin1_helper with NeonBenjamin Poulain2010-02-251-0/+22
* Implement toLatin1_helper with SSE2Benjamin Poulain2010-02-241-6/+48
* Comments the SSE implementation of fromLatin1_helper()Benjamin Poulain2010-02-241-3/+9
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Benjamin Poulain2010-02-231-18/+103
|\
| * optimize qstring::simplified()Oswald Buddenhagen2010-02-181-16/+66
| * avoid double reallocation in string-growing replace() caseOswald Buddenhagen2010-02-161-1/+2
| * add QString(const QChar *) c'torOswald Buddenhagen2010-02-161-1/+35
* | Implement QString::fromLatin1_helper() with SSE2Benjamin Poulain2010-02-231-2/+22
|/
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-2/+13
|\
| * revert to fromUtf16() usage in fromWCharArray()Oswald Buddenhagen2010-02-031-1/+1
| * optimization: get rid of QString::fromUtf16() usageOswald Buddenhagen2010-02-011-2/+2
| * document QString::fromUtf16() slownessOswald Buddenhagen2010-02-011-0/+11
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith()Oswald Buddenhagen2009-12-101-0/+5
* | fix (internal) apidocOswald Buddenhagen2009-12-101-1/+1
* | Merge branch '4.6'Thiago Macieira2009-11-251-1/+1
|\ \ | |/
| * do not (fail to) compile qdatastream into qmake and cetestOswald Buddenhagen2009-11-131-1/+1
| * Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-11-101-1/+1
| |\
| * | build lrelease bootstrappedOswald Buddenhagen2009-11-101-1/+1
* | | Merge branch '4.6'Thiago Macieira2009-11-101-1/+1
|\ \ \ | | |/ | |/|
| * | API review: QRegExp::numCaptures() -> QRegExp::captureCount()Marius Storm-Olsen2009-11-061-1/+1
| |/
* | Merge branch '4.6'Thiago Macieira2009-10-291-3/+3
|\ \ | |/
| * Fix integer overflow in string.remove len parameterMarkus Goetz2009-10-271-3/+3
* | Simplify byte swapping in QDataStream's stream operators.Andreas Kling2009-10-281-1/+2
|/
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-181-5/+5
|\ \
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-5/+5
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \ \ | |/ /
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'origin/master'Jason Barron2009-08-041-5/+4
|\ \ \
| * | | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-5/+4
* | | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-127/+41
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Add qt_string_normalize to do in-place Unicode normalization.Thiago Macieira2009-07-211-20/+26
| * | Fix warnings for mingwThierry Bastian2009-07-161-2/+2
| * | Changed the implementation of the unicode text codecs to share more code with...Denis Dzyubenko2009-07-161-84/+6
| * | fix warnings for mingw in QtCoreThierry Bastian2009-07-151-1/+1
| * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-20/+6
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-21/+82
|\ \ \ | |/ /
| * | Merge branch '4.5'Thiago Macieira2009-06-241-1/+1
| |\ \ | | |/
| | * Fix comparison of different-sized QStringRefs.Thiago Macieira2009-06-241-1/+1
| * | Changed enum Qt::Uninitialized to enum Qt::InitializationMartin Smith2009-06-191-6/+5
| * | Don't initialize data that will be overwritten immediately.hjk2009-06-181-12/+6
| * | Use enum Qt::Uninitialized instead of struct QString::Uninitializedhjk2009-06-181-1/+1
| * | doc: Added explanation of QStringBuilder in QStringMartin Smith2009-06-181-0/+68
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\ \ | | |/