summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
| * | Make Qt aware of NTFS Junctions on WindowsRyan Chu2019-11-091-11/+14
| * | Add qfloat16::copySign() since we can't overload std::copysign()Edward Welbourne2019-11-061-1/+10
* | | Fix 64-bit integer support in QtJSONAllan Sandfeld Jensen2019-11-052-17/+76
* | | Eradicate Q_FOREACHs over QVarLengthArrayMarc Mutz2019-11-052-7/+1
* | | Fix converting a null QStringRef to QStringSona Kurazyan2019-11-041-0/+13
* | | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-0411-33/+9
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-0111-1467/+10876
|\| |
| * | Update UCD data to Unicode 12.1.0's Revision 24Edward Welbourne2019-10-308-1276/+10651
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-303-191/+225
| |\|
| | * Make tst_QNumeric more systematic about checking float as well as doubleEdward Welbourne2019-10-291-179/+213
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-282-12/+12
| | |\
| | | * Tidy up data-stream testEdward Welbourne2019-10-251-11/+10
| | | * Exclude tests that need GUI when GUI isn't availableEdward Welbourne2019-10-251-1/+2
* | | | Get rid of unsharable containersLars Knoll2019-10-306-767/+13
* | | | Fix all tst_qmetatype breakages after QList to QVector aliasingJędrzej Nowacki2019-10-301-2/+4
* | | | Make QList an alias to QVectorLars Knoll2019-10-309-2159/+14
* | | | 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-296-138/+28