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
/
qdebug.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark QDebug as security-critical
Matthias Rauter
2025-06-19
1
-0
/
+1
*
Correct two misleading comments
Edward Welbourne
2025-05-22
1
-2
/
+2
*
Long live \constraints!
Marc Mutz
2025-02-28
1
-2
/
+1
*
Fix docs for new QDebug streaming operators of std containers
Ivan Solovev
2025-01-17
1
-1
/
+1
*
Provide docs for std::array QDebug streaming operator
Ivan Solovev
2025-01-17
1
-0
/
+9
*
QTextStream: port from QScopedPointer to unique_ptr
Marc Mutz
2024-12-19
1
-2
/
+2
*
QDebug: make std::optional stream operator SCARY
Marc Mutz
2024-12-18
1
-3
/
+2
*
QDebug: add refinements to qDebug support for stl containers
Dheerendra Purohit
2024-12-12
1
-5
/
+4
*
QDebug: add streaming operators for std::multiset
Dheerendra Purohit
2024-11-26
1
-0
/
+9
*
QDebug: add streaming operators for std::set
Dheerendra Purohit
2024-11-22
1
-0
/
+9
*
QDebug: add streaming operators for std::unordered_set
Dheerendra Purohit
2024-11-20
1
-0
/
+10
*
QDebug: add streaming operators for std::unordered_map
Dheerendra Purohit
2024-11-19
1
-0
/
+9
*
Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing
Marc Mutz
2024-11-08
1
-3
/
+1
*
QDebug: add streaming operators for std::tuple
Marc Mutz
2024-11-05
1
-0
/
+35
*
QDebug: improve support for printing 64-bit QFlags
Thiago Macieira
2024-10-09
1
-2
/
+12
*
QDebug: cast the QFlags value to the right-sized unsigned type (1/2)
Thiago Macieira
2024-08-10
1
-3
/
+3
*
Introduce QT_NO_QSNPRINTF and mark QtCore as qsnprintf-free
Marc Mutz
2024-08-03
1
-2
/
+3
*
Add QDebug printing for the std/Qt::<name>_ordering types
Tatiana Borisova
2024-08-01
1
-0
/
+49
*
Doc: Fix undocumented parameter QDoc warning
Paul Wicking
2024-08-01
1
-1
/
+2
*
Long live QDebug::toBytes()!
Marc Mutz
2024-07-23
1
-0
/
+22
*
QDebug: make toString() SCARY
Marc Mutz
2024-07-21
1
-0
/
+11
*
Fix signature of QDebug::toString() (again)
Marc Mutz
2024-07-20
1
-1
/
+1
*
Logging: introduce QInternalMessageLogContext to hold current context
Thiago Macieira
2024-03-27
1
-2
/
+3
*
Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}
Thiago Macieira
2024-03-04
1
-7
/
+0
*
Doc: Fix documentation issues for Qt Core
Topi Reinio
2023-12-19
1
-2
/
+2
*
Long live QDebug::operator<<(q(u)int128)!
Marc Mutz
2023-12-09
1
-0
/
+99
*
QDebug: remove QPair streaming docs
Marc Mutz
2023-12-07
1
-8
/
+0
*
qDebug: add support for std::optional and std::nullopt_t
David Faure
2023-11-22
1
-0
/
+16
*
Remove Custom Type Example and Custom Type Sending Example
Rym Bouabid
2023-10-04
1
-1
/
+1
*
QDebug: rewrite timeUnit() into putTimeUnit()
Marc Mutz
2023-07-10
1
-6
/
+11
*
QDebug: add getter/setter for noQuotes
Marc Mutz
2023-07-05
1
-0
/
+23
*
Move the formatting of <chrono> durations to QDebug & QtTest
Thiago Macieira
2023-05-06
1
-0
/
+98
*
QtMiscUtils: add isAsciiPrintable() helper
Ahmad Samir
2023-03-18
1
-6
/
+3
*
Replace ushort*/uint* with char16_t*/char32_t* in private API [1]
Ahmad Samir
2023-03-15
1
-9
/
+7
*
QMetaEnum: fix narrowing warnings related to valueToKey*()
Ahmad Samir
2023-03-13
1
-3
/
+2
*
QDebug: fix std::string/view stream operators; add u8 versions
Marc Mutz
2023-03-02
1
-67
/
+12
*
QDebug: Support standard strings and string views directly
Ville Voutilainen
2022-09-27
1
-0
/
+73
*
QDebug: finish porting to qsizetype/size_t
Marc Mutz
2022-08-21
1
-1
/
+1
*
QDebug: finish porting put{String,ByteArray} to qsizetype
Marc Mutz
2022-08-21
1
-2
/
+3
*
QDebug: port putEscapedString() from int to size_t
Marc Mutz
2022-08-21
1
-4
/
+4
*
Port QtDebugUtils::toPrintable() to qint64/qsizetype
Marc Mutz
2022-08-21
1
-3
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: Replace remaining uses of QLatin1String with QLatin1StringView
Sona Kurazyan
2022-03-26
1
-1
/
+1
*
QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable
Sona Kurazyan
2022-03-25
1
-5
/
+5
*
Use QDebugStateSaver in example operator<<()
Kai Köhne
2022-03-16
1
-0
/
+4
*
Fix docs for comparison/debug/data stream operators of Qt containers
Sona Kurazyan
2021-10-18
1
-0
/
+32
*
QDebug: add missing docs for new QVLA streaming operator
Marc Mutz
2021-06-15
1
-0
/
+9
*
Consolidate debug string generation
Alex Trotsenko
2021-05-31
1
-0
/
+48
*
QDebug: add op<<(QUtf8StringView)
Karsten Heimrich
2020-11-07
1
-0
/
+17
*
QDebug: add op<<(QByteArrayView)
Karsten Heimrich
2020-11-07
1
-0
/
+19
[next]