summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid possible ambiguities with QByteArrayView's comparison operatorsSona Kurazyan2020-08-041-8/+13
* Move-enable QByteDataBuffer::{append,prepend}MÃ¥rten Nordheim2020-08-011-2/+26
* Fix undefined use of memcpy and memcmpAllan Sandfeld Jensen2020-07-313-8/+15
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-2/+5
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-3/+3
* Fix warning in QStringView::compare(QChar) on qsizetype->intThiago Macieira2020-07-301-1/+4
* QLocale: update qt_asciiToDouble to use qsizetypeThiago Macieira2020-07-312-13/+19
* Be clearer about the locale-aware comparison QString supportsEdward Welbourne2020-07-301-95/+61
* QLocale: fix conversion of "\0" to doubleThiago Macieira2020-07-281-1/+1
* QLocaleData: remove unused internal functionThiago Macieira2020-07-282-13/+0
* QByteArray::toDouble: fix buffer overflow reads on fromRawData()Thiago Macieira2020-07-281-6/+25
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-245-99/+0
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-247-121/+2
* QLocale: purge deprecated APIEdward Welbourne2020-07-232-43/+0
* Fix some qdoc warningsFriedemann Kleint2020-07-211-1/+1
* QRegularExpression: Purge deprecated PatternOption membersEdward Welbourne2020-07-202-10/+5
* QChar: purge deprecated APIEdward Welbourne2020-07-202-82/+1
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-175-18/+46
* Use qsizetype instead of int in QByteArrayMatcherSona Kurazyan2020-07-152-8/+7
* QSystemLocalePrivate::substituteDigits(): change to move semanticsEdward Welbourne2020-07-151-6/+6
* Simplify uses of QSystemLocale::query()Edward Welbourne2020-07-152-61/+60
* Simplify qlocale_win's getLocaleInfo() and its _int variantEdward Welbourne2020-07-151-32/+28
* Support digit-grouping correctlyEdward Welbourne2020-07-145-651/+650
* Refactor QLocale's integer formattingEdward Welbourne2020-07-142-127/+51
* QLocalePrivate: rearrange number format statics and toolsEdward Welbourne2020-07-144-201/+130
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-142-43/+81
* Simplify qlocale_win's currency formattingEdward Welbourne2020-07-141-11/+5
* Use numeric_limits instead of hand-coded equivalentsEdward Welbourne2020-07-134-22/+20
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-133-5192/+0
* QStringView: Remove outdated note about usage with QListLinus Jahn2020-07-121-4/+0
* Remove that casts to int/uint that shouldn't be there anymoreLars Knoll2020-07-101-35/+26
* Rename local variable hiding parameterDimitrios Apostolou2020-07-101-2/+2
* Remove local variable masking a global oneDimitrios Apostolou2020-07-101-2/+1
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-2/+2
* Silence some warnings about fallthroughFriedemann Kleint2020-07-091-2/+2
* Introduce QByteArrayViewSona Kurazyan2020-07-086-292/+1261
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Try to workaround bogus compiler warning in gcc 9 for ARMv7Lars Knoll2020-07-062-2/+5
* Rename from() to sliced()Lars Knoll2020-07-066-11/+14
* Port QString to qsizetypeLars Knoll2020-07-065-330/+315
* Use qsizetype in QListLars Knoll2020-07-062-47/+47
* Make QArrayDataPointer::size a qsizetypeLars Knoll2020-07-063-4/+4
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-061-2/+2
* Avoid allocating a d-pointer for empty stringsLars Knoll2020-07-063-24/+15
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-1/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-065-65/+80
* Fix a crash in QClipBoard when copying utf16 dataLars Knoll2020-07-062-26/+0
* Move the reallocate() method from QArrayDataPointer to the Ops classLars Knoll2020-07-022-2/+2
* Documentation fixes for QStringTokenizerKai Koehne2020-07-011-9/+9
* QByteArray::insert: do not assert that pos must be non-negativeGiuseppe D'Angelo2020-06-301-2/+0