summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+2
* Fix has_signaling_NaN usage for INTEGRITYTatiana Borisova2022-03-161-2/+5
* Restore C++20-deprecated mixed-enum bitwise operatorsMarc Mutz2022-03-151-0/+35
* tst_qflags: test w/and w/o QT_TYPESAFE_FLAGSMarc Mutz2022-03-082-14/+31
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-071-0/+44
* tst_qflags: don't suppress deprecation warningsMarc Mutz2022-03-031-1/+0
* tst_qflags: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-02-281-3/+10
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-02-281-0/+23
* tst_qlogging (tst_qmessagehandler): use one line for output and expectedThiago Macieira2022-02-201-3/+4
* tst_qlogging (tst_qmessagehandler): use QProcessEnvironmentThiago Macieira2022-02-201-22/+12
* tst_qmessagehandler: force QProcess tests to log to stderrPasi Petäjäjärvi2022-02-171-0/+1
* Exclude denormal test cases if system doesn't support itTatiana Borisova2022-02-151-0/+5
* tst_qlogging: use correct qlogging_helper path on webOSJanne Juntunen2022-02-031-11/+17
* Fix tst_qfloat16 run time error for INTEGRITY (tested on sa8115)Tatiana Borisova2022-01-301-0/+5
* tst_qglobalstatic is halted on INTEGRITY deviceTatiana Borisova2021-12-201-0/+6
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-121-1/+1
* QNX: Remove expected failPasi Petäjäjärvi2021-12-121-3/+0
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-0/+13
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-162-0/+3
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-121-0/+11
* CMake: remove support for building Qt with the old Intel compilerThiago Macieira2021-10-131-11/+0
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-3/+0
* Compile autotests for IntegrityTatiana Borisova2021-09-202-5/+8
* tests: Remove unused SRCDIR definesIevgenii Meshcheriakov2021-08-171-2/+0
* Fix various -Wdeprecated-enum-float-conversions around the codeMarc Mutz2021-07-271-10/+8
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-8/+10
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-1/+14
* Add test for native interface machineryTor Arne Vestbø2021-07-153-0/+129
* Fix tst_qmessagehandler::formatLogMessage() test on AndroidAssam Boudjelthia2021-07-011-0/+4
* tst_qglobal: fix an uninit'ed variable warningMarc Mutz2021-06-301-1/+1
* Prefer QFAIL("Informative message") over QVERIFY(false)Edward Welbourne2021-06-141-5/+5
* Suppress gcc warning -Wmemset-elt-size on test codeEdward Welbourne2021-06-141-1/+5
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-181-0/+20
* PRIx macros: add some actual testingGiuseppe D'Angelo2021-05-181-10/+10
* QFlags: add test(Any)Flag(s)Giuseppe D'Angelo2021-05-151-0/+58
* Use a more forgiving threshold for qFuzzyIsNull(qfloat16)Edward Welbourne2021-04-291-1/+1
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-293-2/+69
* Fix warnings from ignored [[nodiscard]] returnsVolker Hilsheimer2021-04-281-8/+8