summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qflags.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QFlags: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-051-36/+37
* Use Q_DECL_RELAXED_CONSTEXPR in QFlagsOlivier Goffart2014-10-311-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-101-6/+15
|\
| * Attempt to work with Visual Studio in -Za (strict ANSI) modeThiago Macieira2014-07-051-6/+15
* | Add support for initializer_list construction in QFlagsAdam Majer2014-07-021-0/+17
|/
* Add other integer overloads to QFlag's constructorThiago Macieira2014-02-011-3/+9
* Q(UrlTwo)Flags: avoid undefined behaviorMarc Mutz2013-11-071-8/+8
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-7/+8
* QFlags: Remove text promising 64 bit enums for 5.1Kai Koehne2013-04-281-1/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-2/+2
* Fix direct compilation of qtypeinfo.h and othersThiago Macieira2012-12-181-1/+2
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-281-3/+13
* QFlags: fail for 64-bit enumsMarc Mutz2012-09-271-0/+3
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QFlags: don't provide a constructor from void**Marc Mutz2012-09-221-1/+2
* Mark the QFlag and QIncompatibleFlag as primitive.Stephen Kelly2012-07-281-0/+3
* QFlags: complete constexpr'ifcationMarc Mutz2012-07-211-4/+4
* Make the QIncompatibleFlag constexpr.Stephen Kelly2012-07-181-3/+3
* Use Q_DECL_CONSTEXPR for the QFlag's inline constructorLaszlo Papp2012-07-101-2/+2
* Remove Q_CORE_EXPORT from the simple QFlag and QIncompatibleFlagThiago Macieira2012-04-131-2/+2
* Move QFlags to qflags.hThiago Macieira2012-04-131-0/+139