Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | * | | | | Improve on the SSSE3 with alternate aligning function. | Thiago Macieira | 2010-08-24 | 1 | -38/+101 | |
| | | | * | | | | Add the beginnings of a new SSSE3-based aligning algorithm | Thiago Macieira | 2010-08-24 | 1 | -1/+83 | |
| | | | * | | | | Small fixup | Thiago Macieira | 2010-08-24 | 1 | -1/+1 | |
| | | | * | | | | Update the SSSE3-with-alignment function to use aligned loads. | Thiago Macieira | 2010-08-24 | 1 | -9/+11 | |
| | | | * | | | | Add an ucstrncmp that uses SSSE3 with aligning. | Thiago Macieira | 2010-08-24 | 1 | -1/+52 | |
| | | | * | | | | Add an SSSE3 version of ucstrncmp | Thiago Macieira | 2010-08-24 | 1 | -1/+79 | |
| | | | * | | | | Optimise the tail comparison of ucstrncmp | Thiago Macieira | 2010-08-24 | 1 | -2/+36 | |
| | | | * | | | | Add a version of ucstrncmp with SSE2 with aligning. | Thiago Macieira | 2010-08-24 | 1 | -1/+43 | |
| | | | * | | | | Add an SSE2-optimised version of ucstrncmp | Thiago Macieira | 2010-08-24 | 1 | -1/+38 | |
| | | | * | | | | Add the ucstrncmp benchmarks | Thiago Macieira | 2010-08-24 | 1 | -0/+136 | |
| | | | * | | | | Update the data generation script to use a non-including .cpp | Thiago Macieira | 2010-08-24 | 4 | -14/+23 | |
| | | | * | | | | Update comments in QString about alignment performance. | Thiago Macieira | 2010-08-24 | 2 | -15/+49 | |
| | | | * | | | | Major improvements to the comparison functions. | Thiago Macieira | 2010-08-24 | 2 | -188/+1770 | |
| | | | * | | | | Add a script to generate real-world data from applications | Thiago Macieira | 2010-08-24 | 1 | -0/+200 | |
| | | | * | | | | Slightly better version that saves EBX in an XMM register | Thiago Macieira | 2010-08-24 | 1 | -15/+20 | |
| | | | * | | | | Add an SSE4.2 version of the string comparison | Thiago Macieira | 2010-08-24 | 2 | -1/+43 | |
| | | | * | | | | Add an SSSE3 version that uses palignr to align. | Thiago Macieira | 2010-08-24 | 2 | -1/+112 | |
| | | | * | | | | Add an SSE2 comparison with prolog | Thiago Macieira | 2010-08-24 | 1 | -0/+38 | |
| | | | * | | | | Add a benchmark for SSE2 comparison. | Thiago Macieira | 2010-08-24 | 2 | -0/+28 | |
| | | | * | | | | Add a 4-byte comparison routine. | Thiago Macieira | 2010-08-24 | 1 | -0/+48 | |
| | | | * | | | | Add some quick benchmarks for QChar comparison | Thiago Macieira | 2010-08-24 | 1 | -1/+142 | |
| | | | * | | | | 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 | |
| | | | * | | | | linux-icc can take -msse2, -msse3, etc. flags, so enable this as well | Thiago Macieira | 2010-08-24 | 1 | -1/+1 | |
| | | | * | | | | Introduce a second compatibility build key to Qt. | Thiago Macieira | 2010-08-24 | 3 | -1/+44 | |
| | | | * | | | | Keep the scopeid that getaddrinfo(3) returns to us. | Thiago Macieira | 2010-08-24 | 3 | -4/+11 | |
| | | | * | | | | qmake vc[x]proj generators: support /MAP option without file name | Joerg Bornemann | 2010-08-24 | 2 | -2/+4 | |
| | | | * | | | | qmake vcxproj generator: fix bug when using CharacterSet=1 in .pro file | Joerg Bornemann | 2010-08-24 | 1 | -1/+0 | |
| | | | * | | | | Fix race condition on bearer management initialisation. | Aaron McCarthy | 2010-08-24 | 2 | -5/+17 | |
| | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-24 | 32 | -89/+1091 | |
| | | | |\ \ \ \ | ||||||
| | | | | * | | | | fix build after first webkit self-injection attempt | Oswald Buddenhagen | 2010-08-23 | 4 | -8/+9 | |
| | | | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-23 | 32 | -89/+1090 | |
| | | | | |\ \ \ \ | ||||||
| | | | | | * \ \ \ | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ... | Qt Continuous Integration System | 2010-08-23 | 32 | -89/+1090 | |
| | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | Fixed touch event delivery in QGraphicsView. | Denis Dzyubenko | 2010-08-23 | 2 | -7/+61 | |
| | | | | | | * | | | | let WebKit inject itself into the qt configuration | Oswald Buddenhagen | 2010-08-23 | 8 | -10/+16 | |
| | | | | | | * | | | | add indirect input/output specification capability to QMAKE_SUBSTITUTES | Oswald Buddenhagen | 2010-08-23 | 4 | -8/+38 | |
| | | | | | | * | | | | Add test that exercises lupdate warnings for QtScript | Kent Hansen | 2010-08-23 | 4 | -0/+118 | |
| | | | | | | * | | | | Make qsTrId() / QT_TRID_NOOP() accessible from QtScript | Kent Hansen | 2010-08-23 | 6 | -0/+133 | |
| | | | | | | * | | | | Make lupdate's QtScript frontend recognize qsTrId() / QT_TRID_NOOP() | Kent Hansen | 2010-08-23 | 4 | -0/+75 | |
| | | | | | | * | | | | Add support for comments and meta-data in the lupdate QtScript frontend | Kent Hansen | 2010-08-23 | 5 | -22/+565 | |
| | | | | | | * | | | | Streamline lupdate's QtScript frontend's error messaging | Kent Hansen | 2010-08-23 | 2 | -44/+78 | |
| | | | | | | * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7 | Morten Engvoldsen | 2010-08-23 | 1 | -1/+1 | |
| | | | | | | |\ \ \ \ | ||||||
| | | | | | | * | | | | | Doc: linking up orphant files | Morten Engvoldsen | 2010-08-23 | 2 | -0/+5 | |
| | | | | | | * | | | | | Doc: Updating menu links | Morten Engvoldsen | 2010-08-23 | 1 | -4/+7 | |
* | | | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-08-25 | 3 | -3/+13 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Enabling AdvancedPointerEvents for active windows causes a panic | Sami Merila | 2010-08-25 | 3 | -3/+13 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-08-25 | 4 | -5/+66 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove enums from bitfield, since all compilers do not support them. | Janne Anttila | 2010-08-25 | 1 | -4/+4 | |
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-08-24 | 3 | -1/+62 | |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | Fixed compile error in runonphone. | axis | 2010-08-24 | 1 | -0/+2 | |