summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-073-102/+142
|\
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-122-9/+14
|\|
| * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
| * Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-3614/+3636
|\|
| * Update locale data to CLDR v35.1Edward Welbourne2019-05-072-3623/+3645
* | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-087-95/+76
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-033-28/+17
|\|
| * 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
* | Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-013-3/+7
* | Purge use of some deprecated methods from QDateTime testsEdward Welbourne2019-04-231-1/+1
* | MinGW: Fix developer buildFriedemann Kleint2019-04-181-0/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-04-162-1/+12
|\|
| * Correct the description of the "C" localeEdward Welbourne2019-04-112-1/+12
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-092-22/+37
|\|
| * Fix various uncommon cases in QTzTimeZonePrivate backendEdward Welbourne2019-04-052-22/+37
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-061-0/+4
|\|
| * Make qt_is_ascii work properly on big endian systemsDmitry Shachnev2019-04-051-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
|\|
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-021-4/+2
|\|
| * Refine underflow check in QLocaleData::convertDoubleToFloat()Edward Welbourne2019-04-011-4/+2
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-262-24/+25
|\|
| * 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-151-0/+6
|\|
| * Doc: fix some typos and missing doc for QScopeGuardEirik Aavitsland2019-03-111-0/+6
* | Doc: Unify terminology for '\0'-terminated stringsChristian Ehrlicher2019-03-132-24/+21
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-111-1/+1
|\|
| * Fix a couple of small doc things in relation to QScopeGuardAndy Shaw2019-03-091-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-091-6/+28
|\|
| * Handle error from MS-Win API in QCollator::compare()Edward Welbourne2019-03-061-6/+28
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-0/+2
|\|
| * Fix build for size with gccKirill Burtsev2019-02-231-0/+2
* | Fix can not -> cannotRobert Loehning2019-02-252-2/+2
* | Add conversion to and from long and ulongVolker Hilsheimer2019-02-233-0/+162
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-186-86/+86
* | Remove bogus assertLars Knoll2019-02-131-1/+0
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-121-5/+6
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-121-5/+6
| |\|
| | * Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-5/+6
* | | Add missing \since to QList<T>::swapItemsAt()Friedemann Kleint2019-02-121-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-083-14/+36
|\|
| * 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