summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-111-4/+3
|\| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-081-4/+3
| |\|
| | * Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-291-4/+3
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-06-149-722/+2
|\| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-118-721/+1
| |\|
| | * Remove QLatin1Literal usagesGiuseppe D'Angelo2019-06-101-1/+1
| | * Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-067-720/+0
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-062-0/+57
| |\|
| * | Bump version to Qt 6Lars Knoll2019-05-141-1/+1
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-032-0/+57
|\ \ \ | | |/ | |/|
| * | Add a bench-mark for QDate's isValid() and daysInMonth()Edward Welbourne2019-05-222-0/+57
| |/
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-7/+4
|\|
| * Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-4/+1
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-191-2/+2
| |\
| | * Add cmdline feature to qmakeJoerg Bornemann2019-02-181-2/+2
| * | Benchmark: Add _bench_ into the name of the qmap benchmarkTobias Hunger2018-11-081-1/+1
| |/
* / Begin port of qtbase to CMakeSimon Hausmann2018-11-019-0/+9
|/
* Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43David Faure2018-04-233-0/+57
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-082-4/+4
* Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-211-0/+8
* QDateTime::fromString(): improve performance by 33%David Faure2017-01-031-2/+3
* 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
* | Remove Windows CE from tests (others).Friedemann Kleint2016-03-312-15/+1
|/
* 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-2125-423/+298
* Add a file to the TESTDATA listJames McDonnell2015-12-011-0/+1
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-0117-17/+0
* 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-1125-173/+173
* QStack: Add a simple benchmark.Robin Burchell2014-12-303-0/+94
* Add benchmark for QString::section()Marc Mutz2014-10-041-0/+58
* Merge remote-tracking branch 'origin/5.4' into devOswald Buddenhagen2014-09-2924-454/+262
|\
| * Update license headers and add new license filesMatti Paaso2014-09-2424-454/+262
* | Unify and optimize QByteArray::to{Upper,Lower}Thiago Macieira2014-08-192-1/+189
|/
* Trim the QString benchmark testThiago Macieira2014-08-099-76004/+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
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-171-10/+8
* QDateTime - Remove some benchmark testsJohn Layt2013-09-231-83/+0