Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace qdebug.h includes in public headers with forward-declarations | Ahmad Samir | 2025-01-15 | 1 | -0/+1 |
* | QTest::toString(QCbor-type): port from const char* to unique_ptr<char[]> | Marc Mutz | 2024-12-26 | 1 | -29/+36 |
* | qtesttostring.h: standardize on unique_ptr<[]> | Marc Mutz | 2024-12-20 | 1 | -10/+11 |
* | Make headers QT_NO_QSNPRINTF-clean | Marc Mutz | 2024-08-03 | 1 | -14/+16 |
* | Fix -Wformat issues in our headers | Marc Mutz | 2024-07-30 | 1 | -2/+5 |
* | Long live QDebug::toBytes()! | Marc Mutz | 2024-07-23 | 1 | -1/+1 |
* | qtesttostring.h: don't write 32..256B of NULs | Marc Mutz | 2024-07-20 | 1 | -7/+7 |
* | Fix source compatibility with existing toString() extensions | Allan Sandfeld Jensen | 2024-07-18 | 1 | -17/+6 |
* | qtypeinfo.h: move QTypeTraits part to qttypetraits.h | Marc Mutz | 2024-06-04 | 1 | -0/+2 |
* | QTest: rip out qxp::function_ref from compare_helper() | Thiago Macieira | 2024-04-26 | 1 | -1/+14 |
* | QTest: group all the toString() functionality in a single header | Thiago Macieira | 2024-04-26 | 1 | -0/+486 |