summaryrefslogtreecommitdiffstats
path: root/src/corelib/io/qdebug.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Long live std::pair!Giuseppe D'Angelo2020-06-101-10/+0
* QDebug: sprinkle usage of QDebugStateSaverGiuseppe D'Angelo2020-05-111-12/+8
* QDebug: clean up handling of QMap/QHashGiuseppe D'Angelo2020-05-111-17/+28
* Introduce helper class QTaggedPointerTor Arne Vestbø2020-03-171-0/+10
* QDebug::toString(): use nospace()Mitch Curtis2020-02-281-2/+2
* Make QDebug constructors explicitAllan Sandfeld Jensen2020-02-251-4/+4
* Add QDebug::toString()Mitch Curtis2020-02-221-0/+18
* Make QList an alias to QVectorLars Knoll2019-10-301-6/+0
* QDebug: add nothrow move special member functionsMarc Mutz2019-06-061-4/+5
* Prefix textstream operators with Qt::Lars Knoll2019-05-021-1/+1
* Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-061-2/+0
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-1/+1
* Add convenience enum for QDebug's verbosity levelsTor Arne Vestbø2019-01-231-2/+3
* Add QDebug convenience for changing the verbosity levelTor Arne Vestbø2019-01-231-0/+2
* Fix warnings building with --std=c++11 and gcc 8Allan Sandfeld Jensen2018-12-141-1/+1
* Add debug output for single enum flagsAllan Sandfeld Jensen2018-08-111-0/+13
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-201-1/+1
|\
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-1/+1
* | QDebug: add op<<(QStringView)Marc Mutz2017-03-241-0/+3
|/
* Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-6/+6
* Darwin: Add QImage::toCGImage() conversion functionMorten Johan Sørvig2016-08-111-2/+2
* QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-121-0/+9
* Uppercase the verbosity setting enums.Thiago Macieira2016-01-221-7/+7
* Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QDebug: reduce template bloatMarc Mutz2015-11-281-14/+22
* QDebug: refactor streaming of sequential containers and add suppoprt for STL ...Marc Mutz2015-11-281-15/+62
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-8/+8
|\
| * QDebug: add missing docs for op<<(Container)Marc Mutz2015-10-071-8/+8
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-061-3/+11
|\|