summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-09-076-21/+268
|\
| * Add missing license headerJan-Arve Sæther2010-09-062-0/+82
| * Compile fix WinCEJan-Arve Sæther2010-09-032-5/+14
| * Ensure that we load system libraries from the correct location.Jan-Arve Sæther2010-09-036-13/+168
| * Fix Qt applications freezing until mouse/keyboard events occur.Bradley T. Hughes2010-08-301-4/+9
* | Doc: update the documentation of QUrl about HTML Form encodingThiago Macieira2010-09-061-0/+20
* | Fix compilation on ARM: don't include kernel headersThiago Macieira2010-09-061-2/+14
* | Accept empty authority segments in QUrl as different from not-presentThiago Macieira2010-09-031-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-09-023-137/+121
|\ \
| * | Rewrite ucstrcmp in terms of ucstrncmpThiago Macieira2010-09-021-13/+10
| * | Reorganise qelapsedtimer_unix.cpp for better inlining performance.Thiago Macieira2010-09-021-55/+74
| * | Update the cpuid code to be betterThiago Macieira2010-09-021-69/+37
* | | Fixed Symbian builds after introduction of boilerplate code.axis2010-09-021-1/+1
|/ /
* | Merge branch 'variousFixes' into 4.7-s60axis2010-09-011-2/+6
|\ \
| * | Added catching of errors in timers.axis2010-09-011-2/+6
* | | Undefined SSE symbols when crosscompiling Qt on PPC.Benjamin Poulain2010-08-311-1/+6
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-301-2/+3
|\ \ \
| * | | Reenable the reporting of CPU features.Thiago Macieira2010-08-301-2/+3
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-271-43/+5
|\ \ \ \ | |/ / / |/| | |
| * | | use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-261-43/+5
| |/ /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-267-57/+217
|\ \ \
| * | | I don't know why some linkers can't call this function, so comment it out.Thiago Macieira2010-08-251-2/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-257-57/+217
| |\ \ \ | | |/ / | |/| |
| | * | Fix building of qsimd.cpp on Windows CEThiago Macieira2010-08-241-0/+2
| | * | Properly implement the CPU feature disabling in qsimd.cpp.Thiago Macieira2010-08-241-97/+60
| | * | Report the detected CPU features in the corelib boilerplateThiago Macieira2010-08-242-0/+56
| | * | Detect CPU features on ARM by reading the ELF auxvec.Thiago Macieira2010-08-241-2/+43
| | * | Split the CPU-detection code into multiple functions for readabilityThiago Macieira2010-08-241-17/+69
| | * | Update comments in QString about alignment performance.Thiago Macieira2010-08-242-15/+49
| | * | Allow other compilers than GCC on Linux to have a boilerplateThiago Macieira2010-08-241-1/+1
| | * | Include the SSE4.2 intrinsics headerThiago Macieira2010-08-241-0/+1
| | * | Introduce a second compatibility build key to Qt.Thiago Macieira2010-08-242-1/+12
* | | | fix for memory leak in QSysInfo::s60Version()mread2010-08-261-1/+1
|/ / /
* | | 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
|/ /
* | Doc: QtConcurrent::run. Make sure the example actually compilesOlivier Goffart2010-08-231-1/+1
* | QTextCodec: fix wodring of a commentOlivier Goffart2010-08-191-2/+4
* | Fix QProcessManager destructionMiikka Heikkinen2010-08-161-19/+28
* | QCoreApplication::library path, ensure mutex lock orderingOlivier Goffart2010-08-121-0/+2
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-121-1/+1
|\ \
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-08-111-1/+1
| |\ \
| | * | QXmlStreamReader: avoid unnecessary detachingPeter Hartmann2010-08-111-1/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-08-125-10/+21
|\ \ \ \ | |/ / / |/| | |
| * | | Merge commit 'remotes/origin/4.7' into qt47s2Thomas Zander2010-08-1112-32/+32
| |\ \ \ | | |/ /
| * | | QMetaObject::normalizeSignature avoid reading past the string in case of inv...Olivier Goffart2010-08-101-1/+4
| * | | Fix QString::arg: When specifying %L1, the group separator would be added eve...Olivier Goffart2010-08-091-5/+8
| * | | Merge remote branch 'origin/4.7' into oslo-staging-2/4.7Olivier Goffart2010-08-091-3/+4
| |\ \ \
| * | | | Remove the definition of QT_HAVE_NEON from qt.prfBenjamin Poulain2010-08-061-1/+4
| * | | | 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