summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-251-0/+31
* CMake: Build minimal subset of tests in desktop static buildsAlexandru Croitor2021-04-061-1/+5
* Skip globalstatic threadStressTest on QEMUToni Saario2021-03-052-0/+6
* Fix warning about unused variableAndreas Buhr2021-02-181-0/+1
* Remove the QT_CMAKE_BUILD preprocessor defineJoerg Bornemann2021-01-222-6/+0
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-5/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0719-173/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2212-12/+13
* qRound: do not expect failure on ARM64Samuli Piippo2020-12-171-0/+8
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-102-7/+7
* Add test for qRoundDavid Skoland2020-12-021-0/+56
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-305-0/+157
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-4/+0
* Improve qFloatDistance() test coverageEdward Welbourne2020-11-171-0/+1
* Extend tests for QLoggingIvan Solovev2020-11-174-0/+384
* Add tests for QOperatingSystemVersionIvan Solovev2020-11-096-1/+205
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-201-6/+83
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-147/+171
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2313-16/+16
* CMake: Regenerate projectsAlexandru Croitor2020-09-221-1/+1
* Tests: fix qlogging build fail for AndroidAssam Boudjelthia2020-09-151-7/+6
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-061-2/+68
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-036-0/+335
* Remove remaining traces of deprecated QtMsgHandlerMarcel Krems2020-08-291-9/+0
* Cleanup QTypeInfoLars Knoll2020-08-261-2/+2
* Properly deprecate Qt::MidButton in favor of Qt::MiddleButtonEdward Welbourne2020-08-221-3/+3
* Fix compiler warning about implict cast to doubleLars Knoll2020-08-161-1/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-147-94/+1