summaryrefslogtreecommitdiffstats
path: root/Help/generator/Xcode.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: remove links from pages to themselvesBen Boeckel2022-11-181-1/+1
| | | | | At least the top-reference links. Internal `:ref:` usages have been left intact.
* Help: Add more CLI `:option:` references to various pagesAlex Turbov2022-10-201-1/+1
|
* Help: The Xcode generator does not support per-config sourcesCraig Scott2022-10-081-0/+10
| | | | Fixes: #23106
* Help: Replace mentions of ``-T`` and ``-A`` options with roleAlex Turbov2022-08-041-1/+1
|
* Help: Add `.. versionadded` directives to generator docsNikita Nemkin2020-11-121-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 aboveBrad King2020-09-181-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 variantBrad King2020-09-181-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 5Gregor Jasny2019-02-161-3/+1
|
* Xcode: deprecate support for Xcode 4Gregor Jasny2019-02-061-1/+3
|
* Xcode: Drop support for Xcode versions below 3Brad King2017-04-221-0/+2
|
* Help: Document VS and Xcode toolset selectionBrad King2016-10-131-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 generatorsKitware Robot2013-10-151-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.