summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringview
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-7/+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
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* 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-062-1/+167
* 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
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-271-0/+13
* 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-103-0/+689