summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | 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
* | 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
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-121-0/+57
| |\
| | * QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-0/+57
* | | QPoint/F: add transposed()Marc Mutz2019-08-072-0/+14
* | | QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-0710-0/+151
* | | Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-011-1/+4
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-011-0/+2
|\| |
| * | BLACKLIST insert_remove_loop for msvc-2019Heikki Halmet2019-07-301-0/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-191-0/+11
|\| |
| * | Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-0/+11
* | | QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-10/+27
* | | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-123-0/+3
* | | Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1078-66534/+0
* | | unblacklist passing testsDaniel Smith2019-07-082-5/+3