Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add policy CMP0036 to disallow build_name | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add policy CMP0035 to disallow variable_requires | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add policy CMP0034 to disallow utility_source | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add policy CMP0033 to disallow export_library_dependencies | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add policy CMP0032 to disallow output_required_files | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add policy CMP0031 to disallow load_command | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add policy CMP0030 to disallow use_mangled_mesa | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add policy CMP0029 to disallow subdir_depends | Brad King | 2013-10-22 | 1 | -0/+1 |
| | |||||
* | Add infrastructure for policies that disallow commands | Brad King | 2013-10-22 | 1 | -0/+8 |
Add cmCommand::Disallowed helper to check the setting of a policy that disallows the command. Add a RunCMake.DisallowedCommands test placeholder. Add a Help/policy/DISALLOWED_COMMAND.txt file for inclusion by each policy document to avoid duplication of the common text. |