summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-091-1/+1
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-1/+1
| |\
| | * Fix some issues of a clang-cl developer buildFriedemann Kleint2020-01-061-1/+1
* | | Fix comile issues with VS 2017Karsten Heimrich2020-01-081-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-071-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-061-1/+1
| |\|
| | * Fix some qdoc warningsFriedemann Kleint2020-01-021-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-045-141/+270
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2020-01-031-2/+2
| * | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-122-0/+58
| * | Qt 6: Deprecate QHash::insertMultiLars Knoll2019-12-122-141/+211
* | | Code style fixYuhang Zhao2020-01-041-16/+14
* | | MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-033-6/+6
* | | Long live QFlatMap!Joerg Bornemann2020-01-022-0/+983
* | | QBitArray: Add method to get int valueFederico Guerinoni2019-12-202-0/+36
* | | Convert QString to use QArrayDataPointerLars Knoll2019-12-161-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-112-4/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-102-4/+4
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-102-4/+4
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-094-10/+48
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-062-10/+10
| * | Add QHash::insert(const QHash &other)Lars Knoll2019-12-052-0/+38
* | | 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
|\| |