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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add QCborValue(StringLike) constructor benchmark
Ivan Solovev
13 days
1
-4
/
+27
*
Rename QImageReader benchmark to tst_bench_
Marc Mutz
2023-11-13
2
-30
/
+17
*
QStringList: improve benchmark code
Ahmad Samir
2023-10-25
1
-7
/
+12
*
QStringList: add filter(QStringMatcher) overload
Ahmad Samir
2023-10-22
1
-6
/
+41
*
compressEvents: limit iteration
Mårten Nordheim
2023-10-17
1
-0
/
+26
*
QCborValue: add benchmark for operator[]
Ivan Solovev
2023-09-06
4
-0
/
+87
*
QString: use new assign() in operator=({QByteArray, QChar, char *})
Dennis Oberst
2023-09-05
1
-0
/
+55
*
Mark all of Qt as free of Q_FOREACH, except where it isn't
Marc Mutz
2023-08-19
6
-0
/
+12
*
tst_QtBench: fix leak
Ahmad Samir
2023-08-18
1
-1
/
+4
*
QMimeDatabase benchmark: port away from Q_FOREACH
Marc Mutz
2023-08-14
1
-12
/
+17
*
QtWidgets benchmarks: port remaining users away from Q_FOREACH
Marc Mutz
2023-08-14
2
-10
/
+10
*
QByteArray: use new assign() in operator=(const char *)
Dennis Oberst
2023-08-11
1
-0
/
+35
*
QMimeDatabase benchmark: measure only what it pertinent
Marc Mutz
2023-08-09
1
-3
/
+5
*
QWidget benchmark: port away from Q_FOREACH
Marc Mutz
2023-08-08
1
-1
/
+1
*
GraphicsViewBenchmark: port from QList/Q_FOREACH to initializer_list/ranged-for
Marc Mutz
2023-08-08
1
-36
/
+9
*
CMake: remove check for cxx11_future
Thiago Macieira
2023-08-02
1
-4
/
+0
*
Simplify (and fix) initialization of a list of time-zones
Edward Welbourne
2023-07-19
1
-5
/
+2
*
Fix warning, remove unused variable
Volker Hilsheimer
2023-05-22
1
-3
/
+0
*
Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()
Ivan Solovev
2023-04-05
1
-9
/
+9
*
SQL/Benchmarks: cleanup
Christian Ehrlicher
2023-04-05
2
-224
/
+13
*
tst_bench_QCryptographicHash: use resultView()
Marc Mutz
2023-03-31
1
-3
/
+3
*
tst_bench_QCryptographicHash: port from std::function to qxp::function_ref
Marc Mutz
2023-03-31
1
-3
/
+2
*
tst_bench_QCryptographicHash: QSKIP unsupported algorithms
Marc Mutz
2023-03-31
1
-0
/
+19
*
tst_bench_QCryptographicHash: add benchmarks for QMessageAuthenticationCode
Marc Mutz
2023-03-31
1
-0
/
+80
*
tst_bench_QCryptographicHash: swallow result() return values
Marc Mutz
2023-03-23
1
-3
/
+6
*
tst_bench_QCryptographicHash: use QMetaEnum trick
Marc Mutz
2023-03-23
1
-60
/
+20
*
tst_bench_QCryptographicHash: port to QTest::addRow()
Marc Mutz
2023-03-23
1
-24
/
+24
*
Silence warnings from unused variables
Volker Hilsheimer
2023-03-21
4
-2
/
+5
*
Replace ushort*/uint* with char16_t*/char32_t* in private API [1]
Ahmad Samir
2023-03-15
1
-1
/
+1
*
QThread: add sleep(std::chrono::nanoseconds) overload
Ahmad Samir
2023-03-13
1
-9
/
+14
*
SQL/Tests: remove safeDropTable() / add helper class
Christian Ehrlicher
2023-03-12
1
-34
/
+17
*
Silence warning, initialize variables before using
Volker Hilsheimer
2023-03-06
1
-2
/
+2
*
QTestEventLoop: add enterLoop(std::chrono::milliseconds) overload
Ahmad Samir
2023-03-03
2
-13
/
+17
*
Fix parsing of numbers to cope with non-single-character tokens
Edward Welbourne
2023-02-24
1
-9
/
+0
*
tests: Remove remains of qmake conversion from CMakeLists.txt files
Friedemann Kleint
2023-02-17
97
-350
/
+1
*
Fix QDir benchmark to do meaningful things
David Faure
2023-02-07
1
-35
/
+25
*
QSortFilterProxyModel: port to PMF connects for performance reasons
David Faure
2023-02-02
1
-0
/
+14
*
Deprecate QDateTime methods using plain Qt::TimeSpec
Edward Welbourne
2022-12-10
1
-0
/
+14
*
Adapt corelib to use QTimeZone in place of Qt::TimeSpec
Edward Welbourne
2022-12-09
2
-8
/
+8
*
Add In-place utf-8 case-insensitive comparisons
Øystein Heskestad
2022-12-02
3
-0
/
+278
*
Add benchmarks for QLocale number parsing
Edward Welbourne
2022-11-11
1
-0
/
+230
*
Add benchmarks for QString number parsing
Edward Welbourne
2022-11-11
1
-8
/
+164
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
4
-5
/
+5
*
tests: fix configuring with -no-feature-gui
Johannes Kauffmann
2022-10-29
1
-3
/
+2
*
benchmarks: fix configuring with -no-feature-sql
Johannes Kauffmann
2022-10-25
1
-1
/
+3
*
Windows: bump NTDDI_VERSION to latest version and remove some duplicated code
Yuhang Zhao
2022-10-24
1
-3
/
+0
*
Long live Q_UNREACHABLE_RETURN()!
Marc Mutz
2022-10-15
1
-2
/
+1
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
6
-13
/
+13
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
3
-13
/
+13
*
Update tst_bench_qhash hash functions to use size_t
Mårten Nordheim
2022-09-27
2
-10
/
+10
[next]