Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-04 | Revert "Make Lint Happy" | Elias Fleckenstein | |
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4. | |||
2020-11-04 | Make Lint Happy | Elias Fleckenstein | |
2017-08-18 | Modernize various files | Loic Blot | |
* range-based for loops * emplace_back instead of push_back * code style * C++ headers instead of C headers * Default operators * empty stl function | |||
2017-06-06 | Use C++11 mutexes only (remove compat code) (#5922) | Loïc Blot | |
* Fix event LINT & remove default constructor/destructors * remove compat code & modernize autolock header | |||
2017-06-04 | C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) | Loïc Blot | |
2017-05-06 | Clean up numeric.h and split FacePositionCache from it | ShadowNinja | |
I also optiized FacePositionCache a bit: I removed a map lookup and vector copy from both branches of getFacePosition. |