| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | 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 |
| |\ |
|