summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qtypetraits.h
Commit message (Expand)AuthorAgeFilesLines
* Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-48/+7
* Rename QtPrivate::is_[un]signed to QtPrivate::Is[Un]signedEnumKai Koehne2016-11-091-20/+21
* Replace custom type traits with std one'sKai Koehne2016-11-081-447/+3
* Updated license headersJani Heikkinen2016-01-151-13/+19
* QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-0/+21
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Add QtPrivate::is_const and is_volatileThiago Macieira2014-08-091-0/+9
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-3/+0
|\
| * Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-3/+0
* | Fix the is_enum type trait for char16/32_t (C++11)Laszlo Papp2013-03-171-0/+4
|/
* Make these headers includable directly, on all systemsThiago Macieira2013-01-011-1/+2
* qtypetraits.h: add is_signed/is_unsigned/not_/not_c predicatesMarc Mutz2012-09-271-1/+90
* Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-111-0/+420