summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-261-0/+3
|\
| * Compile bootstrapped tools with QT_NO_DEPRECATEDHarald Fernengel2010-08-251-0/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-256-18/+27
|\ \ | |/ |/|
| * Fix assignment of a Q(Explicitly)SharedDataPointer included in the data itselfOlivier Goffart2010-08-231-8/+12
| * Fix assignment of a container included in the container itselfOlivier Goffart2010-08-235-10/+15
* | Added encoding conversion functions to QStringRef.Denis Dzyubenko2010-08-242-29/+137
* | qUncompress: don't exit on allocation failure with -no-exceptionsJoão Abecasis2010-08-191-4/+8
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-1/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-139-21/+36
|\ \ | |/
| * Merge commit 'remotes/origin/4.7' into qt47s2Thomas Zander2010-08-113-4/+4
| |\
| | * doc: Changed some titles so lists of contents sort better.Martin Smith2010-08-101-2/+2
| | * Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-092-2/+2
| * | Fix QString::arg: When specifying %L1, the group separator would be added eve...Olivier Goffart2010-08-091-5/+8
| * | QSharedPointer documentation: specify that it is not safe to operate on the s...Olivier Goffart2010-08-061-2/+2
| * | Replace the SSE prologues by a macroBenjamin Poulain2010-08-051-1/+3
| |/
| * Fixed the curve descriptions and added descriptions for overshoot, amplitude,...Jerome Pasion2010-08-041-6/+16
| * Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-293-3/+3
| * Fix compilation on 64-bit Windows.Kim Motoyoshi Kalland2010-07-281-25/+8
* | Fix build os QSharedPointer on MSVCOlivier Goffart2010-08-111-1/+1
* | Optimize QSharedPointer::operator=(const QSharedPointer &)Olivier Goffart2010-08-101-1/+7
* | Fix compilation on 64-bit Windows.Kim Motoyoshi Kalland2010-08-101-25/+8
* | It is no longer necessary to check for QT_NO_MEMBER_TEMPLATESminiak2010-08-033-9/+0
* | It is no longer necessary to check for QT_NO_PARTIAL_TEMPLATE_SPECIALIZATIONminiak2010-08-032-6/+1
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-035-18/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-288-25/+140
|\ \ | |/
| * Extend the build system to SSSE3Benjamin Poulain2010-07-261-0/+21
| * CPU feature detection for x86_64Andreas Kling2010-07-261-0/+67
| * Use the appropriate CPUID bitmap for detecting SSE3 etcAndreas Kling2010-07-261-6/+9
| * Added missing header to qstring.cpp.axis2010-07-211-0/+4
| * Extend the detection of CPU feature for x86Benjamin Poulain2010-07-192-1/+17
| * Remove qMemCopy() usage from all .cpp files of Qt itself.Robin Burchell2010-07-184-8/+8
| * Merge remote branch 'origin/4.7' into 4.7-from-4.6Rohan McGovern2010-07-172-1/+2
| |\
| | * Added LatinAmericaAndTheCaribbean country to the doc.Denis Dzyubenko2010-07-161-0/+1
| | * doc: Fixed several qdoc warnings.Martin Smith2010-07-131-1/+1
| * | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-14/+17
| |\ \ | | |/ | |/|
| | * Fix a crash when recursing into QSharedPointer from QSharedPointer::clear()Thiago Macieira2010-07-091-14/+17
| | * Revert "Support time zone designator in QDateTime::fromString() based on ISO ...Liang Qi2010-07-051-26/+1
| | * Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-1/+26
| | * Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-153-25/+32
|\ \ \ | |/ /
| * | SSE2 implementation of convert_ARGB_to_ARGB_PM_inplace for QImageJohn Brooks2010-07-071-2/+3
| * | Support time zone designator in QDateTime::fromString() based on ISO 8601-200...Liang Qi2010-07-051-1/+26
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-07-031-21/+2
| |\ \
| | * | Consolidate zlib configuration redundancyMark Brand2010-07-021-21/+2
| * | | Using the remaining valid data to construct the QTime object when msec parsin...Liang Qi2010-07-011-1/+1
| |/ /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-0117-200/+182
|\ \ \ | |/ /
| * | added a comment for QByteArray::replace(..)Zeno Albisser2010-06-291-0/+5
| * | Enable SSE2 for MSVC x64 builds, as it was incorrectly disabledJohn Brooks2010-06-281-1/+2
| * | Doc: Relicensed the documentation under the GNU FDL version 1.3.David Boddie2010-06-216-150/+66
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7David Boddie2010-06-182-35/+11
| |\ \