summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+1
|\
* | Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-081-14/+15
* | Inline the size and begin pointer in QVectorThiago Macieira2019-12-081-631/+381
* | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-081-9/+11
* | Stop using the reference counter to store data stateThiago Macieira2019-12-081-1/+1
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-10/+10
* | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-1/+2
* | Make the AllocOptions flag to QVector::reallocData mandatoryThiago Macieira2019-12-081-8/+12
* | Remove unused private methodLars Knoll2019-12-071-102/+0
* | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-26/+27
* | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-11/+4
* | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-071-10/+10
* | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-11/+0
* | Get rid of unsharable containersLars Knoll2019-10-301-42/+6
* | Make QList an alias to QVectorLars Knoll2019-10-301-3/+8
* | Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-16/+52
|/
* QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-071-0/+7
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-1/+1
|\
| * Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-1/+1
* | QVector: add a construction from QArrayDataPointerRefGiuseppe D'Angelo2019-06-231-0/+1
* | Simplify {to,from}Std{List,Vector}Giuseppe D'Angelo2019-06-101-1/+1
* | Long live Qt::SplitBehavior!Marc Mutz2019-05-211-0/+18
* | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-2/+1
* | Add swapItemsAt() to QVectorLars Knoll2019-05-071-0/+7
* | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-051-0/+6
* | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-11/+5
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-8/+0
* | Non-associative containers: add range constructorsMarc Mutz2019-04-171-0/+13
* | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-061-2/+2
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-20/+20
|\ \
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-20/+20
* | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-5/+5
|/ /
* / QVector: Add assignment from std::initializer_listKari Oikarinen2019-03-211-1/+11
|/
* Remove bogus assertLars Knoll2019-02-131-1/+0
* Don't require a default constructor for storing items in a QVectorLars Knoll2018-12-061-29/+110
* Invert include dependencies between QList and QVectorLars Knoll2018-12-031-43/+3
* Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-081-1/+2
* fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-261-2/+2
* Add missing rvalue overloads of operator+=() and operator<<()Christian Ehrlicher2018-03-071-0/+4
* Silence a GCC 8 warning in qringbufferVille Voutilainen2018-02-281-1/+1
* Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-141-1/+1
|\
| * Silence a GCC 8 warning in QIODeviceVille Voutilainen2018-02-141-1/+1
* | doc: Add missing \fn commands for new membersMartin Smith2018-02-031-4/+4
* | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-201-9/+65
* | Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-2/+3
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-2/+3
| |\|
| | * Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-2/+3
* | | QVector: drop QRegion friendship: it's not neededMarc Mutz2017-12-061-4/+0
|/ /
* | Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-291-1/+1
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-151-14/+23
|\|