summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-151-2/+1
|\
| * QVarLenghtArray: Call constructor when resizing the array for Movable types.Olivier Goffart2010-03-111-2/+1
* | doc: Fixed several qdoc errors.Martin Smith2010-03-092-13/+13
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-074-2058/+2139
|\ \
| * | Re-generate the Unicode tables after updates to the program that generates themThiago Macieira2010-03-052-1842/+1907
| * | add some usefull definitions to qunicodetables_p.hRitt Konstantin2010-03-052-17/+15
| * | qchar.cpp: fix identationRitt Konstantin2010-03-051-120/+123
| * | Make QString::toUtf8() also use QUtf8.Thiago Macieira2010-03-051-39/+5
| * | Doc: add some notes about QString lossy/lossless conversionsThiago Macieira2010-03-051-5/+38
| * | Doc: fix a mistake saying that const char* was converted to QLatin1StringThiago Macieira2010-03-051-5/+5
| * | Doc: Update QString docs about real ASCII and to/fromAscii and NULs.Thiago Macieira2010-03-051-31/+47
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Rohan McGovern2010-03-062-3/+3
|\ \ \ | |/ / |/| / | |/
| * QString::section: Fix crash with SectionIncludeLeadingSep flagOlivier Goffart2010-03-021-1/+1
| * Doc: QRegExp::WillcardUnix: the documentation did not show the slashOlivier Goffart2010-03-011-2/+2
* | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-03-042-3/+10
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-042-0/+6
| |\ \
| | * \ Merge remote branch 'staging/master' into 4.7Thiago Macieira2010-03-021-0/+2
| | |\ \
| | | * | Fix compilation with namespace.ck2010-03-011-2/+2
| | * | | Added comment about usage of strncpy_s function in VC++ > 14.00Zeno Albisser2010-03-021-0/+4
| * | | | Namespace fixes.Justin McPherson2010-03-041-3/+4
| |/ / /
* | | | Doc: Fixed typos.David Boddie2010-03-041-3/+4
|/ / /
* | | qDetectCPUFeatures: compile fix with namespaceshjk2010-03-011-2/+1
* | | Fix building with Sun CC 5.10: missing :: for the QWeakPointer declarationThiago Macieira2010-03-011-2/+2
|/ /
* | Don't use SSE2 if the emmintrin.h header wasn't found.Thiago Macieira2010-02-281-1/+1
* | Merge remote branch 'origin/master' into 4.7Thiago Macieira2010-02-276-16/+159
|\ \
| * \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-263-12/+28
| |\ \
| | * \ Merge remote branch 'origin/master' into berlin-masterJoerg Bornemann2010-02-2612-28/+616
| | |\ \
| | * | | use QList::reserve() as appropriateOswald Buddenhagen2010-02-252-0/+6
| | * | | optimize appending of (empty) lists to (empty) listsOswald Buddenhagen2010-02-251-9/+16
| | * | | suppress pointer aliasing warningsOswald Buddenhagen2010-02-241-3/+6
| * | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-...Qt Continuous Integration System2010-02-261-0/+55
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt-s60-public into master-s60axis2010-02-261-0/+55
| | |\ \ \ | | | | |/ | | | |/|
| | | * | doc: Added QScopedArrayPointer and corrected QScopedPointer snippet.Martin Smith2010-02-231-0/+55
| * | | | Merge remote branch 'qt/master' into qml-masterQt Continuous Integration System2010-02-266-11/+487
| |\ \ \ \ | | |/ / /
| * | | | Make sure that QEasingCurve::type when streamed is a quint8, as documentedLeonardo Sobral Cunha2010-02-261-2/+2
| * | | | Fix compilation: intptr_t -> quintptrThiago Macieira2010-02-251-2/+2
| * | | | Merge branch 'master' of git:qt/qt-qmlThiago Macieira2010-02-252-4/+76
| |\ \ \ \
| | * \ \ \ Merge branch 'master' of scm.dev.nokia.troll.no:qt/qtMartin Jones2010-02-244-61/+201
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | Fix compile error in QEasingCurveLeonardo Sobral Cunha2010-02-231-3/+3
| | * | | | Add QEasingCurve as builtin metatypeLeonardo Sobral Cunha2010-02-232-4/+76
* | | | | | Fix compilation on solaris-g++-x86-64: emmintrin.h is not available.Thiago Macieira2010-02-261-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-02-256-11/+487
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | 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