summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qbytearrayview/tst_qbytearrayview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Test that QBAV(QL1SV) and QBAV(QU8SV) constructors are constexprIvan Solovev2024-03-181-0/+32
* QByteArrayView: make conversion to string_view constexprMarc Mutz2024-03-011-0/+34
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* qTo*ViewIgnoringNull: further ignore nullsThiago Macieira2023-12-211-1/+1
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-131-0/+26
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-2/+2
* tst_QByteArrayView:: disable failing constexpr checks for GCCSona Kurazyan2022-04-011-0/+5
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-111-0/+1
* QByteArrayView: add compareMårten Nordheim2021-05-201-0/+15
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-24/+68
* Introduce QByteArrayViewSona Kurazyan2020-07-081-0/+595