summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
* | | | QDateTime, QTimeZone: fix mappings from zone time to UTCEdward Welbourne2016-12-125-116/+210
* | | | qdoc: Ignore Q_COMPILER_REF_QUALIFIERS for nowMartin Smith2016-12-043-4/+5
* | | | QChar::Direction: more specific link to unicode standardEdward Welbourne2016-11-181-1/+1
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-178-17/+47
|\| | |
| * | | Remove a few unnecessary recalculations of hashAllan Sandfeld Jensen2016-11-091-4/+3
| * | | Replace custom type traits with std one'sKai Koehne2016-11-086-12/+10
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-082-1/+34
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-042-0/+37
| | |\|
| | | * Include intrin.h header when using MSVCJesus Fernandez2016-11-021-0/+4
| | | * doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
* | | | Aarch64: Vectorize ucstrncmp of QChar arraysErik Verbruggen2016-11-111-0/+24