summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Nitpick: fix style in QtCore codeAnton Kudryavtsev2016-11-071-2/+2
* | | | Merge remote-tracking branch 'gerrit/5.8' into devTor Arne Vestbø2016-11-051-14/+21
|\| | |
| * | | QString: optimize replace(QChar, QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-011-14/+21
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-0210-94/+121
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-013-29/+30
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-271-25/+23
| | |\|
| | | * Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| | |\|
| | | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-171-3/+6
| | |\|