summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qset.h
Commit message (Expand)AuthorAgeFilesLines
* Fix docs for comparison/debug/data stream operators of Qt containersSona Kurazyan2021-10-181-0/+5
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-2/+0
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-2/+2
* QSet: add insert(T&&)Mårten Nordheim2020-12-021-1/+3
* QSet: add erase_ifGiuseppe D'Angelo2020-12-011-0/+12
* QSet: add missing insert-with-hintMarc Mutz2020-11-251-0/+3
* Port QSet to qsizetypeUlf Hermann2020-08-251-6/+6
* Constrain the comparison operators for our container classesLars Knoll2020-07-081-4/+6
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* new QCache implementationLars Knoll2020-04-091-6/+2
* New QHash implementationLars Knoll2020-04-091-15/+5
* Remove deprecated functionality from QSetLars Knoll2020-01-301-56/+0
* Get rid of unsharable containersLars Knoll2019-10-301-3/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-121-27/+43
|\
| * Deprecate reverse iteration on QSetLars Knoll2019-10-101-27/+43
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-0/+7
|\|
| * QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-071-0/+7
* | Get rid of the deprecated QSet::to/fromList methodsLars Knoll2019-08-121-30/+0
|/
* Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+2
* Optimize QSet set operationsMarc Mutz2019-07-031-16/+9
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-4/+9
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-5/+0
* Non-associative containers: add range constructorsMarc Mutz2019-04-171-4/+10
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-14/+14
|\
| * Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-14/+14
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-1/+1
|/
* implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+2
* Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | QHash/QSet: add erase(const_iterator)Marc Mutz2015-12-191-1/+12
|/
* QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-131-6/+19
* Make container move semantics consistentMarc Mutz2015-10-071-2/+2
* QSet/QQueue/QStack: use compiler-generated special member functionsMarc Mutz2015-07-191-9/+3
* QSet: Introduce intersects().Sérgio Martins2015-05-301-0/+30
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Add qHash() overload for QSetMarc Mutz2015-01-181-0/+9
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Stop using setSharable in the Java-style mutable iteratorsThiago Macieira2014-05-181-5/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+2
|\
| * Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+2
* | QtCore: Fix MSVC 64bit warnings about conversion from size_t to int.Friedemann Kleint2014-02-251-1/+1
|/
* QSet - check if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-121-1/+8
* Iterate over the smaller set in QSet::intersect().Mitch Curtis2013-06-051-2/+10
* Add some easy move constructorsMarc Mutz2013-04-051-0/+1
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-241-0/+11
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24