summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
| | * | Try to stabilize flaky test cases of tst_qsequentialanimationgroupSona Kurazyan2020-03-121-4/+3
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-112-4/+1
| | |\|
| | | * Un-blacklist QElapsedTimer::elapsed testVolker Hilsheimer2020-03-041-3/+0
| | | * QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-031-1/+1
* | | | Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-163-2/+623
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-166-10/+10
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-161-1/+1
|/ / /
* | | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-141-4/+4
* | | Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-141-13/+13
* | | CMake: Regenerate tests projectsAlexandru Croitor2020-03-128-9/+16
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-03-114-98/+1349
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-114-98/+1349
| |\| |
| | * | Add default arguments to QPainterPath methods using transformJarek Kobus2020-03-061-3/+4
| | * | Disable warnings for the deprecated QLinkedListSona Kurazyan2020-03-065-20/+189
| | * | QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-051-2/+5
| | * | tst_qstringapisymmetry: start testing char16_t, tooMarc Mutz2020-03-051-20/+99
| | * | tst_qstringapisymmetry: fix indexOf/contains/lastIndexOf testsMarc Mutz2020-03-051-69/+91
| | * | QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-3/+5