summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Logging: introduce QInternalMessageLogContext to hold current contextThiago Macieira2024-03-271-2/+3
* Remove unnecessary #undef about q{Debug,Info,Warning,Critical,Fatal}Thiago Macieira2024-03-041-7/+0
* Doc: Fix documentation issues for Qt CoreTopi Reinio2023-12-191-2/+2
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-091-0/+99
* QDebug: remove QPair streaming docsMarc Mutz2023-12-071-8/+0
* qDebug: add support for std::optional and std::nullopt_tDavid Faure2023-11-221-0/+16
* Remove Custom Type Example and Custom Type Sending ExampleRym Bouabid2023-10-041-1/+1
* QDebug: rewrite timeUnit() into putTimeUnit()Marc Mutz2023-07-101-6/+11
* QDebug: add getter/setter for noQuotesMarc Mutz2023-07-051-0/+23
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-061-0/+98
* QtMiscUtils: add isAsciiPrintable() helperAhmad Samir2023-03-181-6/+3
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-9/+7
* QMetaEnum: fix narrowing warnings related to valueToKey*()Ahmad Samir2023-03-131-3/+2
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-021-67/+12
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-271-0/+73
* QDebug: finish porting to qsizetype/size_tMarc Mutz2022-08-211-1/+1
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-211-2/+3
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4
* Port QtDebugUtils::toPrintable() to qint64/qsizetypeMarc Mutz2022-08-211-3/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicableSona Kurazyan2022-03-251-5/+5
* Use QDebugStateSaver in example operator<<()Kai Köhne2022-03-161-0/+4
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-181-0/+32
* QDebug: add missing docs for new QVLA streaming operatorMarc Mutz2021-06-151-0/+9
* Consolidate debug string generationAlex Trotsenko2021-05-311-0/+48
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-071-0/+17
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-071-0/+19
* Fix signature of QDebug::toString()Lars Knoll2020-10-161-8/+1
* Fix Qt6 related comments in qdebugLars Knoll2020-09-111-9/+10
* Some work to handle enums that are larger than 32bitLars Knoll2020-08-151-1/+1
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-10/+25
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-8/+0
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-14/+0
* Add QDebug::toString()Mitch Curtis2020-02-221-0/+14
* QDebug: add nothrow move special member functionsMarc Mutz2019-06-061-19/+17
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-3/+3
* Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-4/+54
* Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-7/+47
* Add convenience enum for QDebug's verbosity levelsTor Arne Vestbø2019-01-231-3/+16
* Add QDebug convenience for changing the verbosity levelTor Arne Vestbø2019-01-231-0/+11
* Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-44/+2
* Fix QMetaObject naming of class enum flagAllan Sandfeld Jensen2018-08-111-2/+2
* Improve output of Q_ENUMAllan Sandfeld Jensen2018-07-261-5/+9
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-1/+1
* doc: Correct all remaining clangqdoc warnings in qdebug.cppMartin Smith2017-12-021-59/+64
* QDebug: add op<<(QStringView)Marc Mutz2017-03-241-0/+15
* qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-151-0/+16
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-101-5/+4
|\
| * QDebug: fix streaming of QCharsMarc Mutz2016-06-081-5/+4