aboutsummaryrefslogtreecommitdiff
path: root/src/face_position_cache.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Modernize various filesLoic Blot2017-08-181-37/+37
| | | | | | | | | * range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function
* Use C++11 mutexes only (remove compat code) (#5922)Loïc Blot2017-06-061-1/+1
| | | | * 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/+110
I also optiized FacePositionCache a bit: I removed a map lookup and vector copy from both branches of getFacePosition.