summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-2/+1
|\
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-2/+1
| |\
| | * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-281-2/+1
| | |\
| | | * Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-221-2/+1
* | | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-2412-325/+872
|\| | |
| * | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+96
| |\| |
| | * | Add QMap::insert(const QMap &map)Mårten Nordheim2019-12-121-0/+96
| * | | Long live QFlatMap!Joerg Bornemann2020-01-023-0/+458
| * | | QBitArray: Add method to get int valueFederico Guerinoni2019-12-201-0/+93
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-1/+1
| | |\|
| | | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-0/+73
| |\| |
| | * | Add QHash::insert(const QHash &other)Lars Knoll2019-12-051-0/+73
| | |/
| * | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-2/+0
| * | Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-081-23/+1
| * | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-9/+5
| * | Inline the size and begin pointer in QVectorThiago Macieira2019-12-081-6/+2
| * | Remove bad test in QVectorThiago Macieira2019-12-081-83/+0
| * | Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-082-126/+74
| * | Stop using the reference counter to store data stateThiago Macieira2019-12-081-18/+18
| * | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-082-38/+35
| * | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-5/+5
| * | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-4/+3
| * | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-072-11/+11
| * | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-072-6/+4
| * | Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-072-19/+19
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+1
| |\|
| | * tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
* | | Post merge fixesLeander Beernaert2019-11-253-16/+11
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-1922-2978/+94
|\| |
| * | Eradicate Q_FOREACHs over QVarLengthArrayMarc Mutz2019-11-052-7/+1
| * | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-049-31/+9
| * | Get rid of unsharable containersLars Knoll2019-10-306-767/+13
| * | Make QList an alias to QVectorLars Knoll2019-10-307-2147/+0
| * | Replace usage of Q_DECL_ALIGN with C++11 alignas keywordVolker Hilsheimer2019-10-291-11/+2
| * | Replace Q_ALIGNOF usage in qtbase with C++11 alignof keywordVolker Hilsheimer2019-10-292-17/+17
| |/
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-0/+54
| |\
| | * Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversionsMilian Wolff2019-10-111-0/+54
* | | Regenerate tests/auto/corelib/toolsAlexandru Croitor2019-11-1229-38/+296
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-2/+11
|\| |
| * | Fix QEasingCurve possible imprecision at endpointsEirik Aavitsland2019-10-111-0/+11
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-301-2/+0
| |\|
| | * Revert "BLACKLIST insert_remove_loop for msvc-2019"Friedemann Kleint2019-09-241-2/+0
| | * Skip tst_QDateTime::systemTimeZoneChange for UWP configurationsOliver Wolff2019-09-241-3/+3
* | | Regenerate qtbase after wip/qt6 -> wip/cmake mergeAlexandru Croitor2019-10-146-4/+74
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-1116-3/+311
|\| |
| * | Long live QSize(F)::grownBy/shrunkBy()Marc Mutz2019-08-222-0/+88
| * | Update for failures only on dev branch. Use general platform namesDaniel Smith2019-08-191-3/+1
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-08-131-0/+57
| |\|