| Commit message (Expand) | Author | Age | Files | Lines |
* | QDirPrivate refactoring | João Abecasis | 2010-09-07 | 1 | -25/+24 |
|
|
* | Removed QDirPrivate layer of indirection | João Abecasis | 2010-09-07 | 2 | -229/+216 |
|
|
* | Refactor QFileInfoPrivate::Data (Round 2) | Prasanth Ullattil | 2010-09-07 | 3 | -178/+161 |
|
|
* | Refactoring QDirPrivate::Data | João Abecasis | 2010-09-07 | 1 | -84/+98 |
|
|
* | Move QFileInfoPrivate methods to QFileInfoPrivate::Data (1st Round) | Prasanth Ullattil | 2010-09-07 | 2 | -89/+90 |
|
|
* | Doc: update the documentation of QUrl about HTML Form encoding | Thiago Macieira | 2010-09-06 | 1 | -0/+20 |
|
|
* | Fix compilation on ARM: don't include kernel headers | Thiago Macieira | 2010-09-06 | 1 | -2/+14 |
|
|
* | Accept empty authority segments in QUrl as different from not-present | Thiago Macieira | 2010-09-03 | 1 | -1/+1 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-09-02 | 3 | -137/+121 |
|\ |
|
| * | Rewrite ucstrcmp in terms of ucstrncmp | Thiago Macieira | 2010-09-02 | 1 | -13/+10 |
|
|
| * | Reorganise qelapsedtimer_unix.cpp for better inlining performance. | Thiago Macieira | 2010-09-02 | 1 | -55/+74 |
|
|
| * | Update the cpuid code to be better | Thiago Macieira | 2010-09-02 | 1 | -69/+37 |
|
|
* | | Fixed Symbian builds after introduction of boilerplate code. | axis | 2010-09-02 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'variousFixes' into 4.7-s60 | axis | 2010-09-01 | 1 | -2/+6 |
|\ |
|
| * | Added catching of errors in timers. | axis | 2010-09-01 | 1 | -2/+6 |
|
|
* | | Undefined SSE symbols when crosscompiling Qt on PPC. | Benjamin Poulain | 2010-08-31 | 1 | -1/+6 |
|
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-30 | 1 | -2/+3 |
|\ \ |
|
| * | | Reenable the reporting of CPU features. | Thiago Macieira | 2010-08-30 | 1 | -2/+3 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-27 | 1 | -43/+5 |
|\ \ \
| |/ /
|/| | |
|
| * | | use QFile:map instead of ::mmap | Arvid Ephraim Picciani | 2010-08-26 | 1 | -43/+5 |
| |/ |
|
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-26 | 7 | -57/+217 |
|\ \ |
|
| * | | I don't know why some linkers can't call this function, so comment it out. | Thiago Macieira | 2010-08-25 | 1 | -2/+2 |
|
|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-25 | 7 | -57/+217 |
| |\ \
| | |/
| |/| |
|
| | * | Fix building of qsimd.cpp on Windows CE | Thiago Macieira | 2010-08-24 | 1 | -0/+2 |
|
|
| | * | Properly implement the CPU feature disabling in qsimd.cpp. | Thiago Macieira | 2010-08-24 | 1 | -97/+60 |
|
|
| | * | Report the detected CPU features in the corelib boilerplate | Thiago Macieira | 2010-08-24 | 2 | -0/+56 |
|
|
| | * | Detect CPU features on ARM by reading the ELF auxvec. | Thiago Macieira | 2010-08-24 | 1 | -2/+43 |
|
|
| | * | Split the CPU-detection code into multiple functions for readability | Thiago Macieira | 2010-08-24 | 1 | -17/+69 |
|
|
| | * | Update comments in QString about alignment performance. | Thiago Macieira | 2010-08-24 | 2 | -15/+49 |
|
|
| | * | Allow other compilers than GCC on Linux to have a boilerplate | Thiago Macieira | 2010-08-24 | 1 | -1/+1 |
|
|
| | * | Include the SSE4.2 intrinsics header | Thiago Macieira | 2010-08-24 | 1 | -0/+1 |
|
|
| | * | Introduce a second compatibility build key to Qt. | Thiago Macieira | 2010-08-24 | 2 | -1/+12 |
|
|
* | | | fix for memory leak in QSysInfo::s60Version() | mread | 2010-08-26 | 1 | -1/+1 |
|/ / |
|
* | | Fix assignment of a Q(Explicitly)SharedDataPointer included in the data itself | Olivier Goffart | 2010-08-23 | 1 | -8/+12 |
|
|
* | | Fix assignment of a container included in the container itself | Olivier Goffart | 2010-08-23 | 5 | -10/+15 |
|/ |
|
* | Doc: QtConcurrent::run. Make sure the example actually compiles | Olivier Goffart | 2010-08-23 | 1 | -1/+1 |
|
|
* | QTextCodec: fix wodring of a comment | Olivier Goffart | 2010-08-19 | 1 | -2/+4 |
|
|
* | Fix QProcessManager destruction | Miikka Heikkinen | 2010-08-16 | 1 | -19/+28 |
|
|
* | QCoreApplication::library path, ensure mutex lock ordering | Olivier Goffart | 2010-08-12 | 1 | -0/+2 |
|
|
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-12 | 1 | -1/+1 |
|\ |
|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-11 | 1 | -1/+1 |
| |\ |
|
| | * | QXmlStreamReader: avoid unnecessary detaching | Peter Hartmann | 2010-08-11 | 1 | -1/+1 |
|
|
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-08-12 | 5 | -10/+21 |
|\ \ \
| |/ /
|/| | |
|
| * | | Merge commit 'remotes/origin/4.7' into qt47s2 | Thomas Zander | 2010-08-11 | 12 | -32/+32 |
| |\ \
| | |/ |
|
| * | | QMetaObject::normalizeSignature avoid reading past the string in case of inv... | Olivier Goffart | 2010-08-10 | 1 | -1/+4 |
|
|
| * | | Fix QString::arg: When specifying %L1, the group separator would be added eve... | Olivier Goffart | 2010-08-09 | 1 | -5/+8 |
|
|
| * | | Merge remote branch 'origin/4.7' into oslo-staging-2/4.7 | Olivier Goffart | 2010-08-09 | 1 | -3/+4 |
| |\ \ |
|
| * | | | Remove the definition of QT_HAVE_NEON from qt.prf | Benjamin Poulain | 2010-08-06 | 1 | -1/+4 |
|
|
| * | | | QSharedPointer documentation: specify that it is not safe to operate on the s... | Olivier Goffart | 2010-08-06 | 1 | -2/+2 |
|
|
| * | | | Replace the SSE prologues by a macro | Benjamin Poulain | 2010-08-05 | 1 | -1/+3 |
|
|