| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: Improve documentation of qDebug and friends | Kai Köhne | 2025-07-29 | 1 | -1/+136 |
| * | Fix of files under src_corelib_io prefix | Oleksii Zbykovskyi | 2025-07-24 | 1 | -1/+9 |
| * | QTextStream: prefer QStringView overload of Private::putString() | Marc Mutz | 2025-07-19 | 1 | -1/+1 |
| * | Prefer QTextStreamPrivate::write(QStringView) over (ptr, n) [2/2]: rest | Marc Mutz | 2025-07-19 | 1 | -3/+3 |
| * | Prefer QTextStreamPrivate::write(QStringView) over (ptr, n) [1/2]: casts | Marc Mutz | 2025-07-19 | 1 | -3/+3 |
| * | QTextStream: use write(QChar) more | Marc Mutz | 2025-07-14 | 1 | -4/+3 |
| * | De-pessimize QDebug::putByteArray() | Marc Mutz | 2025-07-15 | 1 | -3/+8 |
| * | 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 |