summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-197-8/+22
|\
| * Add warning about missing but required CPU featuresThiago Macieira2017-06-131-0/+8
| * macOS/iOS: Correctly ignore punctuation in QCollatorAndy Shaw2017-06-132-2/+2
| * qsimd_p.h: Don't set the __xxx__ variables with Clang and GCCThiago Macieira2017-06-121-3/+3
| * Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+7
| * Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-072-2/+2
* | Add byte-based units to CLDR dataEdward Welbourne2017-06-132-555/+610
* | QTimeZone: make UTC offset range available for other code to reuseEdward Welbourne2017-06-133-5/+12
* | Tidy implementation and use of QDateTimeParser::setDigit()Edward Welbourne2017-06-131-11/+11
* | Add proper detection of x86 RDRAND instructionThiago Macieira2017-06-121-5/+3
* | QUuid, QHttpMultipart and QHash: use QRandomGeneratorThiago Macieira2017-06-121-38/+2
* | Reduce code duplication in writing of string data for localesEdward Welbourne2017-06-091-1/+2
* | Clean up the output code for the big table of CLDR dataEdward Welbourne2017-06-081-554/+554
* | Made the "do not edit generated code" notice clearerEdward Welbourne2017-06-082-3/+5
* | Use python more competently in CLDR/qLocaleXML scriptsEdward Welbourne2017-06-082-5/+3
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-073-30/+53
|\|
| * Disable bogus GCC 7 warning about string op overflowThiago Macieira2017-06-031-0/+6
| * QStringLiteral/QByteArrayLiteral: fix/add documentationGiuseppe D'Angelo2017-06-012-30/+47
* | QScopedArrayPointer: document the most important ctorMarc Mutz2017-06-062-12/+7
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-291-1/+1
|\|
| * Doc: fix grammar in QScopedPointer's detailed descriptionMitch Curtis2017-05-231-1/+1
* | 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