Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | | | | * | | 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 | |
* | | | | | | | | | | | | Fix VisualDataModel model update handling when rootIndex is specified. | Martin Jones | 2010-08-27 | 3 | -12/+80 | |
* | | | | | | | | | | | | Improve test reliability when running in parallel with other tests. | Martin Jones | 2010-08-27 | 1 | -0/+9 | |
* | | | | | | | | | | | | Improve stability of test on loaded hw. | Martin Jones | 2010-08-27 | 1 | -0/+1 | |
* | | | | | | | | | | | | Improve stability of test on loaded hw. | Martin Jones | 2010-08-27 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch '4.7' of git://scm.dev.nokia.troll.no/qt/qt into 4.7 | Martin Jones | 2010-08-26 | 14 | -29/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr... | Qt Continuous Integration System | 2010-08-26 | 2 | -1/+15 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Added support for DEPLOYMENT.pkg_build_version | Miikka Heikkinen | 2010-08-26 | 1 | -0/+14 | |
| | * | | | | | | | | | | fix for memory leak in QSysInfo::s60Version() | mread | 2010-08-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | Merge branch 'qt-4.7-from-4.6' of scm.dev.nokia.troll.no:qt/qt-integration in... | Qt Continuous Integration System | 2010-08-26 | 12 | -28/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6 | Thiago Macieira | 2010-08-26 | 12 | -28/+70 | |
| | |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-08-25 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | WGL_COLOR_BITS_ARB should not take the alpha bits into account. | Trond Kjernåsen | 2010-08-25 | 1 | -1/+1 | |
| | |/ / / / / / / / / / | ||||||
| | * | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6-integ... | Qt Continuous Integration System | 2010-08-24 | 1 | -0/+26 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | QNAM HTTP: Prepare a compression auto test related to a future bugfix | Markus Goetz | 2010-08-23 | 1 | -0/+26 | |
| | * | | | | | | | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.6-integ... | Qt Continuous Integration System | 2010-08-24 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | Fix the broken unicode detection of ODBC driver. | Charles Yin | 2010-08-24 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / |