index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
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.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.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
/
src
/
corelib
/
io
/
qloggingregistry.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add security headers to QLogging* files
Matthias Rauter
2025-06-26
1
-0
/
+1
*
QLoggingRegistry: replace QTextStream and QFile with <stdio.h>
Thiago Macieira
2025-05-10
1
-11
/
+57
*
QLoggingRegistry: don't use QTextStream for the QT_LOGGING_RULES env var
Thiago Macieira
2025-05-10
1
-5
/
+4
*
Fix recursion in QLoggingRegistry
Antti Määttä
2025-04-14
1
-0
/
+5
*
QLoggingRegistry: remove use of QDir and merge two strings
Thiago Macieira
2025-04-10
1
-6
/
+5
*
QLoggingRegistry: mark that qtLoggingDebug() is unlikely to be true
Thiago Macieira
2025-04-10
1
-1
/
+1
*
QLoggingCategory: make defaultCategory() truly a global static
Thiago Macieira
2025-03-31
1
-1
/
+22
*
QLoggingRegistry: load all the qtlogging.ini files, not just the first
Thiago Macieira
2025-03-26
1
-4
/
+6
*
QLoggingCategory: remove #ifndef QT_BOOTSTRAPPED
Thiago Macieira
2025-02-10
1
-2
/
+0
*
Replace qgetenv() calls converted to QString with qEnvironmentVariable()
Thiago Macieira
2025-01-01
1
-3
/
+2
*
Use QHash::tryEmplace
Mårten Nordheim
2024-12-04
1
-4
/
+2
*
QLoggingRegistry: Misc fixes
Christian Ehrlicher
2024-08-18
1
-1
/
+1
*
QLoggingRule: default initialize 'messageType' member
Dennis Oberst
2024-04-11
1
-5
/
+2
*
Be more verbose if QT_LOGGING_DEBUG is set
Kai Köhne
2024-02-20
1
-9
/
+29
*
QLoggingRegistry: cut out the QMap middle-man
Marc Mutz
2024-02-17
1
-2
/
+2
*
QLoggingRegistry: further defend against non-NUL-terminated strings
Marc Mutz
2024-02-17
1
-3
/
+3
*
Misc: Fix qsizetype-related narrowing coversions
Ahmad Samir
2023-03-11
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QSettingsPrivate: fold from/to parameters into the view they bound
Edward Welbourne
2022-03-30
1
-2
/
+2
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-2
/
+2
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-15
/
+18
*
Deprecate {QString, QByteArray}::count()
Sona Kurazyan
2022-03-12
1
-1
/
+1
*
QLoggingRegistry: avoid double-lookup
Marc Mutz
2021-11-19
1
-2
/
+5
*
QLoggingRegistry: Disable internal tracking of source file names
Thiago Macieira
2021-10-27
1
-3
/
+2
*
QLoggingRegistry: add the ability to have environment variable overrides
Thiago Macieira
2021-10-27
1
-1
/
+23
*
corelib: Fix typos in documentation
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
QLoggingSettingsParser: port setContent() to QStringView
Marc Mutz
2021-06-16
1
-3
/
+3
*
Rename QLibraryInfo::location() to path()
Lars Knoll
2020-09-12
1
-1
/
+1
*
QLoggingRegistry: remove an always true test
Giuseppe D'Angelo
2020-06-30
1
-2
/
+1
*
Use QList instead of QVector in corelib implementation
Jarek Kobus
2020-06-29
1
-3
/
+3
*
Port remaining usages of QStringRef in QtCore to QStringView
Lars Knoll
2020-06-12
1
-1
/
+1
*
QLoggingRegistry: use QStringView/QLatin1String more
Marc Mutz
2020-03-05
1
-22
/
+18
*
QtCore: port all QMutexLocker users to qt_{scoped,unique}_lock
Marc Mutz
2019-08-25
1
-3
/
+4
*
Move away from using 0 as a pointer constant
Allan Sandfeld Jensen
2019-06-07
1
-2
/
+2
*
Logging: Accept .ini files written by QSettings
Kai Koehne
2018-07-28
1
-1
/
+13
*
Android: Defer initialization of logging rules until qApp construction
Tor Arne Vestbø
2018-02-07
1
-0
/
+10
*
Fix typo
Oliver Wolff
2017-12-13
1
-2
/
+2
*
Initialize QLoggingRegistry rules on first use
Tor Arne Vestbø
2017-11-25
1
-1
/
+2
*
QLoggingRegistry: remove rules vector
Marc Mutz
2017-04-21
1
-28
/
+22
*
Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"
Tor Arne Vestbø
2017-04-19
1
-1
/
+0
*
Initialize QLoggingRegistry rules on first use, not qApp construction
Tor Arne Vestbø
2017-04-18
1
-0
/
+1
*
Optimize QLoggingSettingsParser
Marc Mutz
2017-04-10
1
-37
/
+46
*
Use case-insensitive compare more
Anton Kudryavtsev
2017-03-29
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-02-24
1
-7
/
+15
|
\
|
*
QLoggingRegistry: fix potential data race
Marc Mutz
2017-02-20
1
-7
/
+15
*
|
QLoggingRegistry: optimize updateRules()
Marc Mutz
2017-02-07
1
-1
/
+6
|
/
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-04-27
1
-3
/
+0
|
\
|
*
Also update filter rules if there is a custom filter installed.
Volker Krause
2016-04-24
1
-3
/
+0
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
|
QtCore: eradicate all Q_FOREACH loops [io]
Marc Mutz
2016-01-04
1
-2
/
+2
[next]