Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -48/+0 |
| | | | | | | | | | | | | | | Provide a standardized way to handle the C++ "standard" headers customized to be used with current CMake C++ standard constraints. Offer under directory `cm` headers which can be used as direct replacements of the standard ones. For example: #include <cm/string_view> can be used safely for CMake development in place of the `<string_view>` standard header. Fixes: #19491 | ||||
* | clang-tidy: Use `= delete` | Regina Pfeifer | 2019-01-29 | 1 | -4/+8 |
| | |||||
* | utilities: Swapped to use std C++11 mutex/threading constructs | Justin Berger | 2017-12-01 | 1 | -40/+0 |
| | |||||
* | utility: Disabled copy ctors in thread classes | Justin Berger | 2017-11-29 | 1 | -0/+6 |
| | |||||
* | utility: Added minimal std::thread drop-in | Justin Berger | 2017-11-01 | 1 | -0/+78 |