summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings & deprs in tst_qcoreapplication and tst_qguiapplicationShawn Rutledge2019-06-051-1/+1
* QLatin1String, QStringView: add containsAnton Kudryavtsev2019-06-041-0/+124
* QCommandLineParser: add --help-all, to show Qt options as wellDavid Faure2019-05-151-5/+62
* qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-291-0/+36
* Merge "Merge remote-tracking branch 'origin/5.13' into dev"Friedemann Kleint2019-05-273-2/+6
|\
| * Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-273-2/+6
| |\
| | * Fix new[] delete mismatch in testAllan Sandfeld Jensen2019-05-151-1/+1
| | * Fix canonicalFilePath() for files with trailing slashesVolker Hilsheimer2019-05-211-0/+2
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-161-1/+3
| | |\
| | | * Skip flaky qfloat16 1/inf == 0 test on QEMU/Arm64Edward Welbourne2019-05-151-1/+3
* | | | Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-276-26/+28
|/ / /
* | | tst_QVariant: Fix warnings about deprecated functions not under test —Friedemann Kleint2019-05-241-247/+258
* | | Tidy up in tst_QDateTimeEdward Welbourne2019-05-221-8/+7
* | | Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-231-3/+3
* | | Long live Qt::SplitBehavior!Marc Mutz2019-05-211-0/+141
* | | QFileSystemWatcher: lock autotest code away into a cold sectionMarc Mutz2019-05-211-0/+12
* | | QStateMachine: handle parallel child mode for state machinesErik Verbruggen2019-05-161-4/+10
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-1/+26
|\| |
| * | Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-1/+26
* | | tst_qrandomgenerator: replace QLinkedList with a std::listMarc Mutz2019-05-141-1/+1
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-6/+85
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-6/+85
| |\|
| | * Fix integer overflows in QDeadlineTimerKonstantin Shegunov2019-05-081-0/+79
| | * Update locale data to CLDR v35.1Edward Welbourne2019-05-071-6/+6
* | | Support POSIX rules as $TZ valuesEdward Welbourne2019-05-101-0/+8
* | | QStringView, QLatin1String: add indexOf methodsAnton Kudryavtsev2019-05-101-0/+145
* | | Migrate Windows system libs to external dependenciesJoerg Bornemann2019-05-087-7/+7
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-7/+36
* | | Add swapItemsAt() to QVectorLars Knoll2019-05-071-0/+19
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-072-2/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-022-2/+7
| |\|
| | * Ignore failing test for free space on APFSVolker Hilsheimer2019-04-301-0/+7
| | * Remove cruft from testProcessEOF.proJoerg Bornemann2019-04-301-2/+0
* | | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-052-1/+13
* | | Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-038-42/+42
* | | Don't use deprecated APILars Knoll2019-05-032-23/+23
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-0214-69/+1
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-019-43/+1
* | | Add qobject_cast operators for std::shared_ptrGiuseppe D'Angelo2019-05-011-0/+55
* | | QLineF: add intersects() as a replacement for intersect()Christian Ehrlicher2019-04-251-1/+1
* | | QHash/QMultiHash: add range constructorsMarc Mutz2019-04-251-0/+140
* | | Add startOfDay() and endOfDay() methods to QDateEdward Welbourne2019-04-242-2/+168
* | | QtTestLib: handle float16 the same as double and floatEdward Welbourne2019-04-241-3/+3
* | | Implement qFpClassify(qfloat16)Edward Welbourne2019-04-241-0/+19
* | | Implement std::numeric_limits<qfloat16>Edward Welbourne2019-04-241-0/+142
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-244-8/+42
|\| |
| * | Purge use of some deprecated methods from QDateTime testsEdward Welbourne2019-04-231-7/+12
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-163-1/+30
| |\|
| | * corelib: invokeMethod: Allow non copyable functors to be usedHugo Beauzée-Luyssen2019-04-122-0/+19
| | * Fix resolving NTFS symbolic links that point to UNC sharesVolker Hilsheimer2019-04-101-23/+45