summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | QHash: unexport the hash seed variableThiago Macieira2017-03-201-1/+1
* | QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-202-0/+2
* | 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
* | 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
* | 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
* | 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
* | 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.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