summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-1/+4
* QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
* Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
* QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
* Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
* Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-311-0/+1
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-12/+40
* QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
* QVarLengthArray: fix compilation with GCC 7Marc Mutz2017-03-251-0/+1
* QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-11/+15
* QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
* Bugfix in QDateTimeParser's findTextEntry()Edward Welbourne2017-03-091-4/+10
* Simplify QDateTimeParser's shiny new findTextEntry()Edward Welbourne2017-03-091-13/+25
* QDateTimeParser: Merge the code to parse names of months and weekdaysThiago Macieira2017-03-081-85/+51
* 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
* 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
* 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
* 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
* 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
* 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
* | Clarify that QString::toDouble does not have a fallbackKavindra Palaraja2017-01-101-2/+2
* | QDateTime::fromString(): improve performance by 33%David Faure2017-01-031-5/+15
* | Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-2/+2
|\|
| * Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
* | QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7