summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | QScopeGuard: Make constructor publicKari Oikarinen2020-01-302-23/+55
* | | Remove dead codeLars Knoll2020-02-101-9/+1
* | | don't limit QCryptographicHash to 2^31 bytes of inputLars Knoll2020-02-102-44/+58
* | | QVector: implement methods for adding new elements constructed in placeVitaly Fanaskov2020-02-103-51/+124
* | | Core: Provide comparison functions for QTypeRevisionUlf Hermann2020-02-071-0/+36
* | | qversionnumber.h: Stay compatible with C++11Ulf Hermann2020-01-311-9/+9
* | | Core: Add a QTypeRevision classUlf Hermann2020-01-302-1/+310
* | | Remove deprecated functionality from QSetLars Knoll2020-01-301-56/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-283-0/+102
|\| |
| * | QMultiMap: Add unite documentationMårten Nordheim2020-01-271-1/+8
| * | QStringList: use local storage in removeDuplicates()Marc Mutz2020-01-262-0/+95
| * | Fix some qdoc-warningsFriedemann Kleint2020-01-241-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-192-184/+262
|\| |
| * | QMap: deprecate insertMulti, unite and friendsMårten Nordheim2020-01-172-184/+262
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-163-5/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-153-5/+7
| |\|
| | * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-143-5/+7
* | | 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