summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringview/tst_qstringview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* tst_QStringView: don't go through the QString constructorThiago Macieira2024-01-141-1/+1
* QString::arg: don't pass nullptr to memcpy()Thiago Macieira2024-01-111-0/+4
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-131-0/+27
* tst_Q(Any)StringView: check conversion from winrt::hstringMarc Mutz2023-03-311-0/+17
* Make XmlStringRef convertible to QAnyStringView/QStringViewMarc Mutz2022-11-291-0/+3
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-12/+0
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-1/+1
* QStringView test: avoid narrowingGiuseppe D'Angelo2020-11-071-2/+2
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-161-2/+2
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-1/+33
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-52/+0
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-5/+5
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-82/+82
* Also check QStringView(std::nullptr_t) for constexpr'nessMarc Mutz2020-06-111-0/+8
* QString/View: add tokenize() member functionsMarc Mutz2020-06-061-1/+166
* QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-7/+70
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* QStringView: add a test for overload resolution versus QStringGiuseppe D'Angelo2020-01-091-0/+58
* Deprecate QStringViewLiteralMarc Mutz2019-08-101-6/+6
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-6/+6
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+682