summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Cocoa: Get the right zero digit for the localeAndy Shaw2019-05-021-1/+13
* QSharedPointer: fix docs for create()Giuseppe D'Angelo2019-05-022-27/+4
* Correct the description of the "C" localeEdward Welbourne2019-04-112-1/+12
* Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-052-22/+37
* Make qt_is_ascii work properly on big endian systemsDmitry Shachnev2019-04-051-0/+4
* Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-4/+2
* Fix broken data for time-zones with no transitionsEdward Welbourne2019-03-222-24/+23
* Correct a misguided assertion in QTzTimeZonePrivateEdward Welbourne2019-03-221-2/+4
* Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
* Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-091-1/+1
* Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
* Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-5/+6
* Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
* Q(Date|Time)+::toString: correct account of format specifiersEdward Welbourne2019-01-311-12/+30
* Fix unused parametersJesus Fernandez2019-01-291-0/+4
* qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
* QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
* Doc: Remove pre-Windows 7 from QCollator documentationKai Koehne2018-12-221-5/+0
* Doc: Consistently mark QT_XYZ_CAST_FROM_ASCII with \cKai Koehne2018-12-223-9/+91
* QtCore: Unify license headersKai Koehne2018-12-221-1/+1
* Add an AVX2 code path to qustrchrThiago Macieira2018-12-181-0/+23
* Merge some code to simplify maintenanceThiago Macieira2018-12-181-40/+49
* Fix QRegularExpressionMatch capture-related documentationSamuel Gaist2018-12-151-1/+12
* QRegularExpression: anchor wildcard patternSamuel Gaist2018-12-151-1/+1
* Handle QCollator with locale C by delegating to QStringEdward Welbourne2018-12-116-19/+57
* Optimize further the loading of 8 Latin 1 charactersThiago Macieira2018-12-081-4/+17
* Optimize QSharedPointer::getAndRef with the three-operand testAndSetThiago Macieira2018-11-281-4/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-11-275-20/+47
|\
| * Recognize E along with e as exponent character in asciiToDoubleEdward Welbourne2018-11-231-1/+1
| * Fix toFloat()s between float and double ranges and documentEdward Welbourne2018-11-234-10/+28
| * Change documentation of some toDouble()s to reflect realityEdward Welbourne2018-11-233-9/+18
* | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-167-16/+35
|\ \
| * | Doc: Tie the QScopeGuard documentation to a classTopi Reinio2018-11-061-9/+21
| * | Doc: Fix various documentation warningsTopi Reinio2018-11-066-7/+14
* | | Clean up and update Unicode character data 3rd-party infrastructureEdward Welbourne2018-11-111-1/+3
* | | Doc: fix formatting error in QLineFEirik Aavitsland2018-11-111-4/+3
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-092-6/+5
|\ \ \ | | |/ | |/|
| * | Modernize the "textcodec" featureLiang Qi2018-11-072-6/+5
* | | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-055-4169/+4280
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+3
| |\|
| | * Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
| * | Update to CLDR v34Edward Welbourne2018-11-024-4169/+4277
* | | Fix leak in QContiguousCache::setCapacityJoni Poikelin2018-10-301-0/+1
|/ /
* | Fix QString latin1 conversion and comparison for -optimize-size buildKirill Burtsev2018-10-181-0/+8
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-1510-216/+42
* | Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-083-3/+6
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-082-5/+26
|\|
| * QDateTimeParser: avoid using an invalid hour by defaultEdward Welbourne2018-10-021-4/+25