summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler/tst_compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove compiler testAllan Sandfeld Jensen2020-10-021-1519/+0
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-4/+0
* Avoid inifinite recursion call in tst_Compiler::cxx11_noexceptTor Arne Vestbø2020-08-281-1/+2
* Automatically register data/debug stream operations in QMetaTypeLars Knoll2020-08-241-37/+0
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* Use QList instead of QVector in other testsJarek Kobus2020-06-251-21/+6
* Make utf8_source the default for qmake buildsLars Knoll2020-05-141-0/+16
* Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-291-2/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* set attribute specifier before namespace nameAlexander Shevchenko2018-03-091-1/+1
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-3/+0
* Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-5/+5
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-1/+4
|\
| * qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-3/+4
|\|
| * Force the use of the C++11 alignof keyword instead of an extensionThiago Macieira2016-05-291-3/+4
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-5/+85
|\|
| * tst_compiler: Expand the attribute testThiago Macieira2016-04-281-5/+85
* | Update the Intel copyright yearThiago Macieira2016-01-211-1/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* tst_compiler: check more cases for RVALUE_REFSMarc Mutz2015-11-221-11/+75
* tst_compiler: check more cases for RANGE_FORMarc Mutz2015-11-201-0/+93
* tst_compiler: make the check for C++14 return type deduction harderMarc Mutz2015-11-191-3/+5
* tst_compiler: Silence MSVC 2015 warning about unused variableThiago Macieira2015-11-181-0/+1
* Various tests: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-281-2/+2
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-6/+6
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Gcc 4.5.* build fix.Tomasz Olszak2014-10-101-3/+12
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Expand the compiler test with C++11 and C++14 compiler testsThiago Macieira2014-06-271-0/+758
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove ARMFPA support and Q_DOUBLE_FORMAT detectionBradley T. Hughes2012-03-011-10/+0
* Reduce QtCore lib binary size by around ~3KB, by removing template codeJędrzej Nowacki2012-02-271-3/+1
* 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
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-22/+24
* Remove obsolete MSVC workarounds from autotests.Jason McDonald2011-10-271-76/+0
* Avoid QSKIP in lieu of compile-time checks.Jason McDonald2011-10-061-59/+49
* Moved autotests in category 'other' into new directory structureJo Asplin2011-09-091-0/+656