aboutsummaryrefslogtreecommitdiff
path: root/src/util/areastore.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-2/+3
| | | | | | | | | | | * Modernize source code: last par * Use empty when needed * Use emplace_back instead of push_back when needed * For range-based loops * Initializers fixes * constructors, destructors default * c++ C stl includes
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-14/+11
| | | | * C++11 cleanup on constructors dir script
* Add AreaStore custom ID APIShadowNinja2016-03-071-3/+4
|
* Implement AreaStore serializationShadowNinja2016-03-071-11/+7
|
* Add basic AreaStore method documentationShadowNinja2016-03-071-5/+30
|
* Sort AreaStore headerShadowNinja2016-03-071-58/+60
|
* Clean up VectorAreaStoreShadowNinja2016-03-071-3/+5
|
* Move AreaStore container selection logic into getOptimalImplementationShadowNinja2016-03-071-1/+2
|
* Move AreaStore to utilShadowNinja2016-03-071-0/+177