summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global/qflags
Commit message (Expand)AuthorAgeFilesLines
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-291-0/+2
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-8/+8
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-2/+0
* Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\
| * Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+1
* | Regenerate tests/auto/corelib/globalAlexandru Croitor2019-11-121-1/+13
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-06-031-5/+0
|\|
| * Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-5/+0
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-7/+1
|\|
| * Remove handling of missing Q_COMPILER_CLASS_ENUMAllan Sandfeld Jensen2019-04-061-6/+0
| * Fix odd test in tst_qflagsAllan Sandfeld Jensen2018-10-171-1/+1
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* Declare the operator| in the Qt namespace for QFlags in that namespacesOlivier Goffart2018-04-081-0/+22
* QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-0/+12
* Fix test build with ICC: QFlags does not auto cast to uintThiago Macieira2017-04-281-9/+9
* Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-4/+4
* Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-091-4/+4
* Use qtConfig throughout in qtbaseLars Knoll2016-08-191-2/+2
* Add setFlag method to QFlagsAndre Somers2016-02-081-0/+14
* Updated license headersJani Heikkinen2016-01-211-17/+12
* 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
* | 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
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Use Q_DECL_RELAXED_CONSTEXPR in QFlagsOlivier Goffart2014-10-312-0/+15
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add support for initializer_list construction in QFlagsAdam Majer2014-07-021-0/+24
* tst_QFlags: make constExpr() check compile on clang trunkMarc Mutz2013-11-071-1/+1
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-0/+116
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-281-2/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Work around what apparently is a GCC 4.6.0 bugThiago Macieira2012-03-251-1/+1
* QFlags: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-02-291-0/+9
* 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
* Cleanup corelib autotestsJason McDonald2011-11-111-3/+2
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Moving relevant tests to corelib/globalHolger Ihrig2011-08-303-0/+133