summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-1/+5
|\|
| * actually make use of the detected ICUOswald Buddenhagen2017-07-021-1/+1
| * Doc: Add note about fromPercentEncoding's behavior on invalid inputMÃ¥rten Nordheim2017-06-291-0/+4
* | Improve rounding of QRect::toRectAllan Sandfeld Jensen2017-06-261-1/+1
* | QDate::shortMonthName: remove faulty month testThiago Macieira2017-06-201-28/+20
* | Eliminate in/out arguments from QDateTimeParser::parse()Edward Welbourne2017-06-202-8/+5
* | QDateTimeParser: partial break-up of long method to eliminate gotoEdward Welbourne2017-06-202-284/+290
* | Eliminate out-parameters from QDateTimeParser::parseSection()Edward Welbourne2017-06-202-107/+91
* | QDateTimeParser: consolidate #if-ery around QT_NO_DATESTRINGEdward Welbourne2017-06-202-14/+8
* | QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-203-31/+187
* | Update CLDR to v31.0.1Edward Welbourne2017-06-202-4568/+4614
* | Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-202-0/+86
* | Fix some qdoc warnings for 5.10Friedemann Kleint2017-06-201-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-06-207-8/+22
|\ \
| * | 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
* | | Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-06-202-9/+9
|/ /
* | 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