summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* 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-201-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
| * | Added missing autotest/benchmark projects to the root .pro-fileDenis Dzyubenko2009-07-161-1/+2
| * | Benchmark test for quaternion multiplication.Ariya Hidayat2009-07-022-0/+130
| * | tests: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-013-22/+11
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-3055-104/+210
|\ \ \ | |/ /
| * | Update license headers in files that are new in 4.6.Jason McDonald2009-06-175-9/+9
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-1648-95/+95
| |\ \ | | |/
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-1648-95/+95
| * | Deactivate the low level POSIX bench on WindowsAlexis Menard2009-06-151-0/+2
| * | Improve the speed of QDir, QFileInfo and QDirIterator.Alexis Menard2009-06-152-0/+104
* | | Merge commit 'qt/master-stable' into 4.6-stableJason Barron2009-06-2527-66/+2044
|\ \ \ | |/ /
| * | Make the bench a bit faster.Alexis Menard2009-06-041-2/+2
| * | Add some comparisons with std::string to the QStringBuilder benchmarks.hjk2009-06-041-18/+68
| * | Add some performance tests for QMatrix4x4Rhys Weatherley2009-06-023-0/+268
| * | extend QStringBuilder benchmark to handle QT_NO_CAST_FROM_ASCII defined andhjk2009-05-292-56/+122
| * | QStringBuilder benchmark: make testing of the drop-in replacement operator+()...hjk2009-05-282-17/+21