summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Make QLocalePrivate::codeTo*() take QStringViewsMarc Mutz2017-03-263-13/+11
* Port QLocalePrivate::*ToCode() to QLatin1StringMarc Mutz2017-03-263-32/+19
* Long live QStringView!Marc Mutz2017-03-244-0/+771
* Remove unused QPodList classMarc Mutz2017-03-223-114/+0
* Use fromUtf8() instead of fromLatin1() for QT_RESTRICTED_CAST_FROM_ASCIIhjk2017-03-211-1/+1
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-2010-64/+45
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2010-64/+45
| |\
| | * QString: de-deplicate code of leftRef, rightRef, midRefAnton Kudryavtsev2017-03-181-19/+3
| | * Do not assume QStringRef(const QString*) to be implicitMarc Mutz2017-03-142-2/+2
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-138-42/+29
| | |\
| | | * Add -Wfloat-equal to Qt's header clean checkThiago Macieira2017-03-071-0/+6
| | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-062-2/+3
| | | * 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