aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Make it possible to call some benchmark functions directlySimon Hausmann2016-05-091-0/+6
* | | | Merge remote-tracking branch 'origin/dev' into wip/scenegraphngLaszlo Agocs2016-05-241-0/+35
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-131-0/+35
| |\| |
| | * | QML: Remove internal field padding from QQuickAnchorPrivate.Erik Verbruggen2016-05-101-0/+15
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+20
| | |\|
| | | * QML: Access QQuickItemPrivate data (like x/y/etc) directly.Erik Verbruggen2016-04-211-0/+20
* | | | Get tests building when QT_NO_OPENGL is definedAndy Nichols2016-05-061-1/+1
|/ / /
* / / QML: When available, use QQmlAccessors to read properties.Erik Verbruggen2016-04-121-0/+89
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-0855-1566/+31
|\|
| * Purge sRGB chunks from PNG in tests.Edward Welbourne2016-03-295-0/+0
| * Removed the QQmlGuard benchmarkSimon Hausmann2016-03-243-79/+0
| * Add benchmarks to the "make benchmark" targets that are known to workSimon Hausmann2016-03-1723-26/+29
| * Move qmltime out of benchmarks directory.Robin Burchell2016-03-1525-1586/+0
| * qmltime: Remove widgets dependency.Robin Burchell2016-03-112-17/+20
* | Updated license headersJani Heikkinen2016-01-20215-3655/+2580
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0320-20/+0
* | Tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-09-022-3/+1
|/
* QJSValue: Remove no-longer-existent v8 from benchmark.Robin Burchell2015-06-241-77/+0
* Fixed license headersJani Heikkinen2015-02-1778-84/+84
* Update copyright headersJani Heikkinen2015-02-12218-2681/+2081
* qmltime: Correct module name in error message.Robin Burchell2015-01-061-1/+1
* tst_compilation: Fix the horrifically broken benchmark.Robin Burchell2014-09-152-21/+27
* Update license headers and add new licensesJani Heikkinen2014-08-25140-2659/+1539
* benchmarks: Skip compilation of (and mark with FIXME) a few benchmarks that d...Robin Burchell2014-08-122-2/+2
* benchmarks/particles: fix projects to actually buildRobin Burchell2014-08-122-2/+2
* Fix compilation of tst_compilation (:-P) benchmark.Robin Burchell2014-08-122-31/+1
* fix whitespaceOswald Buddenhagen2014-01-227-11/+11
* Add fine-grained QML / QtQuick performance benchmarksChris Adams2013-10-0174-0/+2132
* test: Remove v8-private for tst_pointersSergio Ahumada2013-08-151-1/+1
* Merge branch 'dev' of ssh://codereview.qt-project.org/qt/qtdeclarative into w...Simon Hausmann2013-06-2410-27/+24
|\
| * Fix compilation of QML benchmarksPeter Varga2013-06-0610-27/+24
* | Fix compilation with built-in v4vm JS engineSimon Hausmann2013-04-157-7/+7
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-10216-216/+216
* make use of qtHaveModule()Oswald Buddenhagen2013-01-102-2/+2
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-161-1/+0
* Add a hidden XandYAxis enum valueAlan Alpert2012-12-151-1/+1
* Declare QJSValue as a metatype where it is defined.Stephen Kelly2012-12-042-5/+0
* Fix performance bottleneck in QQuickWindow::mouseMoveEvent().Sérgio Martins2012-10-113-1/+104
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-23216-5255/+5255
* doc: fix some more typosSergio Ahumada2012-09-101-1/+1
* Add type name to singleton (module api) implementations.Glenn Watson2012-08-081-7/+7
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0121-0/+21
* Rename speed -> velocity in the particle systemAlan Alpert2012-06-291-1/+1
* Remove non-templated qobject module api registration functionChris Adams2012-06-122-15/+11
* Add internal API for accessing V8 handles of QJS typesKent Hansen2012-05-293-0/+204
* Text benchmarksYann Bodson2012-05-142-0/+135
* Add more benchmark tests for ItemAdriano Rezende2012-05-1413-0/+657
* Change uses of {to,from}Ascii to {to,from}Latin1Thiago Macieira2012-05-041-3/+3
* Remove QJS exception APIKent Hansen2012-05-031-9/+0
* Merge master <-> api_changesMatthew Vogt2012-03-057-106/+261
|\