summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation on WinRTAndrew Knight2013-11-262-1/+4
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-10/+8
* QDateTime - Remove some benchmark testsJohn Layt2013-09-231-83/+0
* QDateTime - Add QTimeZone supportJohn Layt2013-09-231-1/+90
* QDateTime - Add Benchmark TestsJohn Layt2013-09-203-0/+612
* Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+14
* Add benchmark for QThreadPool.David Faure2013-08-213-1/+99
* Fix compilation of the tst_qnetworkreply benchmark test with QT_NO_SSL.Friedemann Kleint2013-07-191-10/+10
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-151-2/+0
|\
| * Remove Nokia-domains in commented-out test code.Friedemann Kleint2013-07-121-2/+0
* | Merge branch 'stable' into devSergio Ahumada2013-07-112-15/+2
|\|
| * benchmarks: Re-enable QFileInfo build by removing canonicalFileNamePerformance.Robin Burchell2013-07-042-15/+2
* | HTTP internals: do not open too many sockets when preconnectingPeter Hartmann2013-06-241-2/+18
* | QNX: fixed compilation of auto testBernd Weimer2013-06-061-0/+4
* | Iterate over the smaller set in QSet::intersect().Mitch Curtis2013-06-052-0/+145
* | QNetworkAccessManager: add public methods to pre-TCP/pre-SSL-connectPeter Hartmann2013-06-032-1/+110
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-1/+2
|\|
| * Fix QMetaType benchmark.Jędrzej Nowacki2013-05-131-1/+2
* | resizeToContents - QTableView - faster hint when view is hiddenThorbjørn Martsum2013-05-091-0/+21
|/
* Cleanup the SQL testsAndy Shaw2013-04-251-15/+17
* Remove QLocalePrivate::m_localeIDhjk2013-04-233-0/+89
* Fix qsqlquery benchmark test build for WEC7.Janne Anttila2013-04-171-1/+1
* Fix qprocess benchmark test build for WEC7.Janne Anttila2013-04-171-5/+3
* Fix sql tests in respect to Oracle databasesAndy Shaw2013-04-051-40/+40
* Move the dbmstype to QSqlDriverPrivate so it can be used for all driversAndy Shaw2013-04-021-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-1661-424/+409
* QVector - removeLast optimizeThorbjørn Martsum2013-03-071-0/+37
* QMap - add insert overload that provide a hintThorbjørn Lund Martsum2013-03-061-0/+78
* Check for network module when building according benchmarksOliver Wolff2013-02-192-2/+2
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Giuseppe D'Angelo2013-02-171-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
| |\
| | * tests: Fix some more old references and links to NokiaSergio Ahumada2013-02-011-1/+1
* | | SSL benchmarks: add benchmark for uploading dataPeter Hartmann2013-02-161-0/+26
|/ /
* / Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-292-8/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-18174-174/+174
* Benchmarks: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-038-15/+0
* add and use qtHaveModule() functionOswald Buddenhagen2012-12-2113-14/+14
* Disable the JSC portion of the test unless we have a system PCREThiago Macieira2012-12-201-1/+1
* remove obsolete DEPENDPATH assignmentsOswald Buddenhagen2012-12-171-1/+0
* remove bizarre jsc source referenceOswald Buddenhagen2012-12-111-2/+1
* properly syncqt-ize harfbuzz headersOswald Buddenhagen2012-12-041-2/+0
* qregexp benchmark needs exceptionsOswald Buddenhagen2012-12-041-1/+1
* Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-5/+5
* Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$examplehjk2012-11-261-2/+2
* test: Remove CONFIG += testcase from tst_bench_qnetworkreply_from_cacheSergio Ahumada2012-11-071-1/+0
* Improve QByteDataBuffer::read() performance with partial readsAntti Harju2012-11-034-0/+236
* test: Moving tst_QMimeDatabase::inheritsPerformance() testSergio Ahumada2012-10-314-0/+97
* QMap - improve QMap stl-map ctorThorbjørn Lund Martsum2012-10-291-0/+15
* QMap 5.0 - keep track of leftmost node (BIC)Thorbjørn Lund Martsum2012-10-271-0/+17
* QMap - use hint on insert in QMap::toStdMapThorbjørn Lund Martsum2012-10-271-0/+12