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
/
corelib
Commit message (
Expand
)
Author
Age
Files
Lines
*
tst_bench_QCryptographicHash: swallow result() return values
Marc Mutz
3 days
1
-3
/
+6
*
tst_bench_QCryptographicHash: use QMetaEnum trick
Marc Mutz
3 days
1
-60
/
+20
*
tst_bench_QCryptographicHash: port to QTest::addRow()
Marc Mutz
3 days
1
-24
/
+24
*
Silence warnings from unused variables
Volker Hilsheimer
6 days
4
-2
/
+5
*
Replace ushort*/uint* with char16_t*/char32_t* in private API [1]
Ahmad Samir
11 days
1
-1
/
+1
*
QThread: add sleep(std::chrono::nanoseconds) overload
Ahmad Samir
13 days
1
-9
/
+14
*
Silence warning, initialize variables before using
Volker Hilsheimer
2023-03-06
1
-2
/
+2
*
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
16
-41
/
+0
*
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
3
-4
/
+4
*
tests: fix configuring with -no-feature-gui
Johannes Kauffmann
2022-10-29
1
-3
/
+2
*
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
3
-8
/
+8
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
2
-10
/
+10
*
Update tst_bench_qhash hash functions to use size_t
Mårten Nordheim
2022-09-27
2
-10
/
+10
*
tst_QDir_10000: add sorted_byName benchmark
Marc Mutz
2022-08-26
1
-0
/
+9
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
65
-65
/
+65
*
Update QTimeZone benchmark's list of tested zones
Edward Welbourne
2022-08-16
1
-9
/
+16
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
65
-0
/
+195
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
54
-55
/
+55
*
tst_bench_shared_ptr: fix build with BOOST_NO_EXCEPTIONS
Marc Mutz
2022-06-22
1
-0
/
+13
*
Fix typos in docs and comments
Kai Köhne
2022-06-15
1
-1
/
+1
*
Make two QDT benchmarks data-driven and add more rows
Edward Welbourne
2022-06-15
1
-60
/
+40
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
64
-1732
/
+132
*
benchmarks: fix deprecation warnings
Marc Mutz
2022-04-06
1
-2
/
+2
*
More startOfDay() fixes, in tst_bench_QDateTime
Edward Welbourne
2022-03-31
1
-4
/
+5
*
Benchmarks: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+1
*
Tests: Do not depend on transitive includes
Fabian Kosmale
2022-03-17
1
-0
/
+2
*
QByteArray benchmark: fix clang -Wmove-result
Marc Mutz
2022-01-24
1
-1
/
+1
*
benchmarks: fix some (future) -Wunused-result warnings
Marc Mutz
2022-01-24
2
-8
/
+8
*
Use QPromise when creating continuations to avoid memory leaks
Sona Kurazyan
2022-01-21
1
-0
/
+1
*
Fix the benchmark for QList::removeAll()
Sona Kurazyan
2021-12-09
1
-92
/
+25
*
Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)
Igor Kushnir
2021-12-06
7
-0
/
+84
*
QAbstractFileEngine: Add permission argument to open()
Ievgenii Meshcheriakov
2021-12-04
1
-4
/
+4
*
QWaitCondition: also benchmark std::condition_variable{,_any}
Marc Mutz
2021-11-26
1
-13
/
+83
*
QtBase: replace windows.h with qt_windows.h
Yuhang Zhao
2021-11-23
4
-4
/
+4
*
QReadWriteLocker: also benchmark recursive mode
Marc Mutz
2021-11-15
1
-0
/
+66
*
Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)
Yuhang Zhao
2021-11-10
1
-1
/
+3
*
Remove checks for C++ standard versions C++17 and below
Ievgenii Meshcheriakov
2021-10-01
1
-2
/
+0
*
Add note to QList benchmark about known bug
Edward Welbourne
2021-08-30
1
-0
/
+1
*
Standardise layout and naming in corelib benchmarks
Edward Welbourne
2021-08-30
95
-524
/
+359
*
New QByteArray::toU?LongLong() benchmark
Edward Welbourne
2021-08-27
1
-1
/
+90
[next]