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
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
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
*
Skip instead of fail tests when test server is not available
Tor Arne Vestbø
2020-01-14
3
-3
/
+6
*
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
*
Combine BGR30_to_RGB30 and BGR888_to_RGB888
Allan Sandfeld Jensen
2019-09-05
1
-0
/
+2
*
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
*
Merge remote-tracking branch 'origin/dev' into 5.14
Liang Qi
2019-08-27
3
-4
/
+37
|
\
|
*
Introduce QImage::Format_BGR888
Allan Sandfeld Jensen
2019-08-23
1
-0
/
+22
|
*
Fix tst_bench_qimagereader
Allan Sandfeld Jensen
2019-08-20
2
-4
/
+15
*
|
Remove dead code from Qt 4 times
Tor Arne Vestbø
2019-08-20
3
-22
/
+0
|
/
*
Remove usages of deprecated APIs of qtbase/widgets
Sona Kurazyan
2019-08-01
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.13' into dev
Qt Forward Merge Bot
2019-07-27
1
-10
/
+10
|
\
|
*
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-07-26
1
-10
/
+10
|
|
\
|
|
*
Fix lancebench results oddness
Allan Sandfeld Jensen
2019-07-23
1
-10
/
+10
*
|
|
Re-apply 'Skip old benchmark that doesn't build automatically'
Marc Mutz
2019-07-24
1
-1
/
+0
*
|
|
Remove usages of deprecated APIs of qtbase/gui
Sona Kurazyan
2019-07-13
4
-7
/
+7
*
|
|
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
*
|
|
QPainter: mark obsolete RenderHints as deprecated
Christian Ehrlicher
2019-07-03
1
-5
/
+0
*
|
|
Remove usages of deprecated APIs from QtAlgorithms
Sona Kurazyan
2019-06-29
2
-5
/
+4
*
|
|
tests: remove the last uses of Java-style iterators
Marc Mutz
2019-06-13
1
-9
/
+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
*
|
|
QtCore: mark obsolete enumerations as deprecated
Christian Ehrlicher
2019-05-17
1
-1
/
+0
*
|
|
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
*
|
|
Replace qMove with std::move
Allan Sandfeld Jensen
2019-04-06
1
-2
/
+2
*
|
|
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
*
|
Merge remote-tracking branch 'origin/5.12' into 5.13
Liang Qi
2019-02-08
4
-2
/
+113
|
\
|
|
*
Add testlib selftests for double and for non-finite float and double
Edward Welbourne
2019-02-06
4
-2
/
+113
*
|
QFile/QFileInfo: mark readLink() as deprecated
Christian Ehrlicher
2019-01-23
1
-2
/
+2
*
|
Make convert_generic_to_rgb64 more generic
Allan Sandfeld Jensen
2019-01-08
1
-0
/
+10
*
|
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
*
|
QListView: Speedup handling of hidden items
Christian Ehrlicher
2018-09-17
3
-1
/
+77
|
/
*
Implement support for 16bpc image formats
Allan Sandfeld Jensen
2018-08-11
1
-0
/
+3
*
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
[next]