summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* QDebug: finish porting to qsizetype/size_tMarc Mutz2022-08-211-1/+1
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-211-1/+1
* QtBase: eradicate QT_STRINGVIEW_LEVEL usesMarc Mutz2022-07-201-2/+0
* QDebug: add op<< for std::initializer_listMarc Mutz2022-07-061-0/+6
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-221-0/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Don't declare type 'id' in the global namespace in a public headerTor Arne Vestbø2022-04-271-2/+5
* Add QDebug operator for Objective-C id typeTor Arne Vestbø2022-04-211-0/+2
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-1/+1
* QVariant: reduce transitive includesFabian Kosmale2022-03-171-6/+8
* QDebug: unexport most of the class for Qt 7Thiago Macieira2022-02-171-6/+5
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* Fix QDebug operator<< for QMultiMap when Q_CLANG_QDOC is definedJoerg Bornemann2021-10-271-1/+1
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-181-0/+47
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-6/+10
* QDebug: add support for QVarLengthArrayMarc Mutz2021-06-131-0/+7
* QDebug: code tidiesGiuseppe D'Angelo2021-05-121-1/+1
* Fix c++20 buildsAllan Sandfeld Jensen2020-11-141-1/+1
* QDebug: add op<<(QUtf8StringView)Karsten Heimrich2020-11-071-0/+1
* QDebug: add op<<(QByteArrayView)Karsten Heimrich2020-11-071-0/+1
* Fix signature of QDebug::toString()Lars Knoll2020-10-161-11/+2
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-2/+0
* Fix Qt6 related comments in qdebugLars Knoll2020-09-111-36/+23
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+11
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-3/+3
* Some work to handle enums that are larger than 32bitLars Knoll2020-08-151-2/+2
* Constrain the debug stream operators for containersLars Knoll2020-08-151-12/+16
* QDebug: add operator<<(const char16_t *)Thiago Macieira2020-08-041-0/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-4/+3
* Remove more QStringRef overloads that aren't requiredLars Knoll2020-06-111-1/+0