summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\|
| | | * Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
| * | | Document license for CLDR data in Qt CoreKai Koehne2016-10-283-22/+46
| * | | Remove legalese text from QLocaleKai Koehne2016-10-281-20/+0
| * | | Include intrin.h header when using MSVCJesus Fernandez2016-10-261-0/+4
| * | | Add Qt::ISODateWithMs date format, with support in QTime/Date/DateTimeTor Arne Vestbø2016-10-201-7/+18
| * | | QLocale: optimize string usageAnton Kudryavtsev2016-10-181-14/+10
| * | | use helper libs via QMAKE_USEOswald Buddenhagen2016-10-151-1/+1
| * | | Add optimize-for-size case to ucstrncmpErik Verbruggen2016-10-141-1/+12
* | | | QStringRef: add isRightToLeft()Anton Kudryavtsev2016-10-252-24/+40
* | | | QStringRef: add constBegin() and constEnd()Anton Kudryavtsev2016-10-242-4/+23
* | | | QRingBuffer::reserve(): remove superfluous assertAlex Trotsenko2016-10-221-1/+0
* | | | Nitpick: fix style in QtCore codeAnton Kudryavtsev2016-10-191-2/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-1312-105/+132
|\| | |
| * | | Add configure feature for QCommandLineParserLars Knoll2016-10-113-4/+13
| * | | Add configure feature for time zone supportLars Knoll2016-10-115-69/+84
| * | | Avoid auto-vectorization of epilogues of manual vectorizationAllan Sandfeld Jensen2016-10-111-0/+3
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-062-2/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-052-2/+2
| | |\|
| | | * Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-052-2/+2
| * | | Replace QCFString::to(CF/NS/Q)String usage with QString methodsTor Arne Vestbø2016-10-062-30/+30
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-262-23/+31
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-212-23/+31
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-162-23/+31
| | |\|
| | | * Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
| | | * Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
| | | * QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-214-8/+45
|\| | |
| * | | Add AVX2 versions of the fast blending functionsAllan Sandfeld Jensen2016-09-181-0/+3
| * | | Add QStringList::join(QLatin1String) overloadMarc Mutz2016-09-182-7/+40
| * | | Nitpick: fix style in QtCore code added since 5.7Thiago Macieira2016-09-151-1/+2
* | | | Q(Date|Time)+::(to|from)String(): use C locale from Qt 6Edward Welbourne2016-09-161-3/+6
* | | | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devJake Petroules2016-09-153-40/+13
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-09-153-40/+13
| |\| | |
| | * | | Convert the old feature systemLars Knoll2016-09-151-1/+1
| | * | | winrt: Report system languages for QLocale::uiLanguagesMaurice Kalinowski2016-09-111-36/+8
| | * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-051-3/+4
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-051-3/+4
| | | |\|
| | | | * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* | | | | QLocale: Add option to pad numbers with trailing zeroesUlf Hermann2016-09-155-34/+65
|/ / / /