summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qpair/tst_qpair.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* Cleanup QTypeInfoLars Knoll2020-08-261-10/+10
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-5/+5
* Fix warnings about unused members in testsTor Arne Vestbø2020-07-291-3/+3
* QPair: add a check that SB works as expectedMarc Mutz2020-06-241-0/+51
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-19/+19
* Remove unused functionality from QTypeInfoLars Knoll2020-06-181-1/+0
* Long live std::pair!Giuseppe D'Angelo2020-06-101-4/+4
* core: Add deduction guides for QPairMikhail Svetkin2019-03-251-0/+26
* QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-101-2/+2
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-0/+30
|\
| * QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
* | Updated license headersJani Heikkinen2016-01-211-16/+11
* | QPair: add compile test involving pair with contained C arrayMarc Mutz2015-11-261-0/+11
* | QPair: add tests for conversion ctor/assignment operatorsMarc Mutz2015-11-261-0/+58
|/
* Update copyright headersJani Heikkinen2015-02-111-6/+6
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* QPair: add constexpr liberallyMarc Mutz2014-08-091-1/+16
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-23/+23
* QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+105