summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobal
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change license for tests filesLucie Gérard2024-02-042-2/+2
* 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
* 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
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Short live Q_NODISCARD_(CTOR_)X!Marc Mutz2023-06-221-4/+9
* Short live Q_NODISCARD_CTORIvan Solovev2023-04-301-0/+21
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-092-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-012-0/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* 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-162-54/+4
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-3/+0
* tst_qglobal: fix an uninit'ed variable warningMarc Mutz2021-06-301-1/+1
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-181-0/+20
* PRIx macros: add some actual testingGiuseppe D'Angelo2021-05-181-10/+10
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-251-0/+31
* Fix warning about unused variableAndreas Buhr2021-02-181-0/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* qRound: do not expect failure on ARM64Samuli Piippo2020-12-171-0/+8
* Add test for qRoundDavid Skoland2020-12-021-0/+56
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-2/+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-192-14/+18
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-59/+0
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-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/dev' into wip/cmakeLeander Beernaert2019-11-191-101/+0
|\| |
| * | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-101/+0
| |/
* | Regenerate tests/auto/corelib/globalAlexandru Croitor2019-11-121-1/+14
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-3/+5
|\|
| * 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