summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Port test over to use QRegularExpressionLars Knoll2020-04-131-6/+6
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-115-4/+234
|\
| * tst_QFileInfo: fix running with systems without /etc/passwdThiago Macieira2020-04-091-4/+5
| * QCborArray: fix operator[] that extends the arrayThiago Macieira2020-04-091-0/+54
| * QCborMap: fix assigning elements from the map to itselfThiago Macieira2020-04-091-0/+71
| * QJsonObject: add missing detach2() callsThiago Macieira2020-04-091-0/+97
| * tst_QSaveFile: skip test that fails when run as rootThiago Macieira2020-04-081-0/+4
| * QTemporaryFile/Linux: don't cut the root dir's slashThiago Macieira2020-04-081-0/+3
* | Change qHashBits to use MurmurHash2Lars Knoll2020-04-091-11/+5
* | Implement emplace() for QHash and QMultiHashLars Knoll2020-04-091-6/+79
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-098-33/+33
* | new QCache implementationLars Knoll2020-04-091-0/+16
* | New QHash implementationLars Knoll2020-04-093-34/+54
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-0813-44/+383
|\|
| * tst_QScopeGuard: Fix build by giving template parameters explicitlyKari Oikarinen2020-04-061-2/+2
| * Fix deprecation warning in tst_QLocale()'s use of QProcess::start()Edward Welbourne2020-04-031-1/+1
| * Change QLocale to use CLDR's accounting formats for currenciesEdward Welbourne2020-04-021-5/+5
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-03-315-20/+235
| |\
| | * tst_QCborValue: Prepare for 64-bit QVectors in Qt 6Thiago Macieira2020-03-271-7/+15
| | * CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-03-275-16/+223
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-271-0/+54
| |\|
| | * QCborValue::fromCbor: Apply a recursion limit to decodingThiago Macieira2020-03-251-0/+54
| * | Make tst_QRandomGenerator::qualityReal() test more stableSona Kurazyan2020-03-251-3/+3
| * | forkfd: fix forkfd_wait when FFD_USE_FORK was activeThiago Macieira2020-03-251-2/+54
| * | qeasingcurve/tst_qeasingcurve: Fix for MinGW 8.1 x86Cristian Adam2020-03-201-2/+2
| * | QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-8/+22
* | | QProperty: Add support for member function change handlersSimon Hausmann2020-04-061-0/+20
* | | QRegularExpression: rename AnchoredMatchOption to AnchorAtOffsetMatchOptionGiuseppe D'Angelo2020-04-031-2/+2
* | | Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-011-0/+333
* | | Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-011-16/+86
* | | Enable qmetatype test with CMakeFabian Kosmale2020-04-012-1/+2
* | | Make QLocale(QString) explicitLars Knoll2020-04-016-11/+12
* | | QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-311-1/+224
* | | Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-2/+2
* | | Make QPropertyBindingPrivate accessible to QtQmlSimon Hausmann2020-03-271-5/+3
* | | Add QProperty tests to the cmake buildSimon Hausmann2020-03-272-0/+15
* | | Speed up QSortFilterProxyModel filteringChristian Ehrlicher2020-03-272-0/+102
* | | QMetaType::fromType: support classes with inaccessible dtorsFabian Kosmale2020-03-251-0/+16
* | | Q{File,FileInfo,Dir}: add std::filesystem::path overloadsMårten Nordheim2020-03-247-0/+193
* | | Change QTaggedPointer API to be more similar to other smart pointers in QtSimon Hausmann2020-03-191-8/+8
* | | Enable generic property bindings to QProperty<T>Simon Hausmann2020-03-191-0/+50
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-181-0/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-181-0/+1
| |\| |
| | * | QLocale: Fix test on MinGW 8.1.0 32 bitCristian Adam2020-03-171-0/+1
* | | | Add a way to filter only rows or columns in QSortFilterProxyModelGiulio Camuffo2020-03-182-0/+82
|/ / /
* | | Make it possible to use QTaggedPointer within classesSimon Hausmann2020-03-171-0/+28
* | | Introduce helper class QTaggedPointerTor Arne Vestbø2020-03-177-0/+464
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-1611-1674/+2591
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1611-1674/+2591
| |\| |
| | * | Update UCD to Revision 26Edward Welbourne2020-03-148-1666/+2587