summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix integer overflow in QCryptographicHash's SHA-3 supportThiago Macieira2019-08-101-4/+4
* QBitArray: fix fromBits() and actually test itThiago Macieira2019-08-081-5/+7
* QDateTime docs: don't encourage use of deprecated textdate functionsEdward Welbourne2019-07-171-21/+13
* QFreeList: fix memory order on block deletionMarc Mutz2019-07-081-1/+1
* [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
* Doc: Fix typos in QDateTime docsTopi Reinio2019-06-071-2/+2
* Detect system time zone from linked symlinksDamien Caliste2019-06-041-5/+38
* Overhaul Q(Date|Time)+ documentationEdward Welbourne2019-05-291-96/+103
* QRegExp: remove an out of bounds access into QStringGiuseppe D'Angelo2019-05-271-1/+1
* QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
* Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
* Update locale data to CLDR v35.1Edward Welbourne2019-05-072-3623/+3645
* 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