summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-073-5/+5
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-011-0/+2
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-251-0/+27
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-195-28/+32
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-2/+0
* Remove winrtOliver Wolff2020-06-065-25/+19
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-59/+0
* CMake: Fix build of qlogging test on MinGWAlexandru Croitor2020-04-301-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-3/+3
|\
| * Make tst_QRandomGenerator::qualityReal() test more stableSona Kurazyan2020-03-251-3/+3
* | Remove QLinkedListSona Kurazyan2020-02-191-1/+0
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-125-5/+5
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-244-8/+17
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-5/+5
| |\|
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-091-5/+5
| | |\
| | | * Fix encoding expected by tst_qmessagehandler::qMessagePattern()Edward Welbourne2020-01-091-5/+5
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
| | |\|
| | | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-252-2/+11
| |\| |
| | * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
| | * | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-061-1/+10
| | |/
* | | Fix tst_qloggingLeander Beernaert2020-01-102-2/+19
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-192-280/+213
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-011-179/+213
| |\|
| | * Make tst_QNumeric more systematic about checking float as well as doubleEdward Welbourne2019-10-291-179/+213
| * | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-101/+0
| |/
* | Regenerate tests/auto/corelib/globalAlexandru Croitor2019-11-1211-11/+136
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeSimon Hausmann2019-10-173-0/+79
|\|
| * Win32: Consolidate registry codeFriedemann Kleint2019-10-143-0/+79
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-143-114/+216
|\|
| * Correct handling of -qfloat16(0)Edward Welbourne2019-10-031-1/+12
| * Reorganise the qfloat16 auto-testEdward Welbourne2019-10-031-84/+102
| * Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-301-3/+3
| |\
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-3/+3
| | |\
| | | * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-261-3/+3
| * | | Featurize support for signaling NaNEdward Welbourne2019-09-301-0/+15
| |/ /
| * | Rearrange tst_QNumeric's tests for infinity and (quiet) NaNEdward Welbourne2019-09-231-26/+84
* | | Merge branch 'wip/qt6' into wip/cmakeAlexandru Croitor2019-08-151-2/+2
|\| |
| * | Conditionally disable parts of the tests testing the deprecated APIsSona Kurazyan2019-08-011-2/+2
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-116-21/+31
|\| |
| * | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-0/+6
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-272-3/+5
| |\|
| | * Use C++11 alignof as reference for Q_ALIGNOF, and fix test on AndroidVolker Hilsheimer2019-06-171-2/+2
| | * Turn on C++11 and 14 correctlyVolker Hilsheimer2019-06-171-1/+3
| * | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-202-10/+10
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-141-2/+2
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-2/+2
| | |\
| | | * Correct qfloat16's 1/inf == 0 testEdward Welbourne2019-05-271-2/+2
| * | | tests: remove the last uses of Java-style iteratorsMarc Mutz2019-06-131-6/+8