aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/smallstringview.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Remove more SmallStringView memberMarco Bubke2025-03-101-53/+1
* QmlDesigner: Adapt comparisons to C++20Marco Bubke2025-02-251-23/+3
* QmlDesigner: Qt 6.8 fixesTim Jenssen2024-07-041-5/+6
* Remove unneeded version checksEike Ziller2024-03-041-2/+0
* Utils: Fix build before Qt6.4Christian Stenger2024-02-011-0/+2
* Utils: Add more conversion operators to SmallStringMarco Bubke2023-09-071-2/+9
* Utils: Use _cpp_lib_constexpr_string to test for constexpr std::stringMarco Bubke2023-07-031-1/+7
* UnitTests: Fix flacky testsMarco Bubke2023-06-291-32/+0
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* QmlDesigner: Add type enumeration to auxiliary dataMarco Bubke2022-08-091-0/+5
* Use compare opertators from string_viewMarco Bubke2022-07-141-18/+22
* Utils: Add endsWith to SmallStringViewMarco Bubke2022-07-071-0/+5
* Utils: Compile fix for MinGWCristian Adam2021-03-251-1/+1
* Utils: Rebase SmallStringView on std::string_viewMarco Bubke2021-03-241-84/+12
* Utils: Add iterator constructors to small stringMarco Bubke2021-03-091-5/+14
* Utils: Use constexpr instead of constexpr17hjk2020-08-051-10/+10
* Utils: Modernize SmallStringMarco Bubke2020-05-271-53/+38
* Utils: Use always std::strlenMarco Bubke2020-05-121-16/+3
* Clang: Watch directories instead of filesMarco Bubke2019-06-271-0/+4
* Clang: Use full paths in compilation database for symbol collectorIvan Donchevskii2019-02-071-2/+1
* Utils: Add default constructor to SmallStringViewMarco Bubke2019-01-141-2/+4
* Fix compilation issues with C++17Eike Ziller2018-06-051-3/+1
* Utils: Improve SmallStringMarco Bubke2018-04-041-0/+6
* Utils: Introduce flexible constructor for SmallString and SmallStringViewMarco Bubke2018-01-221-1/+15
* Clang: Handle native file in the file cacheMarco Bubke2017-11-231-0/+12
* Clang: Add file cacheMarco Bubke2017-10-051-4/+5
* Utils: Add Utils::SmallStringView::emptyMarco Bubke2017-09-211-0/+6
* Utils: Fix reverse iterators in SmallStringMarco Bubke2017-09-211-2/+2
* Utils: Add more constexpr to SmallStringMarco Bubke2017-08-301-2/+2
* Clang: Add symbol storageMarco Bubke2017-08-291-0/+2
* Utils: Convert to SmallStringView for comparisonMarco Bubke2017-08-291-7/+25
* Utils: Add explicit conversion operator to QString to SmallStringViewMarco Bubke2017-08-281-1/+6
* Utils: Add _sv literal for SmallStringViewMarco Bubke2017-08-281-0/+8
* Utils: Add compare function for string viewsMarco Bubke2017-08-281-0/+46
* Utils: Improve SmallStringView::operator==Marco Bubke2017-08-041-4/+1
* Utils: Add startWith to string viewMarco Bubke2017-08-011-0/+13
* Utils: Add isEmpty to string viewMarco Bubke2017-08-011-0/+6
* Fix build on Clang/macOSEike Ziller2017-07-051-0/+1
* Clang: Make file ids uniqueTim Jenssen2017-07-031-0/+5
* Use _t versions of various type traitsEike Ziller2017-01-301-1/+1
* Revert "Revert "Utils: Remove old compiler support code""Robert Loehning2017-01-191-13/+0
* Revert "Utils: Remove old compiler support code"Alessandro Portale2017-01-191-0/+13
* Utils: Remove old compiler support codeMarco Bubke2017-01-191-13/+0
* SmallString: Fix ambiguity of iteratorsMarco Bubke2016-06-231-2/+2
* Utils: Add SmallStringMarco Bubke2016-02-171-0/+140