summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Containers: call constructors even for primitive typesGiuseppe D'Angelo2020-12-012-21/+14
* QRectF/QPointF/QSizeF: document that operator== and != are fuzzyGiuseppe D'Angelo2020-11-183-8/+37
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-11-051-0/+4
* Fix locale look-up when language is unspecifiedEdward Welbourne2020-10-281-5/+15
* Deal with {und,ov}erflow issues in QLine's length handlingEdward Welbourne2020-10-272-18/+28
* Fix crash on serializing default-constructed QTimeZoneEdward Welbourne2020-09-031-2/+11
* QtPrivate::isLatin1: fix SSE2 non-SSE4.1 codeThiago Macieira2020-08-171-20/+1
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-08-171-6/+25
* Adapt to MSVC difference in behavior in initializing non-aggregatesThiago Macieira2020-06-291-9/+6
* QLinkedListData: Move Q_CORE_EXPORT from class to shared_nullThiago Macieira2020-05-201-2/+2
* CBOR support: prevent overflowing QByteArray's max allocationThiago Macieira2020-04-101-4/+3
* Fix build: disable the HWRNG in bootstrapped modeThiago Macieira2020-02-041-1/+1
* ucstrncmp: Fix UBSan report of array overflowingThiago Macieira2020-01-111-4/+4
* Fix for compilers that don't allow casting nullptr_t to an integerVolker Hilsheimer2019-10-141-1/+2
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-102-16/+67
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-10-082-0/+86
* Doc-fix: correct some misinformation about QDateTime's handling of DSTEdward Welbourne2019-09-191-23/+30
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-191-13/+29
* Fix assertion on passing nullptr QLatin1Strings to qt_compare_stringsMarc Mutz2019-08-251-2/+2
* 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