aboutsummaryrefslogtreecommitdiff
path: root/src/face_position_cache.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-2/+2
| | | | * Fix event LINT & remove default constructor/destructors * remove compat code & modernize autolock header
* C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821)Loïc Blot2017-06-041-2/+2
|
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-061-0/+44
I also optiized FacePositionCache a bit: I removed a map lookup and vector copy from both branches of getFacePosition.