summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add a benchmark for QReadWriteLockOlivier Goffart2016-08-103-0/+190
* QMetaType: Add a benchmark covering creation of QVariant from an enumRobin Burchell2016-07-221-0/+32
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-1/+1
|\
| * Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-091-1/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-1/+0
|\|
| * Skip old benchmark that doesn't build automaticallyAllan Sandfeld Jensen2016-04-131-1/+0
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-053-2/+9
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-043-2/+9
| |\
| | * Fix QtGui dependencies in tests/benchmarksKai Pastor2016-04-013-2/+9
* | | Remove Windows CE from tests (others).Friedemann Kleint2016-03-317-39/+7
|/ /
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-212-0/+2
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-2155-930/+655
* | Add a file to the TESTDATA listJames McDonnell2015-12-011-0/+1
* | Tests: Fix single-character string literals.Friedemann Kleint2015-10-132-7/+7
* | Remove TARGET.EPOCHEAPSIZE settings (Symbian).Friedemann Kleint2015-09-031-1/+0
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0142-42/+0
|/
* Namespace copy of QFileSystemIterator in QDirIterator benchmarkUlf Hermann2015-06-123-2/+9
* 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
|/
* Update copyright headersJani Heikkinen2015-02-1155-395/+387
* QStack: Add a simple benchmark.Robin Burchell2014-12-303-0/+94
* 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-2953-1003/+579
|\
| * Update license headers and add new license filesMatti Paaso2014-09-2453-1003/+579
* | 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
* Remove useless QMetaType benchmarksJędrzej Nowacki2014-07-281-88/+2
* 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-141-1/+5
* Check for boost header in sysrootRainer Keller2014-07-101-1/+1
* Add a benchmark test for QCryptographicHashThiago Macieira2014-04-043-0/+192
* Update the qHash function for strings to use the CRC32 instructionThiago Macieira2014-01-233-14/+48
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-262-1/+4
|\
| * Fix test compilation on WinRTAndrew Knight2013-11-262-1/+4
* | Benchmark for QWaitConditionOlivier Goffart2013-11-152-121/+54
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-241-10/+8
|\|
| * Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-10/+8
* | WinRT: Fix various test compilationsAndrew Knight2013-10-026-2/+47
|/
* 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