summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* revert 3c2a43f91e0225bde8d6e6d6076dfe2cddbc2f8eArvid Ephraim Picciani2010-08-314-365/+6
* Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-316-7/+383
|\
| * Fix incorrect include orderArvid Ephraim Picciani2010-08-302-2/+4
| * Add missing QT_BEGIN_NAMESPACEArvid Ephraim Picciani2010-08-302-0/+26
| * find .rodata in qt plugins to optimize loading of plugins with no qt sectionArvid Ephraim Picciani2010-08-304-37/+41
| * fix missing includeArvid Ephraim Picciani2010-08-301-0/+1
| * Optimize plugin loading on ELF platformsArvid Ephraim Picciani2010-08-276-5/+348
| * use QFile:map instead of ::mmapArvid Ephraim Picciani2010-08-271-43/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-308-101/+223
|\ \ | |/ |/|
| * 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
| |/ /
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-262-0/+5
|\ \ \
| * | | Compile bootstrapped tools with QT_NO_DEPRECATEDHarald Fernengel2010-08-252-0/+5
* | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-08-259-40/+60
|\ \ \ \
| * \ \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-259-40/+60
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | 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
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-08-251-0/+9
|\ \ \ | |/ / |/| |
| * | QFutureWatcher: display a warning when connecting after calling setFuture()Olivier Goffart2010-08-231-0/+9
* | | 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-194-5/+10
* | Prefer Q_CHECK_PTR to q_check_ptrJoão Abecasis2010-08-191-1/+3
* | Ensure Q_CHECK_PTR always requires terminating ;João Abecasis2010-08-191-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-192-2/+2
|\ \
| * | Q_CHECK_PTR should issue qFatal with QT_NO_EXCEPTIONSJoão Abecasis2010-08-171-1/+1
| * | Workaround what seems to be a compiler parser bugJoão Abecasis2010-08-171-1/+1
* | | QMetaType: add "signed char" as builtin.Olivier Goffart2010-08-162-0/+2
|/ /
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master...Qt Continuous Integration System2010-08-132-8/+49
|\ \
| * | Added QObject::senderSignalIndex()John Brooks2010-08-122-1/+43
| * | Cleanup the connection list logic in QObject::senderJohn Brooks2010-08-121-7/+6
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-1330-99/+93
|\ \ \ | |/ / |/| / | |/
| * 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
| |\