Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-... | Qt Continuous Integration System | 2010-02-26 | 1 | -0/+55 | |
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | | | ||||||
| | | * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60 | axis | 2010-02-26 | 1 | -0/+55 | |
| | | |\ \ \ \ | ||||||
| | * | \ \ \ \ | Merge remote branch 'qt/master' into qml-master | Qt Continuous Integration System | 2010-02-26 | 6 | -11/+487 | |
| | |\ \ \ \ \ \ | | | |/ / / / / | ||||||
| | * | | | | | | Make sure that QEasingCurve::type when streamed is a quint8, as documented | Leonardo Sobral Cunha | 2010-02-26 | 1 | -2/+2 | |
| | * | | | | | | Fix compilation: intptr_t -> quintptr | Thiago Macieira | 2010-02-25 | 1 | -2/+2 | |
| | * | | | | | | Merge branch 'master' of git:qt/qt-qml | Thiago Macieira | 2010-02-25 | 2 | -4/+76 | |
| | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt | Martin Jones | 2010-02-24 | 4 | -61/+201 | |
| | | |\ \ \ \ \ \ | | | | | |_|/ / / | | | | |/| | | | | ||||||
| | | * | | | | | | Fix compile error in QEasingCurve | Leonardo Sobral Cunha | 2010-02-23 | 1 | -3/+3 | |
| | | * | | | | | | Add QEasingCurve as builtin metatype | Leonardo Sobral Cunha | 2010-02-23 | 2 | -4/+76 | |
| * | | | | | | | | Fix compilation on solaris-g++-x86-64: emmintrin.h is not available. | Thiago Macieira | 2010-02-26 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-02-25 | 6 | -11/+487 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fix the SIMD implementations of QString::toLatin1() | Benjamin Poulain | 2010-02-25 | 1 | -7/+13 | |
| | * | | | | | | Implement toLatin1_helper with Neon | Benjamin Poulain | 2010-02-25 | 1 | -0/+22 | |
| | * | | | | | | QRegExp::pos() should return -1 for empty/non-matching captures | João Abecasis | 2010-02-25 | 1 | -3/+8 | |
| | * | | | | | | Implement toLatin1_helper with SSE2 | Benjamin Poulain | 2010-02-24 | 1 | -6/+48 | |
| | * | | | | | | Add an extra operator delete() to QSharedPointer's internals. | Thiago Macieira | 2010-02-24 | 1 | -0/+1 | |
| | * | | | | | | Fix compilation on x86 with gcc if SSE2 is not enabled | Thiago Macieira | 2010-02-24 | 1 | -10/+3 | |
| | * | | | | | | Comments the SSE implementation of fromLatin1_helper() | Benjamin Poulain | 2010-02-24 | 1 | -3/+9 | |
| | * | | | | | | Build fixes for the SIMD functions | Benjamin Poulain | 2010-02-23 | 2 | -2/+4 | |
| | * | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 | Benjamin Poulain | 2010-02-23 | 18 | -179/+499 | |
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | | | ||||||
| | * | | | | | | Implement QString::fromLatin1_helper() with SSE2 | Benjamin Poulain | 2010-02-23 | 2 | -2/+31 | |
| | * | | | | | | Cache the result of qDetectCPUFeatures() | Benjamin Poulain | 2010-02-23 | 1 | -7/+26 | |
| | * | | | | | | Move the SIMD detection from QtGui to QtCore | Benjamin Poulain | 2010-02-23 | 3 | -0/+351 | |
| * | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-02-23 | 4 | -13/+53 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | Fix build with wingw | Thierry Bastian | 2010-02-22 | 2 | -6/+6 | |
| | * | | | | | | Compilation on symbian | Olivier Goffart | 2010-02-21 | 1 | -3/+3 | |
| | * | | | | | | Enable QT_USE_FAST_CONCATENATION by default for compiling Qt | Olivier Goffart | 2010-02-21 | 1 | -0/+10 | |
| | * | | | | | | QStringBuilder: Do not resize if not required. | Olivier Goffart | 2010-02-21 | 1 | -6/+22 | |
| | * | | | | | | QStringBuilder: reduce the size of the generated code | Olivier Goffart | 2010-02-21 | 1 | -0/+14 | |
| | | |/ / / / | | |/| | | | | ||||||
| * | | | | | | Merge remote branch 'origin/master' | Thiago Macieira | 2010-02-23 | 2 | -60/+186 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | avoid double reallocations in inserting operations | Oswald Buddenhagen | 2010-02-22 | 2 | -35/+143 | |
| | * | | | | | | create temporaries more intelligently | Oswald Buddenhagen | 2010-02-22 | 1 | -6/+28 | |
| | * | | | | | | do not protect against self-assignment in QList::replace() | Oswald Buddenhagen | 2010-02-22 | 1 | -6/+1 | |
| | * | | | | | | make queues to which only lists are appended not blow the memory | Oswald Buddenhagen | 2010-02-22 | 2 | -18/+19 | |
| | * | | | | | | optimize queue-like structures | Oswald Buddenhagen | 2010-02-22 | 1 | -3/+3 | |
| | * | | | | | | remove more pointless recalculations | Oswald Buddenhagen | 2010-02-22 | 1 | -3/+3 | |
| | |/ / / / / | ||||||
| * | | | | | | Added function overload for QByteArray &QByteArray::replace() | Zeno Albisser | 2010-02-23 | 2 | -1/+15 | |
| |/ / / / / | ||||||
| * | | | | | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 7 | -39/+182 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast... | Qt Continuous Integration System | 2010-02-18 | 7 | -39/+182 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | optimize qstring::simplified() | Oswald Buddenhagen | 2010-02-18 | 1 | -16/+66 | |
| | | * | | | | | Revert optimizations to QString::append | Kai Koehne | 2010-02-18 | 2 | -42/+4 | |
| | | * | | | | | unbreak QList::append() and co. again | Oswald Buddenhagen | 2010-02-17 | 1 | -1/+1 | |
| | | * | | | | | optimization: use QList::reserve() and QVector::reserve() | Oswald Buddenhagen | 2010-02-17 | 1 | -1/+3 | |
| | | * | | | | | avoid double reallocations in appending operations | Oswald Buddenhagen | 2010-02-16 | 2 | -4/+42 | |
| | | * | | | | | avoid double reallocation in string-growing replace() case | Oswald Buddenhagen | 2010-02-16 | 1 | -1/+2 | |
| | | * | | | | | optimize qHash() some more | Oswald Buddenhagen | 2010-02-16 | 1 | -8/+4 | |
| | | * | | | | | optimize QList::mid() | Oswald Buddenhagen | 2010-02-16 | 1 | -3/+12 | |
| | | * | | | | | optimization: use QList::reserve() in QSet::toList() | Oswald Buddenhagen | 2010-02-16 | 1 | -0/+1 | |
| | | * | | | | | add QList::reserve() | Oswald Buddenhagen | 2010-02-16 | 2 | -8/+57 | |
| | | * | | | | | add QString(const QChar *) c'tor | Oswald Buddenhagen | 2010-02-16 | 2 | -2/+37 | |