summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge master into api_changesKent Hansen2012-03-1918-32/+104
|\|
| * Fixed benchmarks to work from install directoryKurt Korbatits2012-03-1918-32/+104
* | Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-124-4/+5
|\|
| * use $$QT_BUILD_TREE instead of $$(QTDIR)Oswald Buddenhagen2012-03-081-2/+2
| * chiptester benchmark: compileMarc Mutz2012-03-081-0/+1
| * examples: use QVector<QPointF> instead of QList<QPointF>Marc Mutz2012-03-082-2/+2
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-0811-106/+116
|\|
| * Add benchmark for QMetaType::create().Jędrzej Nowacki2012-03-071-0/+21
| * Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-047-20/+20
| |\
| | * Make some tests and benchmarks pass with QT_NO_QSTRINGBUILDERStephen Kelly2012-03-014-16/+16
| | * QEvent (and subclasses): make ctors explicitMarc Mutz2012-03-012-2/+2
| | * Fix build of QNetworkReply benchmark with QT_USE_QSTRINGBUILDER.Stephen Kelly2012-03-011-2/+2
| * | Remove qhash_faster.Robin Burchell2012-02-293-73/+0
| * | Copy Qt 4's QString hash algorithm.Robin Burchell2012-02-293-4/+32
| * | Move data generation to initTestCase() method and store the results.Robin Burchell2012-02-291-72/+58
| * | Add test data for string forms of numbers.Robin Burchell2012-02-291-0/+12
| * | Add a test using lots of similar strings.Robin Burchell2012-02-291-0/+36
| |/
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-3/+3
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-2930-96/+56
|\|