summaryrefslogtreecommitdiffstats
path: root/tests/auto/other/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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.7' into 5.8Liang Qi2016-09-051-1/+4
|\
| * 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
* | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+2
|/ /
* | 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-216-102/+72
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-021-1/+2
|\|
| * Use correct test to add C++14 to the project configurationJames McDonnell2015-12-011-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-14/+173
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-181-0/+1
|\|
| * tst_compiler: Silence MSVC 2015 warning about unused variableThiago Macieira2015-11-181-0/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* 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-116-41/+41
* Gcc 4.5.* build fix.Tomasz Olszak2014-10-101-3/+12
* Update license headers and add new license filesMatti Paaso2014-09-246-113/+65
* Expand the compiler test with C++11 and C++14 compiler testsThiago Macieira2014-06-273-2/+811
* Update copyright year in Digia's license headersSergio Ahumada2013-01-185-5/+5
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-271-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-225-124/+124
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* 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-305-5/+5
* Update contact information in license headers.Jason McDonald2012-01-235-5/+5
* Update copyright year in license headers.Jason McDonald2012-01-055-5/+5
* 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
* all remaining tests: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* 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-097-0/+875