Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmCommand refactor: remove cmDisallowedCommand class | Gabor Bencze | 2019-08-26 | 1 | -29/+0 |
| | |||||
* | cmCommand: deprecate functions GetMakefile and SetError | Daniel Pfeifer | 2019-07-21 | 1 | -4/+2 |
| | | | | | | | | | 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. | ||||
* | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -3/+3 |
| | | | | Reduce the number of files relying on `cmake.h`. | ||||
* | cmDisallowedCommand: extract policy checking from cmCommand | Daniel Pfeifer | 2017-02-13 | 1 | -0/+31 |
Implement cmDisallowedCommand as a wrapper class for cmCommand. |