summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-06128-140/+428
|\
| * Conditionally disable parts of the tests testing the deprecated APIsSona Kurazyan2019-08-012-2/+4
| * Remove the remaining usages of deprecated APIs of qtbaseSona Kurazyan2019-08-012-1/+8
| * 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
| * | Fix removal of QJsonObject properties when assigning undefinedSimon Hausmann2019-07-301-0/+2
| * | Port from QStringViewLiteral to u""Marc Mutz2019-07-297-15/+15
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-222-19/+168
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-202-19/+168
| | |\
| | | * Fix QCborStreamReader not flushing QIODevices due to internal bufferingThiago Macieira2019-07-192-19/+168
| * | | QJsonObject: add QLatin1String overloads of non-const methodsMat Sutcliffe2019-07-201-0/+42
| * | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-201-0/+18
| * | | 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
| * | | QDir: strip Windows' long-path markers when converting from nativeVolker Hilsheimer2019-07-171-0/+2
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-171-0/+34
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-171-0/+34
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-131-0/+34
| | | |\|
| | | | * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+34
| * | | | QResource: deprecate isCompressed()Thiago Macieira2019-07-161-5/+5
| * | | | Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-161-3/+3
| |/ / /
| * | | QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-10/+27
| * | | Remove usages of deprecated APIs of qtbase/guiSona Kurazyan2019-07-132-5/+7
| * | | Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-126-0/+7
| * | | tst_QObbject: Fix very annoying -Wdeprecated-copy warningsMarc Mutz2019-07-121-0/+1
| * | | Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1080-20/+24
| * | | unblacklist passing testsDaniel Smith2019-07-0821-60/+48
* | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0840-136/+651
|\| | |
| * | | Q_ARRAY_LITERAL: protect the check for literal typesGiuseppe D'Angelo2019-07-061-0/+12
| * | | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-062-6/+2
| * | | Short live QRecursiveMutex!Marc Mutz2019-07-061-4/+5
| * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-051-1/+2
| |\ \ \
| | * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-051-1/+2
| | |\| |
| | | * | QPluginLoader: fix failing test comparing the Qt versionThiago Macieira2019-07-031-1/+2
| * | | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-052-2/+3
| * | | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-0515-66/+491
| |/ / /
| * | | Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-035-0/+8
| * | | Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-024-7/+37
| * | | Make the default ctor of QVarLengthArray implicitUlf Hermann2019-07-021-0/+7
| * | | Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-011-0/+10
| * | | QStringList: add QStringView overloads of join, filter, replaceInStringsMat Sutcliffe2019-06-301-0/+17
| * | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-293-23/+3
| * | | QObject: deprecate the undocumented userData() featureMarc Mutz2019-06-291-0/+4
| * | | Corelib tests: Fix out of bounds string accessFriedemann Kleint2019-06-282-2/+2
| * | | tst_QThread: Add output for all elapsed testsFriedemann Kleint2019-06-281-7/+15
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-276-18/+31
| |\| |
| | * | Skip tests if the required plugins were not deployedVolker Hilsheimer2019-06-191-6/+13
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-251-0/+15
| | |\|
| | * | Android: don't run test function for fd leakage, make test passVolker Hilsheimer2019-06-191-7/+1
| | * | Use C++11 alignof as reference for Q_ALIGNOF, and fix test on AndroidVolker Hilsheimer2019-06-171-2/+2