summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qcomparehelpers.h
Commit message (Expand)AuthorAgeFilesLines
* Comparison helper macros: add an Attributes parameterIvan Solovev2024-02-201-62/+156
* Add missing <=> 0 operator to Qt ordering typesMarc Mutz2023-12-071-0/+5
* qcomparehelper.h: simplify compareThreeWay() SFINAE helpersMarc Mutz2023-12-071-20/+12
* Teach Qt::compareThreeWay() to support native float16 typesIvan Solovev2023-12-071-3/+11
* tst_QCompareHelpers: extract Qt/std-mapping into public headerMarc Mutz2023-12-051-0/+29
* Implement helper Qt::compareThreeWay() function for built-in typesIvan Solovev2023-11-281-0/+132
* Implement compare helper macrosIvan Solovev2023-11-281-0/+307