summaryrefslogtreecommitdiffstats
path: root/Source/cmCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* cmState: Hold commands by valueRegina Pfeifer2019-07-211-0/+28
|
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-10/+8
| | | | | | | | | Replace the members for the Makefile and the Error with a cmExecutionStatus. Re-implement GetMakefile and SetError based on that. Both functions should be called directly on the cmExecutionStatus that is passed to InitialPass. This will help us make all Commands immutable and remove the need for cloning.
* 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