index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
|
|
*
Add the missing license headers to the QString benchmark data
Thiago Macieira
2010-08-24
4
-2
/
+46
|
|
|
*
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
22
-3
/
+3341
|
|
|
|
\
|
|
|
|
*
Fixed delivering gestures to a toplevel widget.
Denis Dzyubenko
2010-08-24
1
-0
/
+5
|
|
|
|
*
Unroll the SSSE3 code even more to avoid the need to keep an extra variable f...
Thiago Macieira
2010-08-24
1
-35
/
+53
|
|
|
|
*
Don't try to compile the SSE2 and SSSE3 code with compilers that don't suppor...
Thiago Macieira
2010-08-24
1
-3
/
+11
|
|
|
|
*
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
|
|
|
|
*
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
|
|
|
|
*
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
16
-1
/
+579
|
|
|
|
|
\
|
|
|
|
|
*
Fixed touch event delivery in QGraphicsView.
Denis Dzyubenko
2010-08-23
1
-0
/
+59
|
|
|
|
|
*
add indirect input/output specification capability to QMAKE_SUBSTITUTES
Oswald Buddenhagen
2010-08-23
3
-1
/
+8
|
|
|
|
|
*
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
5
-0
/
+105
|
|
|
|
|
*
Make lupdate's QtScript frontend recognize qsTrId() / QT_TRID_NOOP()
Kent Hansen
2010-08-23
2
-0
/
+35
|
|
|
|
|
*
Add support for comments and meta-data in the lupdate QtScript frontend
Kent Hansen
2010-08-23
3
-0
/
+254
*
|
|
|
|
|
Merge remote branch 'origin/4.6' into qt-4.7-from-4.6
Thiago Macieira
2010-08-26
1
-0
/
+26
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
QNAM HTTP: Prepare a compression auto test related to a future bugfix
Markus Goetz
2010-08-23
1
-0
/
+26
*
|
|
|
|
|
Fix responseText to check the charset encoding field and also to not
Bea Lam
2010-08-25
3
-12
/
+32
*
|
|
|
|
|
Setting one dimension of the sourceSize should set the other dimension.
Yann Bodson
2010-08-25
2
-9
/
+9
|
|
/
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Stabilize tst_qgraphicsscene
Olivier Goffart
2010-08-24
1
-2
/
+2
*
|
|
|
|
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...
Qt Continuous Integration System
2010-08-24
2
-0
/
+155
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
QGraphicsView: Fix assert that may occurs if there are 'empty' item to draw, ...
Olivier Goffart
2010-08-24
1
-0
/
+26
|
*
|
|
|
Fix tst_Collections::QTBUG13079_collectionInsideCollection
Olivier Goffart
2010-08-24
1
-2
/
+2
|
*
|
|
|
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...
Qt Continuous Integration System
2010-08-24
1
-0
/
+129
|
|
\
\
\
\
|
|
|
_
|
/
/
|
|
/
|
|
|
|
|
*
|
|
Fix assignment of a Q(Explicitly)SharedDataPointer included in the data itself
Olivier Goffart
2010-08-23
1
-0
/
+42
|
|
*
|
|
Fix assignment of a container included in the container itself
Olivier Goffart
2010-08-23
1
-0
/
+87
|
|
|
|
/
|
|
|
/
|
*
|
|
|
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Martin Jones
2010-08-24
2
-1
/
+28
|
\
\
\
\
|
|
/
/
/
|
*
|
|
Fix PathView when setting an empty model that is later filled.
Michael Brasser
2010-08-24
2
-1
/
+28
|
|
/
/
*
|
|
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Martin Jones
2010-08-23
13
-35
/
+133
|
\
\
\
|
|
/
/
|
*
|
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...
Qt Continuous Integration System
2010-08-21
1
-1
/
+1
|
|
\
\
|
|
*
|
QDeclarativeDebug: stream all the context, including the internals ones.
Olivier Goffart
2010-08-20
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-20
1
-0
/
+2
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Revised fix for pixmap loading
Jens Bache-Wiig
2010-08-20
1
-0
/
+2
[prev]
[next]