aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/smallstringlayout.h
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-08-261-24/+2
* Utils: fix narrowing warningMarco Bubke2022-08-181-5/+7
* smallstring: Fix warnings and compile error on macOSMarcus Tillmanns2022-08-171-1/+2
* Utils: Remove null termination from SmallStringMarco Bubke2022-08-161-14/+6
* Utils: Improve memory layout codeMarco Bubke2022-08-161-68/+45
* Utils: Optimze SmallString copies for larger sizesMarco Bubke2022-08-161-21/+78
* Utils: Adapt SmallString to C++ 17Marco Bubke2022-08-161-18/+15
* Utils: Modernize SmallStringMarco Bubke2020-05-271-15/+6
* Utils: Remove copy contructor to silence warningMarco Bubke2019-05-231-7/+0
* Utils: Fix compile with gcc 4.9Christian Stenger2018-04-051-1/+0
* Utils: Improve SmallStringMarco Bubke2018-04-041-57/+119
* Utils: Make default constructor of SmallString constexprMarco Bubke2018-02-011-1/+1
* Utils: Fix small string layout for Clang 5.0Marco Bubke2017-11-131-16/+18
* Utils: Fix spacingMarco Bubke2017-08-041-1/+1
* Utils: Fix short string capacityMarco Bubke2017-08-041-3/+1
* SmallString: Enable alignas(16) on MSVC-64Orgad Shaneh2017-04-261-1/+1
* Utils: Fix long small stringMarco Bubke2017-01-311-13/+40
* Utils: Fix compileMarco Bubke2017-01-301-1/+1
* Utils: compile work around for MSVC 2015 update 3Tim Jenssen2017-01-301-1/+7
* Revert "Revert "Utils: Remove old compiler support code""Robert Loehning2017-01-191-20/+1
* Revert "Utils: Remove old compiler support code"Alessandro Portale2017-01-191-1/+20
* Utils: Remove old compiler support codeMarco Bubke2017-01-191-20/+1
* Utils: Changeable SmallString stack sizeTim Jenssen2016-11-011-10/+13
* Utils: Remove empty lines in smallstringlayout.hMarco Bubke2016-03-081-2/+0
* Utils: Fix compiler warning for gcc < 5.2Marco Bubke2016-03-081-1/+1
* Utils: Rename hasAllocated in isReferenceMarco Bubke2016-02-251-5/+5
* Utils: Rename isReference to isReadOnlyReferenceMarco Bubke2016-02-251-5/+5
* Utils: Fix memory layout of small stringMarco Bubke2016-02-251-1/+1
* Utils: Add SmallStringMarco Bubke2016-02-171-0/+140