summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qanystringview.h
Commit message (Expand)AuthorAgeFilesLines
* Rename qIsConstantEvaluated() to q20::is_constant_evaluated()Marc Mutz2024-03-021-10/+2
* QAnyStringView: use new comparison helper macrosIvan Solovev2024-03-021-17/+9
* Bring back QASV::detects_US_ASCII_at_compile_timeIvan Solovev2024-03-011-0/+8
* qTo*ViewIgnoringNull: further ignore nullsThiago Macieira2023-12-211-1/+1
* Add a verify() method to all sequential containersAhmad Samir2023-09-281-7/+8
* QAnyStringView: add QDebug stream operatorMarc Mutz2023-07-061-0/+4
* Q{Any,}StringView: optimize lengthHelperContainer for the runtimeThiago Macieira2023-06-111-18/+4
* Short-live qIsConstantEvaluated()Thiago Macieira2023-06-111-11/+4
* Q{Any,}StringView: remove the GCC-specific compile-time contentThiago Macieira2023-06-111-14/+5
* QAnyStringView: fix MSVC warning C4702Sze Howe Koh2023-02-021-1/+1
* Move q20::remove_cvref to q20type_traits.hMarc Mutz2023-01-121-1/+1
* Untangle QLatin1StringView from qstring.{h,cpp}Ahmad Samir2023-01-071-0/+1
* QAnyStringView: add substringing operationsMarc Mutz2022-12-081-0/+42
* QAnyStringView: move the two assertions to a central placeThiago Macieira2022-12-071-2/+0
* QAnyStringView: move the tag bits to the LSB for Qt 7Thiago Macieira2022-12-061-10/+17
* Fix QAnyStringView build with GCC 13Ville Voutilainen2022-11-121-22/+24
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-1/+1
* QAnyStringView: fix MSVC warningYuhang Zhao2022-10-151-5/+9
* QAnyStringView: construct from any T implicitly convertible to QString/QByteA...Marc Mutz2022-09-011-7/+34
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-1/+1
* QtCore: Replace remaining uses of QLatin1String with QLatin1StringViewSona Kurazyan2022-03-261-2/+2
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-211-7/+45
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-191-1/+2
* Q{*String,ByteArray}View::length(): use qsizetype, not intGiuseppe D'Angelo2021-04-151-6/+2
* Build fixes for GCC 11Ville Voutilainen2021-01-191-0/+1
* Fix QAnyStringView comparison documentationVolker Hilsheimer2020-11-091-1/+1
* Optimize equality operators for string classesLars Knoll2020-10-071-2/+3
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-061-20/+24
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-2/+8
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-0/+292