Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add policy CMP0033 to disallow export_library_dependencies | Brad King | 2013-10-22 | 1 | -0/+14 | |
| | ||||||
* | Add policy CMP0032 to disallow output_required_files | Brad King | 2013-10-22 | 1 | -0/+13 | |
| | ||||||
* | Add policy CMP0031 to disallow load_command | Brad King | 2013-10-22 | 1 | -0/+13 | |
| | ||||||
* | Add policy CMP0030 to disallow use_mangled_mesa | Brad King | 2013-10-22 | 1 | -0/+11 | |
| | ||||||
* | Add policy CMP0029 to disallow subdir_depends | Brad King | 2013-10-22 | 1 | -0/+10 | |
| | ||||||
* | Add infrastructure for policies that disallow commands | Brad King | 2013-10-22 | 1 | -0/+9 | |
| | | | | | | | | 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. | |||||
* | Merge topic 'double-colon-is-imported' | Brad King | 2013-10-22 | 1 | -0/+23 | |
|\ | | | | | | | | | f063c45 Consider targets with double colons to be IMPORTED or ALIAS targets. | |||||
| * | Consider targets with double colons to be IMPORTED or ALIAS targets. | Stephen Kelly | 2013-10-21 | 1 | -0/+23 | |
| | | | | | | | | | | | | | | | | Introduce a policy to control the behavior. The AliasTargets unit test already tests that using a double-semicolon in the name is not an error. Change the ExportImport test to use a namespace with a double-semicolon too. | |||||
* | | cmPolicies: Fix typo | Stephen Kelly | 2013-10-18 | 1 | -1/+1 | |
|/ | | | | Use American spelling: behaviour -> behavior. | |||||
* | Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors. | Stephen Kelly | 2013-10-18 | 1 | -0/+25 | |
| | ||||||
* | Update CMP0024/CMP0025/CMP0026 release version | Brad King | 2013-10-17 | 3 | -5/+5 | |
| | | | | | | These policies were introduced after 2.8.12 in anticipation of 2.8.13. However, we've now decided the next release will be 3.0.0, so update the version of introduction accordingly. | |||||
* | Help: Fix reStructuredText syntax in auto-generated documents | Brad King | 2013-10-15 | 1 | -3/+3 | |
| | ||||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 27 | -0/+686 | |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |