summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Unbreak compilation of bootstrapped Qt tools after f3eab3d.Thiago Macieira2010-02-261-1/+1
* QUrl: document adding of hash functionPeter Hartmann2010-02-262-2/+9
* Don't lock the QMetaType custom types mutex unnecessarilyKent Hansen2010-02-261-26/+46
* Fix deadlock in QFSEventsFileSystemWatcherEngine.Morten Johan Sørvig2010-02-261-1/+10
* Improve lookup speed of QMetaType::type() for normalized typesKent Hansen2010-02-261-94/+103
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-257-11/+509
|\
| * Fix the SIMD implementations of QString::toLatin1()Benjamin Poulain2010-02-251-7/+13
| * Implement toLatin1_helper with NeonBenjamin Poulain2010-02-251-0/+22
| * QRegExp::pos() should return -1 for empty/non-matching capturesJoão Abecasis2010-02-251-3/+8
| * Implement toLatin1_helper with SSE2Benjamin Poulain2010-02-241-6/+48
| * Add an extra operator delete() to QSharedPointer's internals.Thiago Macieira2010-02-241-0/+1
| * Fix compilation on x86 with gcc if SSE2 is not enabledThiago Macieira2010-02-241-10/+3
| * Comments the SSE implementation of fromLatin1_helper()Benjamin Poulain2010-02-241-3/+9
| * Build fixes for the SIMD functionsBenjamin Poulain2010-02-232-2/+4
| * Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1Benjamin Poulain2010-02-2342-253/+668
| |\
| * | Implement QString::fromLatin1_helper() with SSE2Benjamin Poulain2010-02-232-2/+31
| * | Cache the result of qDetectCPUFeatures()Benjamin Poulain2010-02-231-7/+26
| * | Move the SIMD detection from QtGui to QtCoreBenjamin Poulain2010-02-234-0/+373
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-02-238-25/+64
|\ \ \ | |_|/ |/| |
| * | Fix build with wingwThierry Bastian2010-02-222-6/+6
| * | Imporve win64 support for mingwThierry Bastian2010-02-222-10/+9
| * | Fix build on Mac OS XGabriel de Dietrich2010-02-221-1/+1
| * | Compilation on symbianOlivier Goffart2010-02-211-3/+3
| * | Enable QT_USE_FAST_CONCATENATION by default for compiling QtOlivier Goffart2010-02-211-0/+10
| * | Compile with QT_USE_FAST_OPERATOR_PLUSOlivier Goffart2010-02-211-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
* | | Merge remote branch 'origin/master'Thiago Macieira2010-02-232-60/+186
|\ \ \
| * | | avoid double reallocations in inserting operationsOswald Buddenhagen2010-02-222-35/+143
| * | | create temporaries more intelligentlyOswald Buddenhagen2010-02-221-6/+28
| * | | do not protect against self-assignment in QList::replace()Oswald Buddenhagen2010-02-221-6/+1
| * | | make queues to which only lists are appended not blow the memoryOswald Buddenhagen2010-02-222-18/+19
| * | | optimize queue-like structuresOswald Buddenhagen2010-02-221-3/+3
| * | | remove more pointless recalculationsOswald Buddenhagen2010-02-221-3/+3
| |/ /
* | | Added function overload for QByteArray &QByteArray::replace()Zeno Albisser2010-02-232-1/+15
|/ /
* | Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-2010-40/+187
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-198-40/+183
| |\ \
| | * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-188-40/+183
| | |\ \
| | | * | optimize qstring::simplified()Oswald Buddenhagen2010-02-181-16/+66
| | | * | Revert optimizations to QString::appendKai Koehne2010-02-182-42/+4
| | | * | unbreak QList::append() and co. againOswald Buddenhagen2010-02-171-1/+1
| | | * | optimization: use QList::reserve() and QVector::reserve()Oswald Buddenhagen2010-02-171-1/+3
| | | * | avoid double reallocations in appending operationsOswald Buddenhagen2010-02-162-4/+42
| | | * | avoid double reallocation in string-growing replace() caseOswald Buddenhagen2010-02-161-1/+2
| | | * | optimize qHash() some moreOswald Buddenhagen2010-02-161-8/+4
| | | * | optimize QList::mid()Oswald Buddenhagen2010-02-161-3/+12
| | | * | optimization: use QList::reserve() in QSet::toList()Oswald Buddenhagen2010-02-161-0/+1
| | | * | add QList::reserve()Oswald Buddenhagen2010-02-162-8/+57
| | | * | optimization: get rid of QString::fromUtf16() usage, part 2Oswald Buddenhagen2010-02-161-1/+1
| | | * | add QString(const QChar *) c'torOswald Buddenhagen2010-02-162-2/+37