summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobal
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Turn on C++11 and 14 correctlyVolker Hilsheimer2019-06-171-1/+3
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-4/+0
|\| |
| * | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-4/+0
* | | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-163-1/+42
|\| |
| * | Replace Q_DECL_NOTHROW with noexcept the remaining placesAllan Sandfeld Jensen2019-04-091-1/+1
| |/
| * Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-312-0/+41
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Fix thread_local testSamuli Piippo2018-02-231-1/+1
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-1/+1
|\
* | Add functions for fast bulk conversion of qfloat16Allan Sandfeld Jensen2017-11-211-0/+6
* | Add support for C11 static_assert and thread_localThiago Macieira2017-11-213-1/+129
|/
* 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: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* 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
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-151-1/+30
|/
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-0/+6
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-0/+111