Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 1 | -7/+0 |
| | | | | | | Turn the feature check for cxx11_unordered_map into a function such that we can use it for other features as well. Drop the 11 suffix, as we may want to check features from other standards. | ||||
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | Run the `Utilities/Scripts/clang-format.bash` script to update all our C++ code to a new style defined by `.clang-format`. Use `clang-format` version 3.8. * If you reached this commit for a line in `git blame`, re-run the blame operation starting at the parent of this commit to see older history for the content. * See the parent commit for instructions to rebase a change across this style transition commit. | ||||
* | Use std::unordered_map instead of hash_map where available. | Stephen Kelly | 2015-05-18 | 1 | -0/+6 |