summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-131-0/+40
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-1/+1
|\
| * fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* | Namespace copy of QFileSystemIterator in QDirIterator benchmarkUlf Hermann2015-06-123-2/+9
* | Fix users of QTextLayout::additionalFormats to use the new APIMarc Mutz2015-05-301-7/+7
* | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-041-25/+85
|\|
| * Add missing RGB32 <-> RGB30 convertionsAllan Sandfeld Jensen2015-04-301-25/+85
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-223-0/+145
|\|
| * Cleanup and optimization of qimage smoothscaleAllan Sandfeld Jensen2015-04-153-0/+145
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-162-15/+47
|\|
| * Fix build of tests on QNX.Rafael Roquetto2015-03-142-15/+47
* | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-2/+2
|/
* Optimize fallback RGB888 to RGB32 conversionAllan Sandfeld Jensen2015-03-031-2/+22
* Optimize generic conversion and remove now obsolete direct conversionsAllan Sandfeld Jensen2015-02-132-1/+83
* QtGui: assorted migrations to QString::asprintfMarc Mutz2015-02-121-20/+4
* Update copyright headersJani Heikkinen2015-02-11181-1275/+1267
* Generate SSE4.1 versions of premultiplying methods where convenientAllan Sandfeld Jensen2015-02-041-0/+1
* Make it more obvious that Q_WS_ is dead code, and should perhaps be portedTor Arne Vestbø2015-02-033-5/+5
* Only use 32bit version of qPremultiplyAllan Sandfeld Jensen2015-02-021-0/+1
* Remove unused class QPaintBufferLars Knoll2015-01-2810-275/+0
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-213-8/+17
|\
| * Benchmarks: Build gui benchmarks only when gui module availableRainer Keller2015-01-161-1/+1
| * Make QtDBus unit tests compile with runtime dbus-1 tooThiago Macieira2015-01-062-6/+14
| * Allow the QtDBus type benchmark to run without libdbus-1 foundThiago Macieira2015-01-061-1/+2
* | QStack: Add a simple benchmark.Robin Burchell2014-12-303-0/+94
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-294-23/+22
|\|
| * Autotest: Fix a race condition in launching the QtDBus sub-processesThiago Macieira2014-12-202-0/+2
| * Fix handling of subprocesses for QtDBus unit tests on WindowsThiago Macieira2014-12-202-3/+5
| * Remove unnecessary adding of test rows in the QtDBus type benchmarkThiago Macieira2014-12-201-20/+15
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-3/+3
|\|
| * Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-261-3/+3
* | Add QMetaType::type(QByteArray) functionKent Hansen2014-10-311-0/+18
* | Add benchmark for QString::section()Marc Mutz2014-10-041-0/+58
* | Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-29180-3428/+1988
|\|
| * Expose QSqlDriverPrivate dbmsType in public QSqlDriver apiMatt Broadstone2014-09-241-14/+14
| * Update license headers and add new license filesMatti Paaso2014-09-24180-3414/+1974
* | QTextStream: add fast path for writing char and QChar.David Faure2014-09-123-1/+144
* | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-192-1/+189
|/
* Trim the QString benchmark testThiago Macieira2014-08-099-76004/+2
* Fix int conversion to stringFrederik Gladhorn2014-08-081-2/+2
* Add missing to gui/kernel benchmarks.Jędrzej Nowacki2014-07-281-1/+3
* Remove useless QMetaType benchmarksJędrzej Nowacki2014-07-282-143/+7
* Integrate tst_bench_qringbuffer into the build tree.Alex Trotsenko2014-07-251-0/+1
* Fix compilation on ARM without ARMv6T2Thiago Macieira2014-07-251-3/+3
* Rewrite QRingBufferAlex Trotsenko2014-07-242-0/+91
* Fix some compiler warnings in benchmark tests.Friedemann Kleint2014-07-144-4/+9
* MSVC: Fix the compilation of benchmark tests with strict string literals.Friedemann Kleint2014-07-101-1/+1
* Check for boost header in sysrootRainer Keller2014-07-101-1/+1
* Compile fix for configuration without SSL supportMaurice Kalinowski2014-07-071-0/+2
* Add a benchmark test for QCryptographicHashThiago Macieira2014-04-043-0/+192