summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-303-4/+4
|\
| * Fix possible loss of data warningJesus Fernandez2017-01-241-1/+1
| * Doc: updated QString::fromRawData documentation to QRegularExpressionSamuel Gaist2017-01-231-1/+1
| * Doc: update QStringList doc with missing QRegularExpression referenceSamuel Gaist2017-01-231-2/+2
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-273-8/+8
* | Fix QString comparison on Aarch64Erik Verbruggen2017-01-261-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-263-28/+82
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-28/+82
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.8.0' into 5.8" into refs/stagin...Liang Qi2017-01-151-0/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-0/+2
| | | |\
| | | | * Work around MSVC ABI stupidity in exporting inline members of base classThiago Macieira2017-01-031-0/+2
| | * | | QtCore: fix GCC 7 warningsMarc Mutz2017-01-151-0/+1
| | |/ /
| | * | Fixed Chinese language selection on iOSJason Erb2017-01-101-21/+62
| | * | Clarify that QString::toDouble does not have a fallbackKavindra Palaraja2017-01-101-2/+2
| | * | QDateTime::fromString(): improve performance by 33%David Faure2017-01-031-5/+15
* | | | Apple: always use the system time zone instead of the default time zoneJake Petroules2017-01-241-4/+2
* | | | Fix deprecated API usageJake Petroules2017-01-241-26/+9
|/ / /
* | | Add conversion functions for QTimeZone and CFTimeZone/NSTimeZoneJake Petroules2017-01-233-7/+22
* | | Long live QStaticByteArrayMatcher!Marc Mutz2017-01-192-0/+182
* | | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-181-1/+0
* | | Remove two unused static methods of QDateTimePrivateEdward Welbourne2017-01-121-3/+0
* | | doc: Fix all remaining "Cannot tie" errors in QtBaseMartin Smith2017-01-061-1/+1
* | | Extend qChecksum calculationLars Schmertmann2016-12-252-6/+38
* | | QByteArray: Overload toHex() with separator characterAndre Hartmann2016-12-242-4/+34
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-2/+2
| |\|
| | * Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
* | | Simplify QDateTime::toString(Qt::TextDate)'s text constructionEdward Welbourne2016-12-141-8/+4
* | | Fix handling of time-zones in QDateTime::toString(Qt::TextDate)Edward Welbourne2016-12-141-1/+10
* | | Fix QDateTime::toString(Qt::ISODate)'s handling of Qt::TimeZoneEdward Welbourne2016-12-142-2/+17
* | | Aarch64: vectorize findCharErik Verbruggen2016-12-141-1/+14
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1317-154/+162
|\| |
| * | QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7
| * | Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-091-1/+2
| * | QCommandLineOption: Remove excess close parenthesis from a warningTopi Reinio2016-11-301-1/+1
| * | Properly use QT_CONFIG macro to check for ICULars Knoll2016-11-299-32/+31
| * | Fixed build using Visual Studio 2017Oliver Wolff2016-11-291-15/+21
| |/
| * QStringRef: de-duplicate lastIndexOf codeAnton Kudryavtsev2016-11-281-37/+40
| * Add a macros for disabling deprecated declaration warningsThiago Macieira2016-11-271-2/+1
| * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-252-42/+44
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-252-42/+44
| | |\
| | | * QDateTimeParser: introduce at least some encapsulationEdward Welbourne2016-11-231-39/+42
| | | * Typo fix in QDateTime::toString() documentationEdward Welbourne2016-11-231-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+1
| | |\|
| | | * QDateTimeParser: localize variable to avoid shadowingEdward Welbourne2016-11-171-1/+1
| * | | QString: optimize remove(QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-231-15/+14
* | | | PCRE2: port QRegularExpression to PCRE2Giuseppe D'Angelo2016-12-122-234/+296
* | | | QTzTimeZonePrivate: don't assume int is a 4-byte typeEdward Welbourne2016-12-121-1/+1
* | | | QTzTimeZonePrivate::init() fix for DST start as standard time changesEdward Welbourne2016-12-121-4/+46