summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Qt containers: use std::move in take*() methodsMarc Mutz2017-05-235-10/+10
* QDateTimeParser: pass down an actual current value where expectedEdward Welbourne2017-05-221-1/+188
* QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-165-0/+66
* QLatin1String: add constructor from pointer pairMarc Mutz2017-05-162-0/+20
* QStringView: add constructor from pointer pairMarc Mutz2017-05-162-0/+24
* Move Q_REQUIRED_RESULT to first in line in qstringalgorithms.hMarc Mutz2017-05-161-8/+8
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-079-16/+43
|\
| * Prevent 2 unnecessary QString allocations for QString::number(0u)Erik Verbruggen2017-05-051-3/+6
| * QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-10/+18
| * QtCore: include mocsThiago Macieira2017-05-054-0/+12
| * [doc] QSet: fix return type of insert()Marc Mutz2017-05-031-1/+1
| * Add two missing hyphensEdward Welbourne2017-04-302-2/+2
| * Doc: correct incorrect syntax \li commandNico Vertriest2017-04-211-0/+4
* | [doc] QStringView: remove documentation of removed constructorMarc Mutz2017-05-061-9/+0
* | Implement key-value iteratorSamuel Gaist2017-05-055-0/+301
* | QStringAlgorithms/private: prefer to trim whitespace from the endMarc Mutz2017-05-041-5/+3
* | QLatin1String: add startsWith()/endsWith()Marc Mutz2017-04-282-0/+58
* | QStringView: add startsWith(), endsWith()Marc Mutz2017-04-283-0/+56
* | QString/Ref: add startsWith/endsWith(QStringView) overloadsMarc Mutz2017-04-282-2/+65
* | Long live qStartsWith()/qEndsWith()!Marc Mutz2017-04-282-0/+92
* | QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-271-2/+0
* | QLocaleData: remove unused bool *overflow argumentsMarc Mutz2017-04-272-19/+6
* | QHash: make it so a zero seed selects a constant algorithmThiago Macieira2017-04-261-9/+23
* | Port internal qt_starts/ends_with to QStringViewMarc Mutz2017-04-262-102/+66
* | QString: add internal qt_compare_strings(QL1S, QSV)Marc Mutz2017-04-261-1/+6
* | QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+2
* | Disentangle string-related headersMarc Mutz2017-04-256-104/+222
* | Docs: Fix some warningsFriedemann Kleint2017-04-212-3/+3
* | QStringView: mark as primitive typeMarc Mutz2017-04-211-1/+1
* | Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-202-2/+2
* | Use list-initialization moreMarc Mutz2017-04-201-2/+1
* | QDateTime: replace home-grown version of qToStringViewIgnoringNull with the r...Marc Mutz2017-04-201-10/+3
* | QStringView: fix position of Q_REQUIRED_RESULT macrosMarc Mutz2017-04-201-32/+32
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2018-255/+289
|\|
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-2/+2
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2011-212/+210
| * Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-202-2/+2
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-183-11/+26
| |\
| | * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-1/+4
| | * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
| | * Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
| * | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-122-3/+5
| |\|
| | * QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
| | * Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
| * | Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
| * | Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* | | Use qToStringViewIgnoringNull() where applicableMarc Mutz2017-04-192-6/+6
* | | QStringView: add internal qToStringViewIgnoringNull()Marc Mutz2017-04-192-0/+21
* | | Tidy up QDateTimeParser in assorted petty waysEdward Welbourne2017-04-181-7/+5