index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
benchmarks
/
corelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set CONFIG += benchmark in corelib's various benchmarks
Edward Welbourne
2020-04-02
50
-122
/
+132
*
qtimezoneprivate_tz: Apply a cache over the top of timezone data
Robin Burchell
2020-03-20
1
-0
/
+122
*
Don't wrap feature detection macros with QT_HAS_FOO() variants
Tor Arne Vestbø
2019-12-10
1
-1
/
+1
*
QReadWriteLock: add a check for writeOnly, too
Marc Mutz
2019-09-12
1
-0
/
+63
*
Brush up QReadWriteLock benchmark
Marc Mutz
2019-09-12
2
-8
/
+23
*
Extend QDate's benchmark
Edward Welbourne
2019-08-30
1
-5
/
+165
*
Convert foreach to ranged for in QDateTime benchmark
Edward Welbourne
2019-08-30
1
-34
/
+34
*
Deduplicate list-building code in QDateTime benchmark
Edward Welbourne
2019-08-30
1
-108
/
+57
*
Fix unused variable warnings in QDateTime benchmark
Edward Welbourne
2019-08-30
1
-5
/
+15
*
Fix some bogus date calculations in QDateTime's benchmark
Edward Welbourne
2019-08-30
1
-12
/
+26
*
Re-apply 'Skip old benchmark that doesn't build automatically'
Marc Mutz
2019-07-24
1
-1
/
+0
*
Move text-related code out of corelib/tools/ to corelib/text/
Edward Welbourne
2019-07-10
20
-33
/
+41
*
Win: qdiriterator bench: fix missing null-terminator issues
Mårten Nordheim
2019-07-10
2
-14
/
+15
*
Remove usages of deprecated APIs from QtAlgorithms
Sona Kurazyan
2019-06-29
1
-4
/
+3
*
Remove QLatin1Literal usages
Giuseppe D'Angelo
2019-06-10
1
-1
/
+1
*
Separate out the time, zone, date code from corelib/tools/
Edward Welbourne
2019-06-06
9
-2
/
+6
*
Add a bench-mark for QDate's isValid() and daysInMonth()
Edward Welbourne
2019-05-22
2
-0
/
+57
*
Optimize QTimer::singleShot(0, ...) when taking PMF or Functor callable
Milian Wolff
2019-04-06
1
-3
/
+18
*
Remove handling of missing Q_COMPILER_CLASS_ENUM
Allan Sandfeld Jensen
2019-04-06
1
-4
/
+1
*
Enable and extend the qtimer_vs_qmetaobject benchmark
Milian Wolff
2019-03-27
2
-14
/
+56
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Qt Forward Merge Bot
2019-02-19
2
-4
/
+4
|
\
|
*
Add cmdline feature to qmake
Joerg Bornemann
2019-02-18
2
-4
/
+4
*
|
QFile/QFileInfo: mark readLink() as deprecated
Christian Ehrlicher
2019-01-23
1
-2
/
+2
*
|
Benchmark: Add _bench_ into the name of the qmap benchmark
Tobias Hunger
2018-11-08
1
-1
/
+1
*
|
benchmarks: Fix copy and paste error in .pro-file
Tobias Hunger
2018-11-08
1
-1
/
+1
*
|
tst_qfileinfo: Refactor ntfsJunctionPointsAndSymlinks()
Friedemann Kleint
2018-09-30
1
-1
/
+3
*
|
Use a std::vector instead of a QVector in QMimeDatabasePrivate
Ivan Komissarov
2018-09-29
1
-0
/
+11
|
/
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-07-02
1
-3
/
+2
|
\
|
*
tst_bench_QUuid: eliminate an unused variable
Edward Welbourne
2018-06-14
1
-3
/
+2
*
|
Speed up QTimeZone::isTimeZoneIdAvailable by a factor 43
David Faure
2018-04-23
3
-0
/
+57
|
/
*
Make a benchmark out of tst_QObjectPerformance::emitToManyReceivers
Kari Oikarinen
2018-03-07
1
-0
/
+24
*
QObjectBenchmark: Don't try to set read-only properties
Kari Oikarinen
2018-03-07
1
-1
/
+2
*
Use dependencies instead of CONFIG+=ordered
Allan Sandfeld Jensen
2017-12-02
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-23
2
-4
/
+4
|
\
|
*
Change almost all other uses of qrand() to QRandomGenerator
Thiago Macieira
2017-11-08
2
-4
/
+4
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-10-17
1
-0
/
+8
|
\
|
|
*
Restore compatibility with pre-5.9 Keccak calculation
Thiago Macieira
2017-09-21
1
-0
/
+8
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-09-26
2
-4
/
+6
|
\
|
|
*
Use QT_LSTAT instead of lstat directly
Jake Petroules
2017-09-15
2
-4
/
+6
*
|
Replace Q_DECL_OVERRIDE with override where possible
Kevin Funk
2017-09-19
1
-1
/
+1
|
/
*
tests: Unify license to GPL-EXCEPT
Kai Koehne
2017-04-03
1
-1
/
+1
*
Properly use the "process" feature
Ulf Hermann
2017-02-27
2
-7
/
+1
*
Improve QIODevice::peek() performance on buffered devices
Alex Trotsenko
2017-02-09
1
-0
/
+32
*
QDateTime::fromString(): improve performance by 33%
David Faure
2017-01-03
1
-2
/
+3
*
Add a benchmark for QReadWriteLock
Olivier Goffart
2016-08-10
3
-0
/
+190
*
QMetaType: Add a benchmark covering creation of QVariant from an enum
Robin Burchell
2016-07-22
1
-0
/
+32
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-06-13
1
-1
/
+1
|
\
|
*
Replace qAllocMore with a pair of more useful functions
Thiago Macieira
2016-06-09
1
-1
/
+1
*
|
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-05-03
1
-1
/
+0
|
\
|
|
*
Skip old benchmark that doesn't build automatically
Allan Sandfeld Jensen
2016-04-13
1
-1
/
+0
[next]