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.5
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
*
tst_bench_qmetaobject: Fix test
Fabian Kosmale
2021-03-19
1
-3
/
+4
*
Fix QMetaType benchmark
Fabian Kosmale
2021-03-12
1
-3
/
+5
*
QVariant benchmark: fix crashes
Fabian Kosmale
2021-01-27
1
-4
/
+7
*
Remove QtDBus includes
David Skoland
2021-01-13
3
-5
/
+10
*
CMake: Regenerate projects using pro2cmake one last time
Alexandru Croitor
2020-12-10
2
-2
/
+2
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-12-04
2
-3
/
+3
*
Revert "Allow QWindowsPipe{Reader,Writer} to work with foreign event loops"
Kai Koehne
2020-11-20
5
-250
/
+0
*
CMake: fix QLocalSocket benchmark to use new qt_internal_ API
Alex Trotsenko
2020-11-17
1
-1
/
+1
*
Allow QWindowsPipe{Reader,Writer} to work with foreign event loops
Alex Trotsenko
2020-11-17
5
-0
/
+250
*
QChar: make construction from integral explicit
Giuseppe D'Angelo
2020-11-15
2
-9
/
+9
*
QWinEventNotifier: unlink from event dispatcher
Alex Trotsenko
2020-11-10
5
-1
/
+165
*
Fix QArrayDataOps generic and relocatable emplace()
Andrei Golubev
2020-11-09
1
-20
/
+80
*
Add QList/QVector benchmark tests
Andrei Golubev
2020-11-04
1
-1
/
+265
*
Add constructor benchmarks for QLocale, to test likely sub-tag matching
Edward Welbourne
2020-10-26
1
-0
/
+317
*
Add benchmark for QString::number(int)
Andreas Buhr
2020-10-23
1
-0
/
+9
*
Fix [[nodiscard]] compile errors in QLocale benchmark
Edward Welbourne
2020-10-19
1
-4
/
+5
*
Refactor QMutexLocker to be able to handle recursive mutexes
Lars Knoll
2020-10-17
2
-4
/
+4
*
Get rid of all usage of QApplication:desktop
Volker Hilsheimer
2020-10-14
1
-5
/
+5
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
27
-30
/
+30
*
CMake: Regenerate projects to use new qt_internal_ API
Alexandru Croitor
2020-09-23
109
-132
/
+127
*
CMake: Regenerate projects
Alexandru Croitor
2020-09-22
2
-2
/
+2
*
Define inverted QRects consistently
Allan Sandfeld Jensen
2020-09-21
1
-2
/
+2
*
QStyleOptionGraphicsItem: remove deprecated member matrix/levelOfDetail
Christian Ehrlicher
2020-09-06
2
-16
/
+18
*
Purge qalgorithm.h of deprecated API
Edward Welbourne
2020-08-28
6
-148
/
+1
*
Cleanup QTypeInfo
Lars Knoll
2020-08-26
1
-2
/
+2
*
Clean up QVariant::Private::Data
Lars Knoll
2020-08-24
1
-2
/
+2
*
Move QStringRef and remains to Qt5Compat
Karsten Heimrich
2020-08-20
1
-14
/
+0
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
2
-6
/
+6
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-2
/
+2
*
QDecompressHelper: Introduce zstd support
Mårten Nordheim
2020-08-14
2
-0
/
+4
*
QDecompressHelper: Add brotli support
Mårten Nordheim
2020-08-06
2
-1
/
+4
*
CMake: Properly handle CONFIG += thread aka Threads::Threads
Alexandru Croitor
2020-08-06
1
-1
/
+0
*
Privately introducing QDecompressHelper for network purposes
Mårten Nordheim
2020-08-05
7
-0
/
+143
*
Remove deprecated binary json feature
Edward Welbourne
2020-07-31
3
-52
/
+19
*
Close memory leak in QTestLib support for string to numeric testing
Peng Wenhao
2020-07-28
1
-1
/
+2
*
Move QRegExp and its remaining mentions out of QtCore
Sona Kurazyan
2020-07-13
4
-687
/
+0
*
CMake: Regenerate benchmarks
Alexandru Croitor
2020-07-08
106
-132
/
+139
*
Add ; to Q_UNUSED
Lars Schmertmann
2020-07-07
11
-31
/
+31
*
Use QList instead of QVector in other qtbase tests
Jarek Kobus
2020-07-07
3
-4
/
+4
*
Remove unnecessary ; after function implementations
Lars Schmertmann
2020-07-06
1
-1
/
+1
*
Use QList instead of QVector in benchmarks tests
Jarek Kobus
2020-06-25
12
-74
/
+66
*
Remove QByteArray's methods taking QString and their uses
Sona Kurazyan
2020-06-25
2
-3
/
+3
*
Don't pollute global namespace with #define P
Volker Hilsheimer
2020-06-25
1
-4
/
+13
*
QSslSocket: remove certificate-related setters
Timur Pocheptsov
2020-06-22
1
-1
/
+1
*
Move QTextCodec support out of QtCore
Karsten Heimrich
2020-06-20
10
-336
/
+0
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-2
/
+2
*
Phase 2 of removing QDesktopWidget
Volker Hilsheimer
2020-06-08
2
-3
/
+1
*
Remove winrt
Oliver Wolff
2020-06-06
9
-60
/
+18
*
Remove QRegExp support from QString and StringList
Lars Knoll
2020-05-14
1
-1
/
+0
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-22
12
-43
/
+46
|
\
[next]