Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmDisallowedCommand: extract policy checking from cmCommand | Daniel Pfeifer | 2017-02-13 | 1 | -18/+0 |
| | | | | Implement cmDisallowedCommand as a wrapper class for cmCommand. | ||||
* | cmCommand: Don't prefix error message with command name | Daniel Pfeifer | 2017-02-13 | 1 | -5/+2 |
| | | | | | Instead, prefix the error message at the two places where the errors are handled: cmMakefile and cmCTestHandlerCommand. | ||||
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+6 |
| | |||||
* | cmCommand: implement functions in cxx file | Daniel Pfeifer | 2016-10-21 | 1 | -0/+48 |