summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-13/+13
* Use QLatin1StringView in QString/QLatin1String APIs and docsSona Kurazyan2022-03-231-142/+144
* Add QLatin1StringView as an alias for QLatin1StringSona Kurazyan2022-03-191-0/+31
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-171-0/+2
* QString/QByteArray: = default the move ctorsMarc Mutz2022-03-161-1/+1
* Deprecate {QString, QByteArray}::count()Sona Kurazyan2022-03-121-0/+3
* Fix the ambiguity when calling QLatin1String(0)Sona Kurazyan2022-03-091-0/+1
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-091-0/+3
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-091-0/+7
* Add numeric conversion methods to QLatin1StringSona Kurazyan2022-03-051-0/+31
* Add literal operators for QLatin1String and QLatin1CharSona Kurazyan2022-03-041-0/+13
* Fix QLatin1String(const char *) constructor to be constexprSona Kurazyan2022-03-021-1/+3
* QLatin1String: add missing APIs for compatibility with Qt string viewsSona Kurazyan2022-03-021-0/+11
* QCollator: port from QString::compare_helper to QtPrivate::compareStringsMarc Mutz2022-02-031-1/+0
* QString: optimize compare_helperMarc Mutz2022-01-271-1/+1
* Revert "QLatin1String: Add overloads taking QLatin1Char"Marc Mutz2022-01-251-14/+0
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-201-1/+1
* QString::compare: fix comparing a 4GB string to 1 QCharThiago Macieira2022-01-121-1/+1
* QString et al: fix lastIndexOf() API asymmetryMarc Mutz2021-12-021-3/+9
* QLatin1String: harmonize null byte handling with the rest of QStringThiago Macieira2021-10-221-3/+3
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-5/+0
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-191-6/+26
* Consolidate documentation of floating-point formatting codeEdward Welbourne2021-08-031-4/+4
* QLatin1String: Add a constructor taking QByteArrayViewMårten Nordheim2021-06-121-0/+1
* QLatin1String: Add overloads taking QLatin1CharMårten Nordheim2021-06-111-0/+12
* QString: add missing char8_t* constructor / fromUtf8 overloadsGiuseppe D'Angelo2021-04-161-0/+9
* Add literal operators for QString and QByteArrayAndrei Golubev2021-03-301-0/+7
* Use Core library for qmake instead of the Bootstrap libraryAlexey Edelev2021-02-251-1/+1
* Minor tidy-up: two sizetype fixes, two \nullptr usesEdward Welbourne2021-01-081-2/+2
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-081-4/+4
* QString::fromUtf8: remove a stray cast to intGiuseppe D'Angelo2020-12-031-1/+1
* QString: plaster more and more [[nodiscard]]Giuseppe D'Angelo2020-12-031-22/+22
* QString/QByteArray: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+18
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-301-1/+1
* QString/QByteArray: add erase() for iteratorsGiuseppe D'Angelo2020-11-261-0/+1
* Clean up out allocation handlingLars Knoll2020-11-041-10/+8
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-041-1/+1
* Avoid allocation on char16_t* comparisonsAllan Sandfeld Jensen2020-11-041-13/+13
* Doc: Fix documentation warnings for string classesTopi Reinio2020-10-291-1/+1
* Remove qstring_compat left-overAllan Sandfeld Jensen2020-10-281-1/+1
* Make remaining String binary comparisons hidden friendsAllan Sandfeld Jensen2020-10-261-55/+55
* Make QString/QLatin1String comparisons hidden friendsAllan Sandfeld Jensen2020-10-261-112/+96
* Optimize equality operators for string classesLars Knoll2020-10-071-8/+3
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-061-2/+5
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-20/+20
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-2/+1
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-031-79/+79
* make {QString,QByteArray}::squeeze() work without prior reserve()Oswald Buddenhagen2020-09-281-2/+2
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-93/+93
* Remove deprecated APILars Knoll2020-09-151-6/+0