summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-082-0/+8
* Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-1/+1
* Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-083-19/+23
* Optimize QArrayDataOps::compare for primitive typesLars Knoll2019-12-081-0/+5
* Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-082-49/+6
* Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-5/+0
* Inline the size and begin pointer in QVectorThiago Macieira2019-12-084-638/+430
* Various cleanups in qarraydataops and qarraydatapointerThiago Macieira2019-12-082-87/+304
* Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-085-89/+165
* Add QArrayDataOps::moveAppend()Thiago Macieira2019-12-081-0/+56
* Add the QArrayDataOps::parameter_type typedefThiago Macieira2019-12-081-2/+6
* Stop using the reference counter to store data stateThiago Macieira2019-12-084-19/+27
* Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-085-31/+51
* Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-084-9/+16
* Make the AllocOptions flag to QVector::reallocData mandatoryThiago Macieira2019-12-081-8/+12
* Remove unused private methodLars Knoll2019-12-071-102/+0
* Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-072-36/+63
* Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-073-37/+48
* Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-073-19/+12
* Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-074-29/+31
* Add QArrayData::sharedNullData()Thiago Macieira2019-12-071-0/+12
* Tell the compiler that QArrayData::allocate allocates memoryThiago Macieira2019-12-071-1/+5
* Tell the compiler that QArrayData returns aligned pointersThiago Macieira2019-12-071-4/+11
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-043-4/+3
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-032-0/+2
| |\
| | * Silence intel compiler warning about float comparisonOlivier Goffart2019-11-282-0/+2
| * | Workaround warning in QHash::uniteAlbert Astals Cid2019-12-021-4/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-254-21/+241
|\| |
| * | RDRAND test: also disable if RDRAND produced only three samplesThiago Macieira2019-11-181-1/+1
| * | Avoid erroneous creation of QScopedValueRollback objectsSimon Hausmann2019-11-081-1/+5
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-1/+1
| |\|
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+1
| | |\
| | | * Merge remote-tracking branch 'origin/5.13.2' into 5.13Qt Forward Merge Bot2019-10-301-1/+1
| | | |\
| | | | * Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2019-10-101-1/+1
| * | | | Deprecate reverse iteration on QHashLars Knoll2019-11-051-18/+234
* | | | | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-044-54/+5
* | | | | Get rid of unsharable containersLars Knoll2019-10-3010-135/+7
* | | | | Ensure QListIterator gets defined inside the qtnamespaceLars Knoll2019-10-301-0/+2
* | | | | Make QList an alias to QVectorLars Knoll2019-10-304-3166/+14
* | | | | Move QListSpecialMethods over to QVectorLars Knoll2019-10-302-28/+53
* | | | | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-295-11/+11
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-273-0/+26
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-263-0/+26
| |\| | |
| | * | | QSet: Document to/from QVector transformation techniquesSamuel Gaist2019-10-243-0/+26
* | | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-31/+20
|\| | | |
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-251-31/+20
| |\| | |
| | * | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-31/+20
| | |\| |
| | | * | Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-31/+20
| | | |/
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-141-0/+12
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-131-0/+12
| |\| |