summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qcomparehelpers/tst_qcomparehelpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor tst_qcomparehelpersIvan Solovev2024-02-161-186/+73
* Change license for tests filesLucie GĂ©rard2024-02-041-1/+1
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-7/+2
* tst_QCompareHelpers: fix narrowing warningMarc Mutz2024-01-121-8/+8
* qcomparehelper.h: simplify compareThreeWay() SFINAE helpersMarc Mutz2023-12-071-3/+6
* Teach Qt::compareThreeWay() to support native float16 typesIvan Solovev2023-12-071-1/+19
* tst_QCompareHelpers: extract Qt/std-mapping into public headerMarc Mutz2023-12-051-12/+2
* Implement helper Qt::compareThreeWay() function for built-in typesIvan Solovev2023-11-281-27/+243
* Implement compare helper macrosIvan Solovev2023-11-281-0/+491