aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/smallstring-test.cpp
Commit message (Expand)AuthorAgeFilesLines
* QmlProject: Reorganize unittestsBurak Hancerli2023-06-071-1891/+0
* QmlDesigner: use GTEST_INTERNAL_HAS_STRING_VIEW for str compareTim Jenssen2023-05-081-10/+10
* Utils: Silence warning for GCC tooMarco Bubke2023-05-031-7/+4
* QmlDesigner: Add module scannerMarco Bubke2023-04-191-2/+0
* Merge remote-tracking branch 'origin/10.0' into qds/devTim Jenßen2023-03-261-1/+1
|\
| * Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* | UnitTests: Disable warning for self assign overloadedMarco Bubke2023-02-231-0/+9
* | UnitTests: Disable self move warningsMarco Bubke2023-02-231-0/+9
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove null termination from SmallStringMarco Bubke2022-08-161-26/+12
* Utils: SmallString trades copies for branchesMarco Bubke2022-08-161-6/+29
* Utils: Optimze SmallString copies for larger sizesMarco Bubke2022-08-161-0/+82
* Utils: Make take of SmallString explicitMarco Bubke2022-08-161-1/+23
* Utils: Add endsWith to SmallStringViewMarco Bubke2022-07-071-0/+9
* Utils: Improve string conversion for Qt6Marco Bubke2021-09-211-1/+50
* Utils: Remove std::initializer_list contructorMarco Bubke2021-05-311-7/+7
* 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