Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-04 | C++11 patchset 2: remove util/cpp11.h and util/cpp11_container.h (#5821) | Loïc Blot | |
2017-04-07 | Pass clang-format on 14 trivial header files fixes | Loic Blot | |
Also remove them from whitelist | |||
2016-10-09 | Ensure std::unordered_ be used on MSVC 2010 too (#4600) | SmallJoker | |
2016-10-08 | Ensure std::unordered_ will be used on supported MSVC compilers | gregorycu | |
2016-08-10 | Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ↵ | Ner'zhul | |
(#4430) This fallback to std::map & std::set for older compilers Use UNORDERED_SET as an example in decoration and ore biome sets Use UNORDERED_MAP as an example in nameidmapping |