summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qpair.h
Commit message (Expand)AuthorAgeFilesLines
* Long live std::pair!Giuseppe D'Angelo2020-06-101-102/+9
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-15/+15
* core: Add deduction guides for QPairMikhail Svetkin2019-03-251-0/+5
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QPair: use std::type_traits for exception specificationsMarc Mutz2015-11-201-6/+12
* QPair: add noexcept to ctors and assignment operatorsMarc Mutz2015-02-171-3/+12
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-1/+3
|\
| * QPair: work around std::move not being constexpr in C++11Marc Mutz2015-02-041-1/+3
* | QPair: mark relational operators and qMakePair() conditionally noexceptMarc Mutz2015-01-081-0/+7
* | QPair: add member-swapMarc Mutz2015-01-081-0/+12
* | Add Q_DECL_RELAXED_CONSTEXPR to QPairOlivier Goffart2014-11-261-2/+2
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QPair: add constexpr liberallyMarc Mutz2014-08-091-11/+11
* Add a pair of constructor/assignment function pairs to QPairThiago Macieira2013-05-081-0/+13
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Introduce QTypeInfoMerger.Jędrzej Nowacki2012-07-271-12/+1
* Move the QDataStream operator<< for QPair to qdatastream.hThiago Macieira2012-06-281-17/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-03-041-0/+16
|\
| * QPair: specialise QTypeInfo based on the typeinfos of its argumentsMarc Mutz2012-03-011-0/+16
* | QPair: don't copy-initialise 'first'/'second' in the default ctorMarc Mutz2012-02-291-1/+1
* | QPair: remove user-defined copy assignment operatorMarc Mutz2012-02-291-3/+1
|/
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+127