summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QString: optimize replace(QChar, QChar, Qt::CaseSensitivity)Anton Kudryavtsev2016-11-011-14/+21
* | | 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
* | | 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.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
* | | 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
* | | 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
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-294-9/+7
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-251-3/+2
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-3/+2
| | |\|
| | | * Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
| * | | QLocale: Fix wrong assertUlf Hermann2016-08-251-1/+1
| |/ /
| * | Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-231-3/+2
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-2/+2
| |\|
| | * QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* | | Merge dev into 5.8Oswald Buddenhagen2016-08-228-35/+36
|\ \ \
| * | | Use qtConfig throughout in qtbaseLars Knoll2016-08-191-4/+4