summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qglobal
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-0/+122
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QInternal callbacks and internal functionsBradley T. Hughes2011-12-021-73/+0
* Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.Jędrzej Nowacki2011-12-011-0/+13
* Change the return value of QObject::connectOlivier Goffart2011-11-251-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-111-3/+2
* Use C++11 static_assertOlivier Goffart2011-11-021-0/+17
* Fix broken build.Jędrzej Nowacki2011-11-011-2/+3
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Introduce Q_STATIC_ASSERTJędrzej Nowacki2011-10-191-0/+68
* Merge branch 'master' into refactorGunnar Sletta2011-09-121-6/+9
* Moving relevant tests to corelib/globalHolger Ihrig2011-08-303-0/+273