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