summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | Unexport QTimeZonePrivateMarc Mutz2017-02-231-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-2812-66/+73
|\| |
| * | QTimeZonePrivate: make clone() const, use covariant return typesMarc Mutz2017-02-237-14/+14
| * | Simplify QTzTimeZonePrivate implementationMarc Mutz2017-02-232-17/+1
| * | QStaticByteArrayMatcher: fix MSVC warningMarc Mutz2017-02-231-0/+5
| * | Do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-223-6/+7
| * | QArrayDataOps: don't use value-initializationMarc Mutz2017-02-221-1/+1
| * | QTzTimeZonePrivate: introduce PosixZone classMarc Mutz2017-02-221-26/+43
| * | QArrayDataOps: do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-221-2/+2
* | | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-231-0/+2
* | | x86: Add detection of the AES and SHA New InstructionsThiago Macieira2017-02-211-1/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-1712-43/+64
|\| |
| * | Clean up QStringLiteral definitionMarc Mutz2017-02-151-28/+13
| * | QString(Ref): make toLatin1()/toLocal8Bit() null handling consistentMarc Mutz2017-02-153-6/+12
| * | Fix minor typos in apidocFrederik Schwarzer2017-02-151-1/+1
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-143-2/+31
| |\|
| | * Update the __xxx__ macros due to MSVC and ICC not defining them allThiago Macieira2017-02-121-1/+31
| | * rename qvector.cpp => qvector.qdocOswald Buddenhagen2017-02-092-1/+0
| * | QCollatorSortKey: add some std::moveMarc Mutz2017-02-135-6/+7
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-1015-39/+73
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-089-31/+57
| |\|
| | * QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-071-1/+1
| | * QCollator/ICU: fix a rather hair-raising performance bug in compare(QChar*, i...Marc Mutz2017-02-071-1/+1
| | * QDateTimeParser: de-duplicate vtableMarc Mutz2017-02-052-1/+5
| | * Fix libs build with msvc on Chinese locale on WindowsLiang Qi2017-02-012-5/+5
| | * Doc: Normalize \since usageTopi Reinio2017-01-312-2/+2
| | * Regroup the x86 QT_FUNCTION_TARGET_STRING_xxxx macrosThiago Macieira2017-01-301-7/+7
| | * Move the declaration of SSE3 & newer macros above their useThiago Macieira2017-01-301-14/+14
| | * MSVC: Fix use of POPCNT instruction without CPU checkThiago Macieira2017-01-271-0/+13
| | * Fix MIPS DSP configurationAllan Sandfeld Jensen2017-01-271-0/+9
| * | QCollator: don't pipe bcp47Name() through QStringMarc Mutz2017-02-074-3/+11
| * | QCollatorSortKey: use QExplicitlySharedDataPointer as pImplMarc Mutz2017-02-071-1/+1
| * | Fix some qdoc warnings for 5.9Friedemann Kleint2017-02-061-2/+2
| * | Un-export QCollator{SortKey,}PrivateMarc Mutz2017-02-061-2/+2
* | | QLatin1String: add missing isNull(), isEmpty()Marc Mutz2017-02-092-0/+21
|/ /
* | QLocale(Win): fix pessimizing use of QStringBuilderMarc Mutz2017-01-311-1/+1
* | Don't narrow lengths in qHash() implementationsMarc Mutz2017-01-311-11/+12
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-303-4/+4
|\|
| * Fix possible loss of data warningJesus Fernandez2017-01-241-1/+1
| * Doc: updated QString::fromRawData documentation to QRegularExpressionSamuel Gaist2017-01-231-1/+1
| * Doc: update QStringList doc with missing QRegularExpression referenceSamuel Gaist2017-01-231-2/+2
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-273-8/+8
* | Fix QString comparison on Aarch64Erik Verbruggen2017-01-261-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-263-28/+82
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-253-28/+82
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.8.0' into 5.8" into refs/stagin...Liang Qi2017-01-151-0/+2
| | |\
| | | * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2017-01-141-0/+2
| | | |\
| | | | * Work around MSVC ABI stupidity in exporting inline members of base classThiago Macieira2017-01-031-0/+2
| | * | | QtCore: fix GCC 7 warningsMarc Mutz2017-01-151-0/+1
| | |/ /
| | * | Fixed Chinese language selection on iOSJason Erb2017-01-101-21/+62