summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Change QTaggedPointer API to be more similar to other smart pointers in QtSimon Hausmann2020-03-191-8/+8
* Fix warnings when building with MSVC2017Mitch Curtis2020-03-191-1/+2
* Add documentation for QTaggedPointerSimon Hausmann2020-03-192-8/+214
* Use QTaggedPointer in QPropertyObserverSimon Hausmann2020-03-191-3/+3
* Make it possible to use QTaggedPointer within classesSimon Hausmann2020-03-171-12/+10
* Introduce helper class QTaggedPointerTor Arne Vestbø2020-03-172-0/+208
* Introduce always constexpr variants of qCountTrailingZeroBitsFabian Kosmale2020-03-161-19/+46
* Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-143-171/+170
* Use qsizetype for size related methods in QMapLars Knoll2020-03-142-47/+47
* Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-142-38/+38
* Add move semantics to QContiguousCacheLars Knoll2020-03-141-34/+60
* Cleanup code in QContiguousCacheLars Knoll2020-03-141-94/+74
* Remove an outdated commentGiuseppe D'Angelo2020-03-131-8/+0
* QFlatMap: explicitly include <vector>Vitaly Fanaskov2020-03-061-0/+1
* Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-051-73/+0
* QHash/QMap: don't return const from value(), key()Marc Mutz2020-03-054-15/+15
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-03-046-73/+78
|\
| * Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-046-73/+78
| |\
| | * Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-032-3/+36
| | * QMap: undeprecate QMap::count(Key)Mårten Nordheim2020-03-032-32/+19
| | * QMap/QHash: Use versioned deprecation macroMårten Nordheim2020-03-032-10/+10
| | * Undeprecate QHash::count(Key)Mårten Nordheim2020-03-032-29/+14
| | * Avoid UB in QList::removeAt()Lars Knoll2020-03-031-2/+5
* | | QTypeRevision: Fix warnings about max macro from windows.hFriedemann Kleint2020-03-041-1/+2
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-031-18/+0
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-18/+0
| |\|
| | * De-inline Qt::SplitBehavior splitters of QString and QStringRefEdward Welbourne2020-02-281-18/+0
* | | Only declare comparison operators for QVector when comparableAllan Sandfeld Jensen2020-03-031-5/+9
|/ /
* | STL compatibility: erase() should take a const_iterator as argumentLars Knoll2020-02-281-7/+6
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Lars Knoll2020-02-281-26/+26
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-26/+26
| |\|
| | * QHash/QSet: Base iterator tag on warning version rather than deprecationMårten Nordheim2020-02-262-52/+52
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-263-12/+12
| | |\
| | | * Use QT_DEPRECATED_X instead of Q_DECL_DEPRECATED_XThomas Sondergaard2020-02-253-12/+12
* | | | Get rid of QMatrixJarek Kobus2020-02-281-1/+0
|/ / /
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-263-22/+26
|\| |
| * | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-253-4/+9
| * | QMultiMap: Work around compiler problem in MSVC 2017Oliver Wolff2020-02-201-19/+18
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-2/+2
| |\|
| | * QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-02-131-2/+2
* | | Remove QLinkedListSona Kurazyan2020-02-198-2035/+9
* | | QTypeRevision: Disallow floats and doubles as argumentsUlf Hermann2020-02-171-3/+4
* | | Implement better hash functions for integer typesLars Knoll2020-02-151-14/+44
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-139-31/+90
|\| |
| * | QMultiMap: fix QDoc warningMårten Nordheim2020-02-071-1/+1
| * | Deprecate QLinkedListSona Kurazyan2020-02-044-5/+37
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-041-1/+1
| |\|
| | * Fix 'the the' typo in commentsLinus Jahn2020-02-021-1/+1
| * | QScopeGuard: Fix build failures with qScopeGuard()Kari Oikarinen2020-02-011-11/+4
| * | QHash: Re-remove Java-style iteratorMårten Nordheim2020-01-301-0/+2