Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -6/+6 |
| | | | | | In various places `///!` was used to start a comment line. This is not valid Doygen syntax. This patch replaces `///!` comment starts with `//!`. | ||||
* | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -4/+0 |
| | |||||
* | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -2/+2 |
| | | | | | | Suppress some cases in `Source/cmGeneratorExpressionNode.cxx` and `Source/cmUVHandlePtr.h` where a few older compilers require a user-defined default constructor (with `{}`). | ||||
* | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -4/+4 |
| | |||||
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -5/+2 |
| | |||||
* | cmState: Clear GlobVerificationManager state on Reset | Shane Parris | 2018-08-09 | 1 | -0/+3 |
| | | | | | | It should not persist across multiple configure rounds. Fixes: #18208 | ||||
* | Add cmGlobVerificationManager class, integrate with cmake and cmState | Shane Parris | 2018-03-29 | 1 | -0/+89 |