summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtesttostring.h
Commit message (Expand)AuthorAgeFilesLines
* Replace qdebug.h includes in public headers with forward-declarationsAhmad Samir2025-01-151-0/+1
* QTest::toString(QCbor-type): port from const char* to unique_ptr<char[]>Marc Mutz2024-12-261-29/+36
* qtesttostring.h: standardize on unique_ptr<[]>Marc Mutz2024-12-201-10/+11
* Make headers QT_NO_QSNPRINTF-cleanMarc Mutz2024-08-031-14/+16
* Fix -Wformat issues in our headersMarc Mutz2024-07-301-2/+5
* Long live QDebug::toBytes()!Marc Mutz2024-07-231-1/+1
* qtesttostring.h: don't write 32..256B of NULsMarc Mutz2024-07-201-7/+7
* Fix source compatibility with existing toString() extensionsAllan Sandfeld Jensen2024-07-181-17/+6
* qtypeinfo.h: move QTypeTraits part to qttypetraits.hMarc Mutz2024-06-041-0/+2
* QTest: rip out qxp::function_ref from compare_helper()Thiago Macieira2024-04-261-1/+14
* QTest: group all the toString() functionality in a single headerThiago Macieira2024-04-261-0/+486