summaryrefslogtreecommitdiff
path: root/Source/cmCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-18/+0
| | | | Implement cmDisallowedCommand as a wrapper class for cmCommand.
* cmCommand: Don't prefix error message with command nameDaniel Pfeifer2017-02-131-5/+2
| | | | | Instead, prefix the error message at the two places where the errors are handled: cmMakefile and cmCTestHandlerCommand.
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+6
|
* cmCommand: implement functions in cxx fileDaniel Pfeifer2016-10-211-0/+48