Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Limit reference manual toctree depth to 1 | Brad King | 2013-11-01 | 1 | -0/+2 |
| | | | | | | Add a :maxdepth: option to all toctree directives to limit their depth to 1. We do not want subheadings from individual documents to pollute the already large lists of CMake Domain objects. | ||||
* | Help: Glob manual/*.rst in Sphinx configuration | Brad King | 2013-10-30 | 1 | -0/+2 |
| | | | | | | | Add the man page description line as explicit markup at the top of each Help/manual/*.rst file and scan it from conf.py to automatically generate the man_pages Sphinx configuration value. This reduces the number of places that need to be changed when a new manual is added. | ||||
* | 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 |
| | |||||
* | Merge topic 'double-colon-is-imported' | Brad King | 2013-10-22 | 1 | -0/+1 |
|\ | | | | | | | | | 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/+1 |
| | | | | | | | | | | | | | | | | 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. | ||||
* | | Help: Add introduction section to cmake-policies manual | Stephen Kelly | 2013-10-18 | 1 | -0/+20 |
|/ | | | | Explain the concept behind policies. | ||||
* | Handle genexes when evaluating INTERFACE_INCLUDE_DIRECTORIES errors. | Stephen Kelly | 2013-10-18 | 1 | -0/+1 |
| | |||||
* | Convert builtin help to reStructuredText source files | Kitware Robot | 2013-10-15 | 1 | -0/+38 |
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it. |