aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Get script benchmark compiling and running.Michael Brasser2012-02-274-107/+262
* | Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-24239-306/+306
|/
* clean up qmake-generated projectOswald Buddenhagen2012-02-221-11/+2
* Add and use new animation backend.Michael Brasser2012-02-073-0/+289
* Remove QtQuick1 elements from qtdeclarativeMatthew Vogt2012-02-0380-80/+80
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-30197-197/+197
* Update obsolete contact address.Jason McDonald2012-01-23197-197/+197
* Don't use deprecated functions in QJS benchmarksKent Hansen2012-01-202-184/+34
* Update copyright year in Nokia copyright headers.Jason McDonald2012-01-171-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-05196-196/+196
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-066-12/+0
* Say hello to QtQuick moduleKent Hansen2011-12-022-2/+2
* Make the particles benchmarks compile againKent Hansen2011-11-242-2/+2
* Rename QSG* to QQuick* in particles folderAlan Alpert2011-10-252-6/+6
* Rename Qt Quick-specific classes to QQuick*Kent Hansen2011-10-212-3/+3
* Remove SkipMode from qtestlib API.Jason McDonald2011-10-211-1/+1
* Add Affector BenchmarkAlan Alpert2011-10-175-1/+331
* Initial particle system benchmarkAlan Alpert2011-10-174-0/+199
* tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-1116-33/+32
* CompileAaron Kennedy2011-10-101-1/+1
* Remove Symbian-specific code from tests.Jason McDonald2011-09-3022-143/+12
* Make qdeclarativecomponent::creation() benchmark work againKent Hansen2011-09-208-22/+37
* Make declarative/creation benchmark build againKent Hansen2011-09-192-6/+7
* Fix missing and outdated license headers.Jason McDonald2011-09-093-51/+51
* Move all QML file parsing into the QDeclarativeScript namespaceAaron Kennedy2011-08-301-2/+2
* Removed QDeclarativeJS::NodePoolRoberto Raggi2011-08-301-1/+1
* Compile fix for QML object creation benchmark.Michael Brasser2011-08-302-5/+7
* Migrate part of QtScript benchmarks to QtDeclarativeJedrzej Nowacki2011-08-108-1/+2087
* Merge the QJSEngine and QJSValue development branch into master.Simon Hausmann2011-07-293-3/+3
* Update licenseheader text in source files for qtdeclarative Qt moduleJyri Tahtela2011-07-08117-2061/+2061
* Don't leak memory in benchmarkAaron Kennedy2011-06-171-1/+2
* Add JavaScript benchmarkAaron Kennedy2011-06-1010-0/+310
* Replace QPerformanceTimer with QElapsedTimer.Michael Brasser2011-06-033-24/+24
* Merge branch 'qtquick2'Martin Jones2011-05-31129-3/+9909
|\
| * Benchmark component creation with different types of bindings.Martin Jones2011-05-103-0/+38
| * Compilation benchmarkAaron Kennedy2011-05-051-2/+72
| * Initial import from qtquick2.Qt by Nokia2011-04-27125-1/+9799