Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Add Sphinx 'versionadded' directives to each top-level document | Kitware Robot | 2020-07-06 | 1 | -0/+2 |
| | | | | | | | Run the `Utilities/Sphinx/update_versions.py` script to add initial markup to every top-level document and find module. Issue: #19715 | ||||
* | Help: Improve documentation formating | Bartosz Kosiorek | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Xcode: Create Xcode schemes per target | Harry Mallon | 2019-03-21 | 1 | -28/+3 |
| | |||||
* | XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOT | Harry Mallon | 2019-03-11 | 1 | -0/+1 |
| | |||||
* | Help: Remove note that Xcode scheme generator is experimental | Craig Scott | 2019-03-06 | 1 | -5/+0 |
| | |||||
* | Help: Trivial typo fix for CMAKE_XCODE_GENERATE_SCHEME | Craig Scott | 2019-03-06 | 1 | -1/+1 |
| | |||||
* | Help: Sort lists of (CMAKE_)XCODE_SCHEME_... variables and properties | Craig Scott | 2019-03-06 | 1 | -9/+9 |
| | |||||
* | Xcode: Add variables and properties to configure schemes | Gregor Jasny | 2018-08-01 | 1 | -0/+28 |
| | | | | | | | | | Add `XCODE_SCHEME_*` target properties and associated variables `CMAKE_XCODE_SCHEME_*` to initialize them on target creation. Map each target property value to an associated Xcode scheme entry. Co-Author: Martin Sander <mail@martin-sander.de> Fixes: #17919 | ||||
* | Xcode: Control schema generation via variable | Gregor Jasny | 2017-03-12 | 1 | -0/+11 |
Issue: #15441 |