Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master... | Qt Continuous Integration System | 2010-09-22 | 1 | -1/+1 |
|\ | |||||
| * | Fix C++0x initializer lists tests. | Olivier Goffart | 2010-09-22 | 1 | -1/+1 |
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Thiago Macieira | 2010-09-21 | 2 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-16 | 1 | -1/+1 |
| |\ | |||||
| | * | doc: Fixed a \overload | Thorbjørn Lindeijer | 2010-09-15 | 1 | -1/+1 |
| * | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-09-09 | 4 | -33/+61 |
| |\ \ | | |/ | |||||
| * | | Merge branch '4.7-oslo1' into 4.7-doc | A-Team | 2010-09-07 | 1 | -2/+14 |
| |\ \ | |||||
| * \ \ | Merge commit 'staging-1/4.7' into doc-4.7 | Morten Engvoldsen | 2010-09-03 | 4 | -138/+127 |
| |\ \ \ | |||||
| * | | | | Clarified the comparison statement and fixed the reference to a non-existent ... | Jerome Pasion | 2010-09-01 | 1 | -2/+2 |
| * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1.git into d... | Morten Engvoldsen | 2010-08-30 | 10 | -73/+228 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge commit 'remotes/staging/os1-4.7' into 4.7 | Morten Engvoldsen | 2010-08-13 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into os1-4.7 | Frans Englich | 2010-04-17 | 2 | -420/+423 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Document that toUcs4 is not null-terminated. | Frans Englich | 2010-04-17 | 1 | -1/+1 |
* | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-09-10 | 7 | -169/+198 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | |||||
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ... | Qt Continuous Integration System | 2010-09-09 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | QList::toVector()/QVector::toStdVector()/QVector::fromStdVector(): use reserve() | Marc Mutz | 2010-09-09 | 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-09-09 | 2 | -15/+35 |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| | * | | | | | | | Work around a compiler bug on 64-bit. | Thiago Macieira | 2010-09-08 | 1 | -3/+6 |
| | * | | | | | | | Merge commit 'refs/merge-requests/2468' of git://gitorious.org/qt/qt into int... | David Boddie | 2010-09-08 | 1 | -12/+29 |
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | | | |||||
| | | * | | | | | | Changes (and minor corrections) to QByteArray documentation. | Robin Burchell | 2010-09-08 | 1 | -12/+29 |
| * | | | | | | | | QEasingCurve::operator== returning wrong value | Frederik Gladhorn | 2010-09-08 | 1 | -16/+24 |
| |/ / / / / / / | |||||
| * | | | | | | | Fix compilation on ARM: don't include kernel headers | Thiago Macieira | 2010-09-06 | 1 | -2/+14 |
| | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | 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 |
| * | | | | | | Undefined SSE symbols when crosscompiling Qt on PPC. | Benjamin Poulain | 2010-08-31 | 1 | -1/+6 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | C++0x: being able to create a list with the {,,,} notation | Olivier Goffart | 2010-09-03 | 2 | -1/+30 |
* | | | | | | C++0x move operators | Olivier Goffart | 2010-09-03 | 13 | -2/+60 |
* | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-30 | 4 | -55/+201 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | 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 | 4 | -55/+201 |
| |\ \ \ \ \ | |||||
| | * | | | | | 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 | 1 | -0/+53 |
| | * | | | | | 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 |
| | * | | | | | Include the SSE4.2 intrinsics header | Thiago Macieira | 2010-08-24 | 1 | -0/+1 |
| | | |/ / / | | |/| | | | |||||
* | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into master... | Qt Continuous Integration System | 2010-08-26 | 1 | -0/+3 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Compile bootstrapped tools with QT_NO_DEPRECATED | Harald Fernengel | 2010-08-25 | 1 | -0/+3 |
* | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-25 | 6 | -18/+27 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | |||||
| * | | | | | 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 |
| |/ / / / | |||||
* | | | | | Added encoding conversion functions to QStringRef. | Denis Dzyubenko | 2010-08-24 | 2 | -29/+137 |
* | | | | | qUncompress: don't exit on allocation failure with -no-exceptions | João Abecasis | 2010-08-19 | 1 | -4/+8 |
* | | | | | Prefer Q_CHECK_PTR to q_check_ptr | João Abecasis | 2010-08-19 | 1 | -1/+3 |
* | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-13 | 9 | -21/+36 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge commit 'remotes/origin/4.7' into qt47s2 | Thomas Zander | 2010-08-11 | 3 | -4/+4 |
| |\ \ \ \ | |||||
| | * | | | | doc: Changed some titles so lists of contents sort better. | Martin Smith | 2010-08-10 | 1 | -2/+2 |
| | * | | | | Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938. | Jerome Pasion | 2010-08-09 | 2 | -2/+2 |
| * | | | | | Fix QString::arg: When specifying %L1, the group separator would be added eve... | Olivier Goffart | 2010-08-09 | 1 | -5/+8 |