Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add deprecation warnings for policies CMP0036 and below | Brad King | 2017-04-21 | 2 | -1/+22 |
| | | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD. | ||||
* | RunCMake: Remove unneeded files. | Stephen Kelly | 2015-02-09 | 1 | -1/+0 |
| | | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it. | ||||
* | Cygwin: Avoid legacy warnings in RunCMake.DisallowedCommands test | Brad King | 2013-10-25 | 1 | -1/+1 |
| | | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching. | ||||
* | Add policy CMP0036 to disallow build_name | Brad King | 2013-10-22 | 10 | -0/+29 |
| | |||||
* | Add policy CMP0035 to disallow variable_requires | Brad King | 2013-10-22 | 10 | -0/+29 |
| | |||||
* | Add policy CMP0034 to disallow utility_source | Brad King | 2013-10-22 | 10 | -0/+29 |
| | |||||
* | Add policy CMP0033 to disallow export_library_dependencies | Brad King | 2013-10-22 | 10 | -0/+29 |
| | |||||
* | Add policy CMP0032 to disallow output_required_files | Brad King | 2013-10-22 | 10 | -0/+29 |
| | |||||
* | Add policy CMP0031 to disallow load_command | Brad King | 2013-10-22 | 10 | -0/+29 |
| | |||||
* | Add policy CMP0030 to disallow use_mangled_mesa | Brad King | 2013-10-22 | 10 | -0/+29 |
| | |||||
* | Add policy CMP0029 to disallow subdir_depends | Brad King | 2013-10-22 | 8 | -0/+19 |
| | |||||
* | Add infrastructure for policies that disallow commands | Brad King | 2013-10-22 | 2 | -0/+11 |
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. |