summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-10/+27
* Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-123-0/+3
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1078-66534/+0
* unblacklist passing testsDaniel Smith2019-07-082-5/+3
* Q_ARRAY_LITERAL: protect the check for literal typesGiuseppe D'Angelo2019-07-061-0/+12
* Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-057-22/+171
* Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-034-0/+7
* Remove usages of deprecated APIs from QDateTimeSona Kurazyan2019-07-021-1/+1
* Make the default ctor of QVarLengthArray implicitUlf Hermann2019-07-021-0/+7
* QStringList: add QStringView overloads of join, filter, replaceInStringsMat Sutcliffe2019-06-301-0/+17
* Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-292-22/+3
* Corelib tests: Fix out of bounds string accessFriedemann Kleint2019-06-282-2/+2
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-0/+7
|\
| * Fix editing of QDateTimeEdit in 12-hour locales that don't use AM/PMVolker Hilsheimer2019-05-281-2/+5
| * QTextBoundaryFinder: don't break after uppercase followed by commawangChuan2019-05-231-0/+7
* | QByteArray autotest: code tidiesGiuseppe D'Angelo2019-06-231-6/+6
* | QString: towards QStringView::arg() pt.3: Long live QStringView/QLatin1String...Marc Mutz2019-06-202-0/+85
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-205-84/+84
* | test: migrate collections test to QRegularExpressionSamuel Gaist2019-06-101-5/+9
* | QStringView, QLatin1String: add lastIndexOf methodsAnton Kudryavtsev2019-06-181-0/+154
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-142-5/+24
|\|
| * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Liang Qi2019-06-071-0/+7
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-0/+7
| | |\
| | | * QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-0/+7
| * | | Fix reference to a dead temporaryAllan Sandfeld Jensen2019-05-221-5/+17
| |/ /
* | | Separate out the time, zone, date code from corelib/tools/Edward Welbourne2019-06-0616-7663/+0
* | | 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-271-1/+1
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devFriedemann Kleint2019-05-271-1/+1
| |\| |
| | * | Fix new[] delete mismatch in testAllan Sandfeld Jensen2019-05-151-1/+1
* | | | Tests: Fix some warnings about deprecated functions not under testFriedemann Kleint2019-05-271-1/+2
|/ / /
* | | Tidy up in tst_QDateTimeEdward Welbourne2019-05-221-8/+7
* | | Long live Qt::SplitBehavior!Marc Mutz2019-05-211-0/+141
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-6/+6
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-091-6/+6
| |\|
| | * 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
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-072-7/+36
* | | Add swapItemsAt() to QVectorLars Knoll2019-05-071-0/+19
* | | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-052-1/+13
* | | Prefix QTextStream operators with Qt:: in testsLars Knoll2019-05-031-11/+11
* | | Don't use deprecated APILars Knoll2019-05-032-23/+23
* | | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-0212-56/+1
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-016-30/+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