summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Add QObject allocation benchmarksJędrzej Nowacki2019-08-291-0/+47
* Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callableMilian Wolff2019-04-061-3/+18
* Enable and extend the qtimer_vs_qmetaobject benchmarkMilian Wolff2019-03-272-14/+56
* Make a benchmark out of tst_QObjectPerformance::emitToManyReceiversKari Oikarinen2018-03-071-0/+24
* QObjectBenchmark: Don't try to set read-only propertiesKari Oikarinen2018-03-071-1/+2
* QMetaType: Add a benchmark covering creation of QVariant from an enumRobin Burchell2016-07-221-0/+32
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-043-2/+9
|\
| * Fix QtGui dependencies in tests/benchmarksKai Pastor2016-04-013-2/+9
* | Updated license headersJani Heikkinen2016-01-219-152/+107
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-017-7/+0
|/
* Update copyright headersJani Heikkinen2015-02-119-62/+62
* Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-0/+18
* Update license headers and add new license filesMatti Paaso2014-09-249-170/+98
* Remove useless QMetaType benchmarksJędrzej Nowacki2014-07-281-88/+2
* Fix QMetaType benchmark.Jędrzej Nowacki2013-05-131-1/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-188-8/+8
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-211-1/+1
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-171-1/+0
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-3/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-229-215/+215
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-017-0/+7
* Make benchmarks compile without QtWidgetsRohan McGovern2012-07-301-0/+4
* fix build with namespaced qtOswald Buddenhagen2012-07-111-0/+4
* Call QObject::disconnectNotify() when receiver is destroyedKent Hansen2012-06-281-0/+10
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-191-3/+0
* Don't use obsolete qVariantValue, qVariantCanConvert, etc.Debao Zhang2012-05-021-1/+1
* Merge master into api_changesKent Hansen2012-03-191-1/+1
|\
| * Fixed benchmarks to work from install directoryKurt Korbatits2012-03-191-1/+1
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-0/+21
|\|
| * Add benchmark for QMetaType::create().Jędrzej Nowacki2012-03-071-0/+21
* | Rename QMetaMethod::signature() to methodSignature()Kent Hansen2012-02-291-3/+3
|/
* clean up qmake-generated projectsOswald Buddenhagen2012-02-243-10/+3
* Use static-less QMetaType API in QVariant.Jędrzej Nowacki2012-02-161-0/+2
* Implement new static less API for QMetaType.Jędrzej Nowacki2012-02-161-1/+53
* Add QMetaType::FirstCoreType enum value.Jędrzej Nowacki2012-02-162-2/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-309-9/+9
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-252-4/+0
* Update contact information in license headers.Jason McDonald2012-01-239-9/+9
* Update copyright year in license headers.Jason McDonald2012-01-058-8/+8
* Change event posting to use a QVector.Robin Burchell2011-12-303-1/+93
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-2/+0
* Benchmark the new signal slot connection syntax.Olivier Goffart2011-11-301-18/+74
* benchmarks: eliminated usage of qttest_p4.prfRohan McGovern2011-10-256-34/+6
* Extend QVariant benchmarksJędrzej Nowacki2011-10-241-0/+77
* Add benchmarks for QMetaType::construct()Kent Hansen2011-10-191-0/+49
* Rename QMetaType::construct() to create()Kent Hansen2011-10-111-2/+2
* Fix last few autotest gui/widgets dependenciesKent Hansen2011-09-201-0/+1
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-216-0/+24
|\
| * tests: do not run benchmarks by default in 'make check'Rohan McGovern2011-07-196-0/+24
* | Merge remote branch 'staging/master' into refactorPaul Olav Tvete2011-05-248-136/+136
|\|