summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
* Make qYieldCpu() public APIThiago Macieira2023-07-251-0/+7
* Add QStrongOrdering and QWeakOrderingDennis Oberst2023-07-251-0/+272
* Fix assert in qCleanupFuncInfo when using QDebug from a lambda with autoDavid Faure2023-07-111-0/+8
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-0517-0/+102
* CMake: make tst_qlogging depend on qlogging_helperAhmad Samir2023-07-041-0/+2
* Suppress a couple of GCC warningsAhmad Samir2023-06-291-0/+3
* Short live Q_NODISCARD_(CTOR_)X!Marc Mutz2023-06-221-4/+9
* Replace {add,sub,mul}_overload with q{Add,Sub,Mul}OverloadMarc Mutz2023-06-121-40/+40
* Short live Q_NODISCARD_CTORIvan Solovev2023-04-301-0/+21
* Short live q20::to_address!Marc Mutz2023-03-314-0/+173
* tst_qmessagehandler: fix QtTest warnings about duplicate row namesThiago Macieira2023-02-231-3/+7
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+65
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1714-29/+0
* QTypeInfo: remove further usages of isPointer / isIntegralGiuseppe D'Angelo2022-12-301-2/+2
* tst_qlogging: Skip backtrace tests under ASanThiago Macieira2022-12-211-0/+2
* tst_qlogging: don't skip all tests under static buildsThiago Macieira2022-12-211-1/+1
* tst_qlogging: fix preprocessor directivesThiago Macieira2022-12-211-7/+6
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-092-2/+2
* qfloat16: make it a built-in metatypeThiago Macieira2022-11-281-0/+12
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+22
* qfloat16: add QDataStream testsThiago Macieira2022-11-281-0/+25
* qfloat16: add support for native _Float16 (C2x extended floating point)Thiago Macieira2022-11-281-2/+2
* QOperatingSystemVersion: add tests for the globalsThiago Macieira2022-10-281-0/+60
* QOperatingSystemVersion: fix ABI problem with dllimport on WindowsThiago Macieira2022-10-281-0/+30
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-151-4/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-042-8/+8
* QWinRegistryKey: refactorYuhang Zhao2022-09-143-61/+0
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-012-0/+2
* QMetaObject: add a new, variadic invoke/invokeMethod/newInstanceThiago Macieira2022-08-301-2/+2
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-241-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2318-18/+18
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-191-2/+2
* Tests: remove #define COMMAThiago Macieira2022-08-091-6/+7
* qputenv: defend against non-NUL-terminated QByteArray valuesMarc Mutz2022-08-051-1/+5
* Add license headers to cmake filesLucie Gérard2022-08-0318-0/+54
* QMetaObject: rewrite invokeMethod()Thiago Macieira2022-07-281-3/+13
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-288-8/+8
* function_ref test: Don't take reference of temporariesMårten Nordheim2022-06-201-5/+10
* Endian: Remove old special integer bitfieldsUlf Hermann2022-06-161-29/+0
* Revert "qxp::function_ref: drop use of q23::invoke_r"Marc Mutz2022-06-141-0/+40
* Endian: Allow special bitfield union fields to cover the whole storageUlf Hermann2022-06-021-1/+11
* Short live qxp::function_ref!Marc Mutz2022-06-024-0/+243
* qglobal.h: use the GCC attribute for nothrow in C modeThiago Macieira2022-05-271-1/+2
* qglobal.h: #include <stdbool.h> in C modeThiago Macieira2022-05-181-9/+0
* Use SPDX license identifiersLucie Gérard2022-05-1619-538/+52
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-6/+0
* Endian: Provide special integer bitfield unionsUlf Hermann2022-05-071-1/+105
* Move some purely floating-point testing from tst_QLocale to tst_QNumericEdward Welbourne2022-04-011-0/+13
* Use constants of the correct type in qnumeric NaN testEdward Welbourne2022-04-011-11/+12