summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* test: Remove CONFIG += testcase from tst_bench_qnetworkreply_from_cacheSergio Ahumada2012-11-071-1/+0
* Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-034-0/+236
* test: Moving tst_QMimeDatabase::inheritsPerformance() testSergio Ahumada2012-10-314-0/+97
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-0/+15
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-0/+17
* QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-0/+12
* normalise signal/slot signatures [QtGui tests]Marc Mutz2012-10-221-10/+10
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-3/+3
* test: Moving tst_QProcess::echoTest_performance()Sergio Ahumada2012-10-197-0/+182
* normalise signal/slot signatures [QtNetwork tests]Marc Mutz2012-10-192-3/+3
* Remove QImageReader benchmark dependency on QtWidgets.Stephen Kelly2012-10-162-2/+1
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-101-1/+1
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-081-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-22173-4158/+4158
* Add a way to benchmark sem_t on Unix tooThiago Macieira2012-09-071-0/+23
* Make gui/math3d classes use float rather than qrealSean Harmer2012-09-072-78/+78
* Optimize QTextLayout/QTextEngine usage outside of QTextDocument.Milian Wolff2012-09-051-8/+35
* Speed up sorting of dir entries when sorted by dateRobin Burchell2012-08-201-0/+12
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0181-0/+81
* Make benchmarks compile without QtWidgetsRohan McGovern2012-07-309-5/+27
* QtNetwork: use nullary version of qRegisterMetaType<T>("T")Marc Mutz2012-07-251-2/+0
* Fix some spelling errorsSergio Ahumada2012-07-114-4/+4
* fix build with namespaced qtOswald Buddenhagen2012-07-111-0/+4
* Change deprecated use of CONFIG+=qdbus to QT+=dbusSergio Ahumada2012-07-092-3/+2
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-0/+10
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-193-9/+0
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-131-1/+1
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-303-1/+60
* QChar: add isSurrogate() and isNonCharacter() to the public APIKonstantin Ritt2012-05-161-19/+6
* Remove capitalization when specifying include-libraries.kb2012-05-141-1/+1
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtDBus]Thiago Macieira2012-05-071-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtOpenGL]Thiago Macieira2012-05-041-3/+3
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtNetwork]Thiago Macieira2012-05-041-5/+5
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtGui]Thiago Macieira2012-05-042-2/+2
* Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtCore]Thiago Macieira2012-05-041-1/+1
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-022-5/+5
* Replace com.trolltech with org.qtproject in D-Bus's performance testsThiago Macieira2012-04-223-5/+5
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...Sergio Ahumada2012-04-171-4/+4
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-4/+4
| |\
| | * replace hardcoded values with a surrogate handling methodsKonstantin Ritt2012-04-131-3/+3
| | * fix QUtf8 codec to disallow codes in range [U+fdd0..U+fdef]Konstantin Ritt2012-04-111-1/+1
* | | Fix tst_qtracebench benchmark.Jędrzej Nowacki2012-04-171-0/+1
|/ /
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-072-8/+0
* | Port to the new QUrl APIThiago Macieira2012-03-301-23/+0
* | Merge master into api_changesKent Hansen2012-03-231-0/+60
|\|
| * Significantly speed up insertion into QJsonObject/ArrayLars Knoll2012-03-221-0/+28
| * Added extra tests to json benchmarkKurt Korbatits2012-03-221-0/+32
* | tst_qnetworkreply: don't inherit from QSharedPointerMarc Mutz2012-03-231-17/+17
* | Rewrite QMap to use a RB treeLars Knoll2012-03-233-0/+171