summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | QCocoaEventDispatcher: make 'interrupt' workTimur Pocheptsov2019-12-101-0/+45
| | |/ /
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-093-34/+240
| |\| |
| | * | QMetaType: add more static-less APIOlivier Goffart2019-12-071-0/+29
| | * | QByteArray: add a strict mode to fromBase64Giuseppe D'Angelo2019-12-051-34/+138
| | * | Add QHash::insert(const QHash &other)Lars Knoll2019-12-051-0/+73
| * | | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-081-1/+1
| * | | Use QArrayDataPointer to implement QByteArrayLars Knoll2019-12-081-3/+3
| * | | Use the QByteArray::DataPointer typedef instead of QByteArrayDataLars Knoll2019-12-081-3/+3
| * | | Get rid of QCharRef and QByteRefLars Knoll2019-12-083-26/+2
| * | | Use <type_traits> to properly have QVector<T>::parameter_typeThiago Macieira2019-12-081-23/+1
| * | | Enlarge QVariant's private to fit the new QString and QByteArrayThiago Macieira2019-12-081-2/+1
| * | | Final removal of the size and offset members from QArrayDataThiago Macieira2019-12-081-9/+5
| * | | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-45/+14
| * | | Change representation of string data in the meta objectLars Knoll2019-12-081-3/+4
| * | | Inline the size and data pointer members in QStringThiago Macieira2019-12-081-9/+7
| * | | 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-084-44/+41
| * | | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-082-6/+6
| * | | 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
| * | | Fix qChecksum testLars Knoll2019-12-071-5/+6
| * | | Use Q_NAMESPACE for the Qt namespace, and remove the old moc hack to support itOlivier Goffart2019-12-061-1/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-051-0/+20
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-041-0/+20
| | |\|
| | | * Fix serializing QUuid with QDataStream with Qt 4 stream versionsJoni Poikelin2019-12-031-0/+20
| * | | Remove QVariant::operator< and related operatorOlivier Goffart2019-12-042-468/+1
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-045-56/+202
| |\| |
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-035-56/+202
| | |\|
| | | * Work around macOS's inconsistency in naming of India's time-zoneEdward Welbourne2019-11-281-0/+9
| | | * Be consistent in the RFC2822Date invalid character testsEdward Welbourne2019-11-273-41/+96
| | | * Permit leading space at start of RFC 2822 Date formatEdward Welbourne2019-11-273-0/+32
| | | * Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-273-3/+3
| | | * QCborValue: Extend the constructor to also create extended typesThiago Macieira2019-11-231-12/+59
| | | * Fix QCborValue::toCbor with non-ASCII URLsThiago Macieira2019-11-231-0/+3
| * | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-277-20/+20
| |\| |
| | * | Avoid initializing QFlags with 0 or nullptr in testsFriedemann Kleint2019-11-267-20/+20
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-2510-32/+74
| |\| |
| | * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-205-7/+7
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-201-1/+1
| | |\|
| | | * tst_QScopeGuard: Remove unused lambda captureKari Oikarinen2019-11-191-1/+1
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-191-6/+0
| | |\|
| | | * Revert "[macOS] Skip test that triggers a buffer overflow in CoreFoundation"Edward Welbourne2019-11-181-6/+0
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-152-6/+42
| | |\|
| | | * Allow longer time-zone components on AndroidEdward Welbourne2019-11-142-4/+19
| | | * Move some tests of QTimeZonePrivate::isValidId() to where they belongEdward Welbourne2019-11-131-28/+24