Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a feature check to test availability of auto_ptr | Daniel Pfeifer | 2016-09-26 | 1 | -0/+1 |
| | |||||
* | Check for availability of unique_ptr and make_unique when building CMake | Brad King | 2016-09-16 | 1 | -0/+5 |
| | | | | Some code paths may find these useful if available. | ||||
* | cxx features: add check for nullptr | Daniel Pfeifer | 2016-06-27 | 1 | -0/+1 |
| | |||||
* | cxx features: add check for override | Daniel Pfeifer | 2016-06-27 | 1 | -0/+1 |
| | |||||
* | Use <unordered_set> where available | Daniel Pfeifer | 2016-06-27 | 1 | -0/+1 |
| | |||||
* | Make C++ feature checks extensible | Daniel Pfeifer | 2016-06-27 | 1 | -0/+36 |
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. |