summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qpair
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-6/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-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
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* 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-102-6/+5
* Regenerate tests/auto/corelib/toolsAlexandru Croitor2019-11-121-1/+13
* Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-162-2/+31
|\
| * core: Add deduction guides for QPairMikhail Svetkin2019-03-252-0/+29
| * QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-101-2/+2
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* 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
* | 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-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
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-012-0/+109