summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-121-0/+11
* | Uppercase the verbosity setting enums.Thiago Macieira2016-01-221-1/+1
* | Updated license headersJani Heikkinen2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QDebug: reduce template bloatMarc Mutz2015-11-281-0/+13
* | QDebug: refactor streaming of sequential containers and add suppoprt for STL ...Marc Mutz2015-11-281-0/+36
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-0/+56
|\
| * QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-071-0/+56
* | Fix some qdoc warnings.Friedemann Kleint2015-09-071-1/+1
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-21/+125
|\|
| * Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
| * Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-13/+30
* | Add a verbosity setting to QDebug.Friedemann Kleint2015-03-131-0/+27
|/
* Output registered enums in qDebug operator for QFlags.Friedemann Kleint2015-02-261-1/+15
* Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-181-4/+4
* Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-171-0/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* MSVC: Silence warning about right shift by too large amountKai Koehne2015-01-201-7/+3
* Do the same for qDebug of QByteArray and QLatin1StringThiago Macieira2015-01-111-1/+46
* QDebug: pretty-print QStrings and QStringRefsThiago Macieira2015-01-111-0/+103
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-2/+2
|\
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-261-2/+2
* | Add support for char16_t, char32_t and std::nullptr_t in QDebugThiago Macieira2014-12-041-0/+22
|/