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
/
src
/
corelib
/
global
/
qlogging.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-cl compiler warnings
Peter Varga
2022-12-15
1
-1
/
+1
*
QMessageLogger: make qFatal categorized and streamable
Giuseppe D'Angelo
2022-12-05
1
-0
/
+95
*
qlogging: avoid C-style casts
Johannes Kauffmann
2022-10-28
1
-5
/
+5
*
qlogging: use qsizetype to fix Wconversion warnings
Johannes Kauffmann
2022-10-25
1
-8
/
+8
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-1
/
+1
*
Logging: remove const from the lambda calling dladdr
Thiago Macieira
2022-09-27
1
-1
/
+1
*
Extract overview page for QtLogging header from QtGlobal docs
Sona Kurazyan
2022-09-21
1
-0
/
+30
*
Fix docs for types and macros from qlogging.h
Sona Kurazyan
2022-09-01
1
-4
/
+204
*
Doc: Generalize info about -rdynamic to be not qmake specific
Kai Köhne
2022-08-24
1
-1
/
+4
*
wasm: remove message handler lock
Morten Sørvig
2022-07-06
1
-7
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-40
/
+4
*
Fix compiler warning from deprecated QString conversion
Volker Hilsheimer
2022-05-06
1
-1
/
+1
*
Ensure tag used for logging on Android does not contain spaces
Łukasz Korbel
2022-04-21
1
-1
/
+2
*
Apply Q_CONSTINIT across the codebase
Marc Mutz
2022-03-29
1
-2
/
+2
*
Short live Q_CONSTINIT!
Marc Mutz
2022-03-26
1
-3
/
+3
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-22
/
+22
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-31
/
+31
*
Logging: use GCC #pragma to suppress the frame pointer
Thiago Macieira
2022-03-03
1
-4
/
+9
*
Logging: cache the last library file name in a backtrace
Thiago Macieira
2022-03-03
1
-2
/
+7
*
Logging: add support for decoding backtraces using dladdr()
Thiago Macieira
2022-03-03
1
-2
/
+33
*
Logging: reorganize the backtrace code for simplicity and readability
Thiago Macieira
2022-03-03
1
-36
/
+68
*
Logging: remove magic constant from backtrace code
Thiago Macieira
2022-03-03
1
-1
/
+13
*
Logging: rejiggle the way we detect the availability of backtrace() API
Thiago Macieira
2022-03-03
1
-15
/
+6
*
Logging: fix encoding of backtrace lines
Thiago Macieira
2022-03-03
1
-1
/
+1
*
qsimd: Remove QT_COMPILER_SUPPORTS_SIMD_ALWAYS
Thiago Macieira
2022-02-18
1
-1
/
+1
*
QNX: Silence compiler warning by initializing variable
Pasi Petäjäjärvi
2022-02-18
1
-1
/
+1
*
wasm: prevent thread cross-talk when logging
Morten Johan Sørvig
2021-12-21
1
-0
/
+7
*
QLogging: fix potential missing NUL-terminator when calling OutputDebugString
Marc Mutz
2021-12-15
1
-2
/
+2
*
Doc: Reword, fix typos and some formatting
Ivan Tkachenko
2021-12-08
1
-6
/
+7
*
Fix -trace build on Windows
Ivan Solovev
2021-10-25
1
-1
/
+1
*
qtlogging: Document QT_MESSAGELOGCONTEXT define
Kevin Funk
2021-10-14
1
-1
/
+5
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-2
/
+2
*
Add private qAbort helper function
Tor Arne Vestbø
2021-09-22
1
-25
/
+1
*
Remove conditioning on Android embedded
Edward Welbourne
2021-09-17
1
-3
/
+3
*
Fix usage of logging category on Android
Assam Boudjelthia
2021-06-28
1
-1
/
+7
*
Q{*String,ByteArray}View::length(): use qsizetype, not int
Giuseppe D'Angelo
2021-04-15
1
-4
/
+4
*
Use QDeadlineTimer in qlogging.cpp
Thiago Macieira
2020-12-09
1
-3
/
+2
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-1
/
+1
*
Whitespace cleanup in corelib/global
Allan Sandfeld Jensen
2020-10-21
1
-16
/
+26
*
Remove remaining traces of deprecated QtMsgHandler
Marcel Krems
2020-08-29
1
-20
/
+2
*
Fix a number of qdoc warnings related to deprecation
Friedemann Kleint
2020-07-24
1
-14
/
+0
*
QLogging: purge deprecated qInstallMsgHandler(QtMsgHandler)
Edward Welbourne
2020-07-23
1
-26
/
+1
*
Use QList instead of QVector in corelib implementation
Jarek Kobus
2020-06-29
1
-1
/
+1
*
Remove winrt
Oliver Wolff
2020-06-06
1
-9
/
+2
*
Port QRegularExpression to QStringView, drop QStringRef
Giuseppe D'Angelo
2020-05-31
1
-1
/
+1
*
QtCore/Windows: fix deprecated QChar conversions
Friedemann Kleint
2020-05-13
1
-1
/
+1
*
Include QRegularExpression in the bootstrap library
Lars Knoll
2020-04-13
1
-5
/
+5
*
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-02-13
1
-5
/
+25
|
\
|
*
Merge remote-tracking branch 'origin/5.14' into 5.15
Qt Forward Merge Bot
2020-02-04
1
-5
/
+25
|
|
\
|
|
*
Win: work around (estimated) 32k char limit for OutputDebugString
Oliver Wolff
2020-02-02
1
-5
/
+25
[next]