summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qcomparehelpers
Commit message (Expand)AuthorAgeFilesLines
* Fix moc include for tst_qcomparehelpersMårten Nordheim8 days1-1/+1
* CMake: fix cross-compilation build: ${CMAKE_SYSTEM_PROCESSOR} is emptyThiago Macieira2024-04-241-1/+1
* Skip tst_qcomparehelpers_cpp23 on Linux armIvan Solovev2024-04-121-1/+1
* CMake: Make a few more auto tests standaloneAlexandru Croitor2024-03-141-0/+6
* Comparison helper macros: add an Attributes parameterIvan Solovev2024-02-203-4/+64
* Refactor tst_qcomparehelpersIvan Solovev2024-02-164-188/+255
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Exclude VxWorks from cxx 23 mode compilation of qcomparehelpersKrzysztof Sommerfeld2024-01-311-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-282-27/+265
* Implement compare helper macrosIvan Solovev2023-11-282-0/+500