Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: remove links from pages to themselves | Ben Boeckel | 2022-11-18 | 1 | -1/+1 |
| | | | | | At least the top-reference links. Internal `:ref:` usages have been left intact. | ||||
* | Help: Add more CLI `:option:` references to various pages | Alex Turbov | 2022-10-20 | 1 | -1/+1 |
| | |||||
* | Help: The Xcode generator does not support per-config sources | Craig Scott | 2022-10-08 | 1 | -0/+10 |
| | | | | Fixes: #23106 | ||||
* | Help: Replace mentions of ``-T`` and ``-A`` options with role | Alex Turbov | 2022-08-04 | 1 | -1/+1 |
| | |||||
* | Help: Add `.. versionadded` directives to generator docs | Nikita Nemkin | 2020-11-12 | 1 | -2/+13 |
| | | | | | | | | More `.. versionadded` could be added later when the features, variables and properties relevant to each generator are properly documented. Issue: #19715 | ||||
* | Xcode: Switch to the "new build system" for Xcode 12 and above | Brad King | 2020-09-18 | 1 | -0/+3 |
| | | | | | | | Provide an option to switch back to the original build system via `-T buildsystem=1`. Fixes: #18088 | ||||
* | Xcode: Add option to specify build system variant | Brad King | 2020-09-18 | 1 | -2/+21 |
| | | | | | | Extend the `-T <toolset>` option to support a `buildsystem=` field with the Xcode generator. Add a `CMAKE_XCODE_BUILD_SYSTEM` variable to inform project code about the selected build system variant. | ||||
* | Xcode: Require at least Xcode 5 | Gregor Jasny | 2019-02-16 | 1 | -3/+1 |
| | |||||
* | Xcode: deprecate support for Xcode 4 | Gregor Jasny | 2019-02-06 | 1 | -1/+3 |
| | |||||
* | Xcode: Drop support for Xcode versions below 3 | Brad King | 2017-04-22 | 1 | -0/+2 |
| | |||||
* | Help: Document VS and Xcode toolset selection | Brad King | 2016-10-13 | 1 | -0/+7 |
| | | | | | | Add explicit sections to the individual generator documentation to cover the `cmake -T` option along with the default behavior for each generator. | ||||
* | Add Help/generator/*.rst for Windows- and OS X-only generators | Kitware Robot | 2013-10-15 | 1 | -0/+4 |
Run "cmake --help-full cmake.1.rst" by hand on Windows and OS X. Copy the generator/*.rst documents for generators unique to those platforms into Help/generator. |