summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* QGraphicsAnchorLayout: Adding two benchmarks on LinearLayout vs AnchorLayout ...Jesus Sanchez-Palencia2009-10-151-1/+126
* QGAL: Add anchor layout vs nested linear layouts benchmarkEduardo M. Fleury2009-10-151-0/+111
* Span update after row and column insertion and removal in QTableView.Gabriel de Dietrich2009-10-061-0/+174
* Animations: updateCurrentTime now receives the currentTime as paramaterThierry Bastian2009-09-282-3/+3
* Small change in the API of animationsThierry Bastian2009-09-232-3/+3
* API change. This will get rid of the ugly setAnchorSpacing() method.Jan-Arve Sæther2009-09-141-2/+2
* Update license headers again.Jason McDonald2009-09-0970-280/+280
* New Benchmark: file:// with QFile vs QNetworkAccessManagerMarkus Goetz2009-09-073-0/+172
* Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-041-6/+6
|\
| * Modify QMatrix4x4 and QQuaternion to use qreal internallyRhys Weatherley2009-09-041-6/+6
* | Update license headersJason McDonald2009-09-041-5/+1
|/
* add benchmark for QScriptClassKent Hansen2009-09-022-0/+518
* Fix license header.Jason McDonald2009-09-021-14/+14
* Add a benchmark for QGraphicsAnchorLayout.Jan-Arve Sæther2009-09-012-0/+203
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-3118-234/+234
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-3149-637/+637
|\
| * Update tech preview license header.Jason McDonald2009-08-3148-624/+624
* | Benchmark test for QSvgRenderer.Ariya Hidayat2009-08-314-0/+848
* | Merge branch '4.5' into 4.6Thiago Macieira2009-08-281-1/+1
|\|
| * Add missing license headers.Jason McDonald2009-08-281-0/+34
| * Update license headers.Jason McDonald2009-08-1147-47/+47
* | Fix some missing and duplicated license headers.Jason McDonald2009-08-273-2/+125
* | fix performance issue with QScriptValue::propertyFlags()Kent Hansen2009-08-261-0/+12
* | Merge branch '4.6'Thiago Macieira2009-08-241-0/+5
|\ \
| * | Speedup the qgraphicsscene benchmarkOlivier Goffart2009-08-241-0/+5
* | | add a QByteArray based example to the QString::split() benchmarkhjk2009-08-241-0/+14
* | | add a benchmark for QString::split() and compare to a 'plain Standard C++' ve...hjk2009-08-241-10/+88
|/ /
* | Merge commit 'qt/master'Jason Barron2009-08-212-0/+428
|\ \
| * \ Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-211-0/+411
| |\ \
| | * \ Merge branch 'kinetic-transform' of git@scm.dev.nokia.troll.no:qt/kineticRhys Weatherley2009-08-211-0/+411
| | |\ \
| | | * | Benchmarks comparing QMatrix4x4 with QTransformRhys Weatherley2009-08-201-0/+411
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-201-0/+14
| |\| | |
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into qtscript-jsc-b...Kent Hansen2009-08-208-1/+314
| |\ \ \ \
| * | | | | Make simple function getters inlineOlivier Goffart2009-08-121-0/+17
| | |_|/ / | |/| | |
* | | | | Merge commit 'qt/master'Jason Barron2009-08-208-1/+328
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Performance issue in QGraphicsItem::addParentItem while building theGabriel de Dietrich2009-08-201-0/+14
| | |/ / | |/| |
| * | | Make the license test pass.Frans Englich2009-08-198-1/+314
| |/ /
* | | Merge commit 'qt/master'Jason Barron2009-08-1357-53/+489
|\| |
| * | add some benchmarks for QScriptEngine and QScriptValueKent Hansen2009-08-124-0/+436
| * | Update contact URL in license headers.Jason McDonald2009-08-1253-53/+53
* | | Update license headers according to commit 858c70f768e.axis2009-08-061-2/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-062-14/+38
|\| |
| * | Add benchmark for deleting an item with many children.Andreas Aardal Hanssen2009-08-051-0/+11
| * | Add benchmarks for QGraphicsItem::setParenItem().Andreas Aardal Hanssen2009-08-052-1/+26
| * | Compile fix (QGraphicsItem::setXRotation was removed).Andreas Aardal Hanssen2009-08-051-13/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-2712-29/+358
|\| |
| * | tst_qnetworkreply: Small and simple latency testingMarkus Goetz2009-07-233-0/+88
| * | Use QVERIFY in benchmarks, insteads of returning silently in case of errorOlivier Goffart2009-07-201-4/+2
| * | Add low level POSIX bench on WindowsRitt Konstantin2009-07-201-6/+31
| * | Added a utf8->utf16 conversion benchmark.Denis Dzyubenko2009-07-163-0/+98