summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-2/+2
| | | * QVector: Avoid implicit conversion warningsStig Bjørlykke2017-03-021-4/+4
| | | * Fix parsing of day-of-week names that start with another nameThiago Macieira2017-02-281-32/+9
| | | * QList: Avoid implicit conversion warningStig Bjørlykke2017-02-281-1/+1
| | | * QDateTime: Fix clearing the ShortData flag in setMSecsSinceEpochThiago Macieira2017-02-241-1/+4
| | * | Deprecate QString::nullMarc Mutz2017-03-122-1/+11
* | | | QStringList: add contains(QLatin1String) overloadAnton Kudryavtsev2017-03-202-6/+35
|/ / /
* | | QChar: add (char16_t) and (wchar_t) ctorsMarc Mutz2017-03-172-0/+25
* | | Make Q_ASSERT() usable in constexpr functionsMarc Mutz2017-03-161-5/+6
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-142-1/+5
|\| |
| * | QStaticByteArrayMatcher: enforce alignmentThiago Macieira2017-03-061-0/+1
| * | Make new QtCore code conform to the coding styleThiago Macieira2017-03-061-1/+2
| * | QRegularExpression: build fixGiuseppe D'Angelo2017-03-021-0/+2
* | | ucstricmp: compare null and empty strings equalMarc Mutz2017-03-081-9/+6
* | | QLatin1String: add iteratorsMarc Mutz2017-03-072-0/+182
* | | QString: make ucstrncmp() work for more than 2Gi charactersMarc Mutz2017-03-061-8/+7
* | | QString: make UnrollTailLoop work with non-int indicesMarc Mutz2017-03-061-8/+8
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-029-30/+68
|\| |
| * | QEasingCurve: mark as sharedGiuseppe D'Angelo2017-02-271-1/+1
| * | QVarLengthArray: add rvalue overload of append/push_backMarc Mutz2017-02-252-0/+39
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-245-18/+27
| |\|
| | * Doc: Fix minor typos in QRectFAaron Linville2017-02-231-3/+3
| | * Do not delete someone else's QSystemLocale when constructing anotherEdward Welbourne2017-02-231-1/+0
| | * QTimeZone: do not access static functions through this->Marc Mutz2017-02-221-7/+7
| | * Fix a race in QFreeListOlivier Goffart2017-02-171-2/+2
| | * QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-5/+15
| * | Clean up QByteArrayLiteral definitionMarc Mutz2017-02-241-10/+0
| * | 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