summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Improve the default selection of locale for QCollatorEdward Welbourne2019-04-107-6/+55
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-103-22/+41
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-092-22/+37
| |\
| | * Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-052-22/+37
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-0/+4
| |\|
| | * Make qt_is_ascii work properly on big endian systemsDmitry Shachnev2019-04-051-0/+4
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-086-14/+0
* | | QEasyingCurve: fix data stream operatorsSamuel Gaist2019-04-061-6/+47
* | | Remove handling of missing very old compiler feature checkAllan Sandfeld Jensen2019-04-062-32/+2
* | | Replace qMove with std::moveAllan Sandfeld Jensen2019-04-066-14/+14
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-0467-1555/+1562
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-051-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
| | |\|
| | | * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
| * | | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-0365-1514/+1514
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-04-031-4/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-4/+2
| | |\|
| | | * Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-4/+2
| * | | Issue a warning about unused result of qScopeGuard and QScopeGuardJędrzej Nowacki2019-04-021-1/+10
| * | | Use the QTime API less clumsilyEdward Welbourne2019-04-011-4/+3
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-312-24/+25
| |\| |
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-262-24/+25
| | |\|
| | | * Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-222-24/+23
| | | * Correct a misguided assertion in QTzTimeZonePrivateEdward Welbourne2019-03-221-2/+4
| * | | Use move more consistently in QScopedValueRollbackAllan Sandfeld Jensen2019-03-271-7/+7
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-0411-43/+43
* | | | 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