| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix signature of QDebug::toString() | Lars Knoll | 2020-10-16 | 1 | -8/+1 |
| * | Fix Qt6 related comments in qdebug | Lars Knoll | 2020-09-11 | 1 | -9/+10 |
| * | Some work to handle enums that are larger than 32bit | Lars Knoll | 2020-08-15 | 1 | -1/+1 |
| * | QDebug: add operator<<(const char16_t *) | Thiago Macieira | 2020-08-04 | 1 | -10/+25 |
| * | Use QList instead of QVector in corelib implementation | Jarek Kobus | 2020-06-29 | 1 | -8/+0 |
| * | Remove more QStringRef overloads that aren't required | Lars Knoll | 2020-06-11 | 1 | -14/+0 |
| * | Add QDebug::toString() | Mitch Curtis | 2020-02-22 | 1 | -0/+14 |
| * | QDebug: add nothrow move special member functions | Marc Mutz | 2019-06-06 | 1 | -19/+17 |
| * | Prefix textstream operators with Qt:: | Lars Knoll | 2019-05-02 | 1 | -3/+3 |
| * | Allow more fine grained control over QFlags debug output | Tor Arne Vestbø | 2019-01-23 | 1 | -4/+54 |
| * | Allow more fine grained control over QMetaEnum debug output | Tor Arne Vestbø | 2019-01-23 | 1 | -7/+47 |
| * | Add convenience enum for QDebug's verbosity levels | Tor Arne Vestbø | 2019-01-23 | 1 | -3/+16 |
| * | Add QDebug convenience for changing the verbosity level | Tor Arne Vestbø | 2019-01-23 | 1 | -0/+11 |
| * | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 1 | -44/+2 |
| * | Fix QMetaObject naming of class enum flag | Allan Sandfeld Jensen | 2018-08-11 | 1 | -2/+2 |
| * | Improve output of Q_ENUM | Allan Sandfeld Jensen | 2018-07-26 | 1 | -5/+9 |
| * | Doc: Add missing full stops in briefs | Paul Wicking | 2018-06-21 | 1 | -1/+1 |
| * | doc: Correct all remaining clangqdoc warnings in qdebug.cpp | Martin Smith | 2017-12-02 | 1 | -59/+64 |
| * | QDebug: add op<<(QStringView) | Marc Mutz | 2017-03-24 | 1 | -0/+15 |
| * | qdoc: Define Q_COMPILER_UNICODE_STRINGS | Topi Reinio | 2016-12-15 | 1 | -0/+16 |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7 | Liang Qi | 2016-06-10 | 1 | -5/+4 |
| |\ |
|
| | * | QDebug: fix streaming of QChars | Marc Mutz | 2016-06-08 | 1 | -5/+4 |
| * | | QSharedPointer: move QDebug stream operators into qdebug.h | Giuseppe D'Angelo | 2016-05-12 | 1 | -0/+11 |
| * | | Uppercase the verbosity setting enums. | Thiago Macieira | 2016-01-22 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-21 | 1 | -1/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | QDebug: reduce template bloat | Marc Mutz | 2015-11-28 | 1 | -0/+13 |
| * | | QDebug: refactor streaming of sequential containers and add suppoprt for STL ... | Marc Mutz | 2015-11-28 | 1 | -0/+36 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.5' into 5.6 | Liang Qi | 2015-10-13 | 1 | -0/+56 |
| |\ |
|
| | * | QDebug: add missing docs for op<<(Container) | Marc Mutz | 2015-10-07 | 1 | -0/+56 |
| * | | Fix some qdoc warnings. | Friedemann Kleint | 2015-09-07 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/5.5' into dev | Frederik Gladhorn | 2015-08-06 | 1 | -21/+125 |
| |\| |
|
| | * | Doc: update QDebug documentation to talk about the escaping | Thiago Macieira | 2015-08-06 | 1 | -8/+95 |
| | * | Change how QDebug escapes QStrings in the output | Thiago Macieira | 2015-08-06 | 1 | -13/+30 |
| * | | Add a verbosity setting to QDebug. | Friedemann Kleint | 2015-03-13 | 1 | -0/+27 |
| |/ |
|
| * | Output registered enums in qDebug operator for QFlags. | Friedemann Kleint | 2015-02-26 | 1 | -1/+15 |
| * | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'. | Friedemann Kleint | 2015-02-18 | 1 | -4/+4 |
| * | Fix QDebug cumulating operator<< with many Q_ENUM | Olivier Goffart | 2015-02-17 | 1 | -0/+20 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | MSVC: Silence warning about right shift by too large amount | Kai Koehne | 2015-01-20 | 1 | -7/+3 |
| * | Do the same for qDebug of QByteArray and QLatin1String | Thiago Macieira | 2015-01-11 | 1 | -1/+46 |
| * | QDebug: pretty-print QStrings and QStringRefs | Thiago Macieira | 2015-01-11 | 1 | -0/+103 |
| * | Merge remote-tracking branch 'origin/5.4' into dev | Simon Hausmann | 2014-12-10 | 1 | -2/+2 |
| |\ |
|
| | * | Doc: corrected autolink errors corelib/io | Nico Vertriest | 2014-11-26 | 1 | -2/+2 |
| * | | Add support for char16_t, char32_t and std::nullptr_t in QDebug | Thiago Macieira | 2014-12-04 | 1 | -0/+22 |
| |/ |
|
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -18/+10 |
| * | QDebugStateSaver: Fix trailing space issues | Kai Koehne | 2014-07-23 | 1 | -1/+8 |
| * | QDebug: Add a doc section about formatting options | Kai Koehne | 2014-07-22 | 1 | -0/+12 |
| * | QDebug: Add resetFormat() | Kai Koehne | 2014-07-15 | 1 | -1/+16 |
| * | Add QDebug::noquote() stream modifier | Kai Koehne | 2014-07-10 | 1 | -0/+41 |