Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Xcode: Support "GPU Frame Capture" scheme property | Jake Turner | 2021-10-19 | 1 | -0/+1 |
| | | | | | | | | | | | Added XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE variable which sets the scheme property value for "GPU Frame Capture" in the Options section by setting the Xcode project variable "enableGPUFrameCaptureMode". Example values are "Metal" (1) and "Disabled" (3). XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE is initialized by the property CMAKE_XCODE_SCHEME_ENABLE_GPU_FRAME_CAPTURE_MODE. Implements: #22700 | ||||
* | 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: Add missing XCODE_SCHEME_WORKING_DIRECTORY | Craig Scott | 2020-03-29 | 1 | -0/+1 |
| | |||||
* | xcode: Add XCODE_SCHEME_DEBUG_DOCUMENT_VERSIONING property | Gregor Jasny | 2019-10-01 | 1 | -1/+2 |
| | |||||
* | Help: Improve documentation formating | Bartosz Kosiorek | 2019-04-04 | 1 | -1/+1 |
| | |||||
* | Xcode: Create Xcode schemes per target | Harry Mallon | 2019-03-21 | 1 | -0/+39 |