aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/smallstringview.h
Commit message (Expand)AuthorAgeFilesLines
* 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