summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.cpp
Commit message (Expand)AuthorAgeFilesLines
* Mark QDebug as security-criticalMatthias Rauter2025-06-191-0/+1
* Correct two misleading commentsEdward Welbourne2025-05-221-2/+2
* Long live \constraints!Marc Mutz2025-02-281-2/+1
* Fix docs for new QDebug streaming operators of std containersIvan Solovev2025-01-171-1/+1
* Provide docs for std::array QDebug streaming operatorIvan Solovev2025-01-171-0/+9
* QTextStream: port from QScopedPointer to unique_ptrMarc Mutz2024-12-191-2/+2
* QDebug: make std::optional stream operator SCARYMarc Mutz2024-12-181-3/+2
* QDebug: add refinements to qDebug support for stl containersDheerendra Purohit2024-12-121-5/+4
* QDebug: add streaming operators for std::multisetDheerendra Purohit2024-11-261-0/+9
* QDebug: add streaming operators for std::setDheerendra Purohit2024-11-221-0/+9
* QDebug: add streaming operators for std::unordered_setDheerendra Purohit2024-11-201-0/+10
* QDebug: add streaming operators for std::unordered_mapDheerendra Purohit2024-11-191-0/+9
* Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasingMarc Mutz2024-11-081-3/+1
* QDebug: add streaming operators for std::tupleMarc Mutz2024-11-051-0/+35
* QDebug: improve support for printing 64-bit QFlagsThiago Macieira2024-10-091-2/+12
* QDebug: cast the QFlags value to the right-sized unsigned type (1/2)Thiago Macieira2024-08-101-3/+3
* Introduce QT_NO_QSNPRINTF and mark QtCore as qsnprintf-freeMarc Mutz2024-08-031-2/+3
* Add QDebug printing for the std/Qt::<name>_ordering typesTatiana Borisova2024-08-011-0/+49
* Doc: Fix undocumented parameter QDoc warningPaul Wicking2024-08-011-1/+2
* Long live QDebug::toBytes()!Marc Mutz2024-07-231-0/+22
* QDebug: make toString() SCARYMarc Mutz2024-07-211-0/+11
* Fix signature of QDebug::toString() (again)Marc Mutz2024-07-201-1/+1
* 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