summaryrefslogtreecommitdiff
path: root/tests/unit/unittest/smallstring-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Utils: Fix small stringMarco Bubke2018-09-031-0/+18
* Utils: Improve SmallStringMarco Bubke2018-04-041-13/+2
* Utils: Change SmallString::toView to SmallString::toStringViewMarco Bubke2018-01-221-1/+1
* Clang: Handle native file in the file cacheMarco Bubke2017-11-231-0/+18
* Utils: Fix smallstring move assignmentMarco Bubke2017-10-201-2/+2
* Clang: Add file cacheMarco Bubke2017-10-051-6/+29
* Utils: Add Utils::SmallStringView::emptyMarco Bubke2017-09-211-0/+6
* Utils: Fix reverse iterators in SmallStringMarco Bubke2017-09-211-9/+276
* Utils: Simplify SmallString reserveMarco Bubke2017-09-181-4/+4
* Utils: Add toView to SmallStringMarco Bubke2017-08-281-0/+10
* Utils: Add compare function for string viewsMarco Bubke2017-08-281-0/+21
* Utils: Don't touch the data if nothing is replace in SmallStringMarco Bubke2017-08-081-0/+17
* Utils: Fix replace function in SmallStringMarco Bubke2017-08-041-0/+36
* Utils: Fix short string capacityMarco Bubke2017-08-041-0/+7
* Utils: Don't allocate new memory if it is fitting in the short stringMarco Bubke2017-08-041-0/+9
* Utils: Fix replace crashMarco Bubke2017-08-041-2/+2
* Utils: Add startWith to string viewMarco Bubke2017-08-011-0/+13
* Utils: Add isEmpty to string viewMarco Bubke2017-08-011-0/+6
* Utils: Add + operator to SmallStringMarco Bubke2017-08-011-0/+18
* Utils: Add number to string conversionMarco Bubke2017-08-011-0/+13
* Utils: Add replace for charactersMarco Bubke2017-02-021-0/+9
* Utils: Add test that a longer path string is a short stringMarco Bubke2017-02-011-0/+9
* Utils: Fix long small stringMarco Bubke2017-01-311-0/+10
* Utils: Add intializer_list constructor in SmallStringMarco Bubke2017-01-311-0/+42
* Utils: Improve and fix operators in SmallStringMarco Bubke2017-01-311-0/+57
* Clang: Add ClangPchManagerMarco Bubke2017-01-301-0/+29
* Revert "Revert "Utils: Remove old compiler support code""Robert Loehning2017-01-191-4/+0
* Revert "Utils: Remove old compiler support code"Alessandro Portale2017-01-191-0/+4
* Utils: Remove old compiler support codeMarco Bubke2017-01-191-4/+0
* Utils: Fix SmallString reserve for read only referencesMarco Bubke2016-12-051-5/+23
* Utils: Reserve in smallstring was flakyMarco Bubke2016-11-301-0/+27
* Utils: Add carriage return strip method to SmallStringMarco Bubke2016-11-281-0/+9
* Utils: Add const reverse iterators to SmallStringMarco Bubke2016-11-171-0/+23
* UnitTest: CleanupMarco Bubke2016-09-191-0/+1029