summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Skip tst_qcomparehelpers_cpp23 on Linux armIvan Solovev2024-04-121-1/+1
* Revert "QTypeInfo: add detection for Clang's __is_trivially_relocatable"Tor Arne Vestbø2024-03-221-14/+0
* QTypeInfo: add detection for Clang's __is_trivially_relocatableGiuseppe D'Angelo2024-03-221-0/+14
* tst_qglobal: add a few tests for QTypeInfoGiuseppe D'Angelo2024-03-221-0/+49
* tst_qglobal: include what you useGiuseppe D'Angelo2024-03-221-1/+2
* Fix build of tst_qoperatingsystemversion.cpp with C++20Joerg Bornemann2024-03-191-2/+2
* Fix truncation warnings in tst_qnumericIsak Fyksen2024-03-161-1/+1
* Fix overflow warnings in tst_qnumericIsak Fyksen2024-03-161-0/+3
* CMake: Make a few more auto tests standaloneAlexandru Croitor2024-03-141-0/+6
* QOperatingSystemVersion: use partial ordering for relational operatorsIvan Solovev2024-03-131-55/+52
* tst_qmessagehandler: disable the backtrace tests outside of x86Thiago Macieira2024-02-261-2/+5
* 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-0422-22/+22
* Exclude VxWorks from cxx 23 mode compilation of qcomparehelpersKrzysztof Sommerfeld2024-01-311-1/+1
* Un-blacklist QMessageLogger backtrace tests for b2qt 64bitJoerg Bornemann2024-01-221-4/+0
* Blacklist QMessageHandler backtrace tests for b2qt 32bitJoerg Bornemann2024-01-221-2/+4
* qfloat16: make relational operators constexpr when QFLOAT16_IS_NATIVEIvan Solovev2024-01-191-0/+40
* Introduce macros to simplify testing comparisonIvan Solovev2024-01-191-7/+2
* tst_QCompareHelpers: fix narrowing warningMarc Mutz2024-01-121-8/+8
* tst_qxp_function_ref: check that function_ref's are trivially copyableMarc Mutz2023-12-161-0/+2
* tst_QtEndian: rewrite the ENDIAN_TEST macros to support FPMarc Mutz2023-12-111-30/+32
* Fix return value of qbswap(qint128)Marc Mutz2023-12-111-0/+29
* Long live QDebug::operator<<(q(u)int128)!Marc Mutz2023-12-091-40/+0
* tst_QGlobal: work around ubsan issue in toString(qint128)Marc Mutz2023-12-091-1/+1
* qfloat16: extend comparison with integral typesIvan Solovev2023-12-081-4/+35
* qfloat16: use new comparison helper macrosIvan Solovev2023-12-081-0/+105
* Add missing <=> 0 operator to Qt ordering typesMarc Mutz2023-12-071-0/+68
* QPartialOrdering: add lower-case flags for std/Qt:: compatibilityMarc Mutz2023-12-071-0/+5
* QPartialOrdering: add missing conversions to/from Qt::_ordering typesMarc Mutz2023-12-071-0/+1
* QPartialOrdering: add missing conversion from std::{weak,strong}_orderingMarc Mutz2023-12-071-0/+2
* Long live qCompareThreeWay()Ivan Solovev2023-12-071-0/+113
* 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_QCompare: restore some test coverage to QPartialOrderingMarc Mutz2023-12-051-0/+22
* 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-283-0/+501
* Make Qt::partial_ordering binary-compatible to std::partial_orderingMarc Mutz2023-11-271-0/+39
* Rename Q*Ordering to Qt::*_orderingMarc Mutz2023-11-211-275/+386
* Q*Ordering: supply is_{lt,gt,n,}eqMarc Mutz2023-11-211-0/+109
* tst_qxp_is_virtual_base_of: disable all warnings for GCC < 10Marc Mutz2023-11-131-0/+7
* is_virtual_base_of: suppress warnings in the testGiuseppe D'Angelo2023-09-281-0/+4
* Long live qxp::is_virtual_base_ofGiuseppe D'Angelo2023-09-263-0/+115
* Long live Q_(U)INT128_C()!Marc Mutz2023-09-141-0/+129
* Long live Q_(U)INT128_MIN/MAX!Marc Mutz2023-09-132-0/+74
* Add some tests for q(u)int128Marc Mutz2023-09-132-0/+13
* Add 'thread_local' definition as it is not available in C mode for VxWorksKrzysztof Sommerfeld2023-08-291-0/+5
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-192-0/+4
* Make qYieldCpu() public APIThiago Macieira2023-07-251-0/+7