aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/smallstring.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Suppress warning in SmallStringMarco Bubke2019-01-141-0/+9
* Utils: Fix small stringMarco Bubke2018-09-031-1/+7
* Utils: Remove superfluous qualificationsOrgad Shaneh2018-07-191-3/+3
* Utils: Fix unit-test failure caused by SmallString issueIvan Donchevskii2018-05-241-0/+3
* Utils: Remove noexcept from SmallString::appendMarco Bubke2018-04-041-1/+1
* Utils: Improve SmallStringMarco Bubke2018-04-041-12/+16
* Utils: Simplify cloneMarco Bubke2018-02-151-7/+1
* Utils: Make default constructor of SmallString constexprMarco Bubke2018-02-011-1/+1
* Utils: Change SmallString::toView to SmallString::toStringViewMarco Bubke2018-01-221-1/+1
* Utils: Introduce flexible constructor for SmallString and SmallStringViewMarco Bubke2018-01-221-5/+9
* Utils: Fix smallstring move assignmentMarco Bubke2017-10-201-2/+5
* Clang: Add file cacheMarco Bubke2017-10-051-19/+29
* Utils: Fix reverse iterators in SmallStringMarco Bubke2017-09-211-4/+4
* Utils: Simplify SmallString reserveMarco Bubke2017-09-181-11/+2
* Utils: Use ref instead of copying large objectRobert Loehning2017-09-141-1/+1
* Utils: Convert to SmallStringView for comparisonMarco Bubke2017-08-291-117/+2
* Utils: Add toView to SmallStringMarco Bubke2017-08-281-0/+5
* Utils: Use C string functionsMarco Bubke2017-08-281-6/+4
* Utils: Don't touch the data if nothing is replace in SmallStringMarco Bubke2017-08-081-30/+33
* Utils: Fix replace function in SmallStringMarco Bubke2017-08-041-2/+30
* Utils: Improve SmallString::operator<Marco Bubke2017-08-041-18/+6
* Utils: Fix spacingMarco Bubke2017-08-041-1/+1
* Utils: Clone the capacity tooMarco Bubke2017-08-041-1/+3
* Utils: Don't allocate new memory if it is fitting in the short stringMarco Bubke2017-08-041-0/+2
* Utils: Cleanup SmallString::replaceMarco Bubke2017-08-041-12/+10
* Utils: Fix replace crashMarco Bubke2017-08-041-2/+1
* Utils: Fix missing initialization in SmallStringMarco Bubke2017-08-021-0/+1
* Utils: Use string view instead of a stringMarco Bubke2017-08-011-3/+3
* Utils: Add + operator to SmallStringMarco Bubke2017-08-011-0/+66
* Utils: Add number to string conversionMarco Bubke2017-08-011-0/+69
* Utils: Use replace instead of transformMarco Bubke2017-07-191-5/+1
* Clang: Improve speed by content generationMarco Bubke2017-02-161-0/+5
* Fix spelling of unitttest_publicMarco Bubke2017-02-031-3/+3
* Utils: Add replace for charactersMarco Bubke2017-02-021-0/+11
* Utils: Fix long small stringMarco Bubke2017-01-311-2/+7
* Utils: Add intializer_list constructor in SmallStringMarco Bubke2017-01-311-0/+24
* Utils: Improve and fix operators in SmallStringMarco Bubke2017-01-311-49/+74
* Utils: Change SmallString::at from const reference to valueMarco Bubke2017-01-311-1/+1
* Use _t versions of various type traitsEike Ziller2017-01-301-8/+8
* Revert "Revert "Utils: Remove old compiler support code""Robert Loehning2017-01-191-16/+0
* Revert "Utils: Remove old compiler support code"Alessandro Portale2017-01-191-0/+16
* Utils: Remove old compiler support codeMarco Bubke2017-01-191-16/+0
* Utils: Activate copy constructor and assignmentMarco Bubke2017-01-091-5/+0
* Utils: Add PathString to improve memory usage for longer pathsMarco Bubke2017-01-091-0/+1
* Utils: Change of less operator for SmallStringMarco Bubke2017-01-091-2/+23
* Utils: Add SmallStringView constructor to BasicSmallStringMarco Bubke2017-01-091-0/+5
* Utils: Change UNIT_TEST_PUBLIC in unitttest_publicTim Jenssen2017-01-091-3/+3
* Utils: Workaround missing __cpp_noexcept in clangMarco Bubke2016-12-071-0/+3
* Utils: Fix SmallString reserve for read only referencesMarco Bubke2016-12-051-0/+1
* Utils: Reserve in smallstring was flakyMarco Bubke2016-11-301-7/+16