summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.h
Commit message (Expand)AuthorAgeFilesLines
* Mark QDebug as security-criticalMatthias Rauter2025-06-191-0/+1
* qdebug.h: remove duplicate includesMarc Mutz2025-06-121-3/+0
* Restore the docs for QFlags debug streaming operatorIvan Solovev2025-01-221-0/+5
* Fix SFINAE constraint in flags debug streaming operatorIvan Solovev2025-01-221-2/+2
* Fix docs for new QDebug streaming operators of std containersIvan Solovev2025-01-171-0/+12
* Replace qdebug.h includes in public headers with forward-declarationsAhmad Samir2025-01-151-0/+1
* QDebugStateSaver: port from QScopedPointer to unique_ptrMarc Mutz2025-01-131-1/+1
* qErrnoWarning: disable when QT_NO_WARNING_OUTPUT is setThiago Macieira2025-01-071-0/+2
* QDebug: constrain the new Standard Library op<<Thiago Macieira2024-12-181-4/+4
* QDebug: make std::optional stream operator SCARYMarc Mutz2024-12-181-10/+10
* QDebug: add refinements to qDebug support for stl containersDheerendra Purohit2024-12-121-2/+5
* QDebug: add streaming operators for std::multisetDheerendra Purohit2024-11-261-0/+6
* QDebug: add streaming operators for std::setDheerendra Purohit2024-11-221-0/+7
* QDebug: add streaming operators for std::unordered_setDheerendra Purohit2024-11-201-0/+7
* QDebug: add streaming operators for std::unordered_mapDheerendra Purohit2024-11-191-0/+7
* QDebug: add streaming operators for std::tupleMarc Mutz2024-11-051-0/+39
* QDebug: simplify op<<(std::optional)Marc Mutz2024-10-251-4/+3
* QDebug: normalize std::pair output separatorMarc Mutz2024-10-241-1/+1
* QDebug: improve support for printing 64-bit QFlagsThiago Macieira2024-10-091-1/+6
* Long live 64-bit QFlagsThiago Macieira2024-10-041-1/+1
* QFlags: simplify operator<< for QDebugThiago Macieira2024-08-141-48/+46
* QDebug: cast the QFlags value to the right-sized unsigned type (2/2)Thiago Macieira2024-08-101-1/+2
* QDebug: cast the QFlags value to the right-sized unsigned type (1/2)Thiago Macieira2024-08-101-2/+5
* Add QDebug printing for the std/Qt::<name>_ordering typesTatiana Borisova2024-08-011-0/+14
* Call std::addressof instead of operator& in QDebug::toBytesJøger Hansegård2024-07-251-1/+1
* Call std::addressof instead of operator& in QDebug::toStringJøger Hansegård2024-07-251-1/+2
* Long live QDebug::toBytes()!Marc Mutz2024-07-231-0/+11
* QDebug: make toString() SCARYMarc Mutz2024-07-211-4/+10
* QDebug: make Stream ctors explicitMarc Mutz2024-07-211-3/+3
* Fix signature of QDebug::toString() (again)Marc Mutz2024-07-201-2/+2
* QDebug: add support for std::arrayAurélien Brooke2024-07-141-0/+10
* qtypeinfo.h: move QTypeTraits part to qttypetraits.hMarc Mutz2024-06-041-0/+1
* QDebug: fix copy-instead-of-move issuesMarc Mutz2024-03-251-12/+12
* QDebug: add missing #include <optional>Marc Mutz2024-01-151-0/+1
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-091-0/+18
* QDebug: remove QPair streaming docsMarc Mutz2023-12-071-3/+0
* qDebug: add support for std::optional and std::nullopt_tDavid Faure2023-11-221-0/+12
* QDebug: rewrite timeUnit() into putTimeUnit()Marc Mutz2023-07-101-2/+3
* QDebug: add getter/setter for noQuotesMarc Mutz2023-07-051-0/+3
* QDebugStateSaver: mark ctors [[nodiscard]]Marc Mutz2023-06-201-1/+1
* QDebugStateSaver: unexportMarc Mutz2023-06-141-1/+3
* Move the formatting of <chrono> durations to QDebug & QtTestThiago Macieira2023-05-061-0/+9
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-2/+2
* Replace ushort*/uint* with char16_t*/char32_t* in private API [1]Ahmad Samir2023-03-151-1/+1
* QDebug: fix std::string/view stream operators; add u8 versionsMarc Mutz2023-03-021-10/+46
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+1
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* QDebug: Support standard strings and string views directlyVille Voutilainen2022-09-271-1/+27