summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / /
* | | | QByteArray: Clean up qUncompressThiago Macieira2016-09-071-36/+37
* | | | Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-074-36/+55
|/ / /
* | | 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
| * | | employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-164-13/+10
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-135-15/+18
| | |\|
| | | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-123-10/+10
| | | * QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
| | | * QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-101-6/+0
| | |\|
| | | * QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-093-14/+13
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-053-14/+13
| | |\|
| | | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| | | * QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10
| | | * Docs changed to reflect that valueName is required with value parsingKonstantin Shegunov2016-07-291-2/+2
| * | | Fix build with clang-cl and the Intel compiler on WindowsThiago Macieira2016-08-091-3/+8
* | | | Support C++17 fallthrough attributeAllan Sandfeld Jensen2016-08-194-11/+12
* | | | QLinkedList: restore move special member functions for iteratorsMarc Mutz2016-08-171-4/+12
* | | | QSharedPointer: clean up #ifdefsMarc Mutz2016-08-151-48/+0
|/ / /
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-1/+1
* | | QString: de-duplicate code of variants of lastIndexOf()Anton Kudryavtsev2016-08-041-69/+4