summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Allow word break wrapping in Korean textEskil Abrahamsen Blomfeldt2019-04-042-2/+28
* QCommandLineParser: warn if defining a duplicate optionDavid Faure2019-04-041-1/+3
* core: Add deduction guides for QPairMikhail Svetkin2019-03-251-0/+5
* qstringalgorithms: add find methodsAnton Kudryavtsev2019-03-224-204/+208
* QVector: Add assignment from std::initializer_listKari Oikarinen2019-03-212-1/+22
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-0/+6
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-0/+6
| |\
| | * Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-154-31/+50
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-144-31/+50
| |\| |
| | * | Doc: Unify terminology for '\0'-terminated stringsChristian Ehrlicher2019-03-132-24/+21
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-111-1/+1
| | |\|
| | | * Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-091-1/+1
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-6/+28
| | |\|
| | | * Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
* | | | More nullptr usage in headersKevin Funk2019-03-146-16/+16
* | | | QStringMatcher: add QStringView supportAnton Kudryavtsev2019-03-142-10/+41
|/ / /
* | | Avoid copying QByteArray created via fromRawData in toDoubleVolker Hilsheimer2019-03-091-2/+1
* | | Clean up the QCollator code and commentsEdward Welbourne2019-03-084-51/+69
* | | Report status codes in warnings about API failuresEdward Welbourne2019-03-081-10/+6
* | | Extend QCollator to support QStringViewEdward Welbourne2019-03-086-76/+59
* | | Add QStringView::toWCharArray() to match QStringEdward Welbourne2019-03-084-7/+35
* | | QLineF: mark angle(const QLineF&) as deprecatedChristian Ehrlicher2019-03-052-0/+5
* | | Simplify toStdWStringGiuseppe D'Angelo2019-03-051-7/+5
* | | QString: mark obsolete functions as deprecatedChristian Ehrlicher2019-03-042-0/+8
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-0/+2
|\|
| * Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* | Fix can not -> cannotRobert Loehning2019-02-252-2/+2
* | Add conversion to and from long and ulongVolker Hilsheimer2019-02-233-0/+162
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-186-86/+86
* | Remove bogus assertLars Knoll2019-02-131-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-121-5/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-5/+6
| |\|
| | * Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-5/+6
* | | Add missing \since to QList<T>::swapItemsAt()Friedemann Kleint2019-02-121-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-083-14/+36
|\|
| * Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
| * Q(Date|Time)+::toString: correct account of format specifiersEdward Welbourne2019-01-311-12/+30
| * Fix unused parametersJesus Fernandez2019-01-291-0/+4
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-281-3/+3
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-1/+1
|\|
| * qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
* | Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-223-12/+117
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-0/+2
|\|
| * QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-046-56/+176
|\|
| * Doc: Remove pre-Windows 7 from QCollator documentationKai Koehne2018-12-221-5/+0
| * Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-223-9/+91
| * QtCore: Unify license headersKai Koehne2018-12-221-1/+1
| * Add an AVX2 code path to qustrchrThiago Macieira2018-12-181-0/+23