summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qlocale_tools.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-05-161-39/+3
* Implement support for '0b' prefix in toInt() etcMarc Mutz2022-04-281-14/+26
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-2/+2
* Don't allocate in qt_asciiToDouble()Marc Mutz2022-02-251-17/+8
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-261-1/+16
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-1/+1
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-301-37/+80
* QByteArray: Disentangle number(double) from QLocaleMårten Nordheim2021-08-171-0/+6
* Make double-formatting code ready for QByteArrayMårten Nordheim2021-08-171-30/+45
* QString::number(double): Disentangle from the QLocale pathMårten Nordheim2021-08-171-0/+188
* QString::number(int): Avoid going through qlocale machineryMårten Nordheim2021-07-261-44/+48
* QLocale: add a Q_CHECK_PTRGiuseppe D'Angelo2021-01-201-0/+1
* Mark two impossible code-paths with Q_UNREACHABLEEdward Welbourne2020-11-271-1/+2
* Performance improvement for integer->QString conversionAndreas Buhr2020-10-311-4/+43
* Revert changes in strto(u)ll.c to avoid integer overflowsRobert Loehning2020-10-261-0/+4
* Use char32_t for QLocaleData::zeroUcs() and friendsEdward Welbourne2020-08-281-6/+6
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-311-10/+10
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-2/+2
* Support digit-grouping correctlyEdward Welbourne2020-07-141-3/+4
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-141-85/+0
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-141-0/+2
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-131-6/+7
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-171-51/+69
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* Use quiet NaNs instead of signaling onesEdward Welbourne2019-09-041-2/+2
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+578