summaryrefslogtreecommitdiffstats
path: root/src/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QByteArrayList: fix narrowing in join() implementations [2/2]Marc Mutz2021-11-052-7/+9
* QByteArrayList: fix narrowing in join() implementations [1/2]Marc Mutz2021-11-042-7/+10
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-042-1/+14
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-013-25/+55
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-011-3/+6
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-261-1/+16
* Doc: Fix formatting: remove extra \c before \nullptrIvan Tkachenko2021-10-241-1/+1
* Doc: Fix qdoc warningsVenugopal Shivashankar2021-10-231-1/+1
* Doc: QString: formalize that we now include the QBA's nullsThiago Macieira2021-10-211-7/+36
* QLatin1String: harmonize null byte handling with the rest of QStringThiago Macieira2021-10-221-3/+3
* Doc: QByteArrayMatcher: add note that the pattern must remain on scopeThiago Macieira2021-10-211-4/+9
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-185-6594/+7031
* QUtf32: remove set-but-not-used variableThiago Macieira2021-10-181-4/+0
* Guard WinRT API code for clang-clPeter Varga2021-10-121-4/+4
* corelib: Fix typos in documentationJonas Kvinge2021-10-123-9/+9
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-124-6/+6
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-121-1/+1
* QUtf32: fix bad assertion in convertFromUnicodeThiago Macieira2021-10-111-2/+1
* QString: Use QStringIterator in QtPrivate::isRightToLeft()Ievgenii Meshcheriakov2021-10-091-15/+21
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* QByteArrayMatcher: add QByteArrayView overloadsThiago Macieira2021-10-012-2/+33
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-011-1/+26
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-012-8/+1
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-227-0/+50
* qlocale_mac: make sure that helper functions return QVariantIvan Solovev2021-09-151-25/+25
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-155-20/+95
* Fix system locale instantiationIvan Solovev2021-09-151-1/+1
* QByteDataBuffer::getChar() - assert that buffer is not emptyIvan Solovev2021-09-141-0/+2
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-32/+55
* Unix fallbackLocale(): use QString::tokenize() rather than split()Edward Welbourne2021-09-071-4/+3
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-065-8/+40
* corelib: Use char16_t and char32_t types for charactersIevgenii Meshcheriakov2021-09-063-82/+52
* Doc: fix a bunch of qdoc warnings from wrong prototypesVolker Hilsheimer2021-09-032-8/+5
* unicode: Regenerate qunicodetables{.cpp,_p.h}Ievgenii Meshcheriakov2021-09-032-5764/+5847
* Replace implementation-specific zero test with plain comparisonEdward Welbourne2021-09-021-7/+2
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-6/+4
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+30
* Add a QLocale(QStringView) constructorEdward Welbourne2021-09-013-11/+23
* Refine QLocale constructor documentationEdward Welbourne2021-09-011-4/+4
* Mark QLocale's private functions [[nodiscard]]Edward Welbourne2021-09-012-94/+110
* Clean up QLocaleData::validateChars() and fix its double-handlingEdward Welbourne2021-08-301-59/+43
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-303-2/+301
* Avoid UB (and the consequent need to suppress an MSVC warning)Edward Welbourne2021-08-302-14/+7
* Remove temporary inlines for qstrtou?ll()Edward Welbourne2021-08-301-5/+0
* Rework QLocalePrivate::bytearrayToU?LongLong()Edward Welbourne2021-08-303-33/+40
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-303-9/+12
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-302-40/+88
* qlocale_win: Simplify and explain month-name format lookupEdward Welbourne2021-08-271-5/+4
* unicode: Regenerate Unicode tablesIevgenii Meshcheriakov2021-08-262-9405/+15304
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-2/+6