summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobal/tst_qglobal.cpp
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-041-1/+1
* 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-131-0/+68
* Add some tests for q(u)int128Marc Mutz2023-09-131-0/+6
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+2
* Short live Q_NODISCARD_(CTOR_)X!Marc Mutz2023-06-221-4/+9
* Short live Q_NODISCARD_CTORIvan Solovev2023-04-301-0/+21
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-091-1/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-041-7/+7
* Move qVersion() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-09-011-0/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* 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
* 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
* 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-191-14/+12
* Get rid of QTextCodec in QTextStreamLars Knoll2020-05-141-59/+0
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-101/+0
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-2/+2
|\
| * Use C++11 alignof as reference for Q_ALIGNOF, and fix test on AndroidVolker Hilsheimer2019-06-171-2/+2
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
|/
* Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-311-0/+40
* Add support for C11 static_assert and thread_localThiago Macieira2017-11-211-0/+17
* foreach: do not use operators that trigger non-evaluated contextsGiuseppe D'Angelo2016-12-101-0/+7
* Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-091-95/+0
* Replace custom type traits with std one'sKai Koehne2016-11-081-3/+2
* tests/auto/corelib/global: clean upMarc Mutz2016-08-061-8/+8
* tst_qglobal.cpp: fix compilation with an actual C++14 compilerMarc Mutz2016-03-051-2/+2
* Add qOverload to select overloaded functionsPeter Kümmel2016-02-151-0/+122
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Fix endianness part of QSysInfo::buildAbi() stringAlex Trotsenko2014-09-041-0/+13
* Introduce qUtf8Printable() macro to qglobal.hTakumi Asaki2014-06-271-0/+64
* support c'tor as second parameter in foreach macroJoerg Bornemann2014-02-111-0/+7
* QIntegerForSize: add testMarc Mutz2013-11-061-0/+15
* Expose QTest::currentAppName() and remove hard-coded argv[0] in testsTor Arne Vestbø2013-09-261-1/+1