- 22 Mar, 2017 1 commit
-
-
Brad King authored
Add a dedicated subsection header for its documentation.
-
- 21 Mar, 2017 2 commits
-
-
Brad King authored
-
Ben Boeckel authored
Fixes: #16264.
-
- 20 Mar, 2017 1 commit
-
-
- 16 Mar, 2017 1 commit
-
-
Sebastian Holtermann authored
-
- 13 Mar, 2017 7 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Move the details about support for generator toolset specification to the `CMAKE_GENERATOR_TOOLSET` variable documentation. This is a more suitable place because it is shared by all means to set this variable, not just the `cmake -T` option.
-
Brad King authored
Move the details about support for generator platform specification to the `CMAKE_GENERATOR_PLATFORM` variable documentation. This is a more suitable place because it is shared by all means to set this variable, not just the `cmake -A` option.
-
Brad King authored
-
Brad King authored
-
- 12 Mar, 2017 1 commit
-
-
Gregor Jasny authored
Issue: #15441
-
- 10 Mar, 2017 2 commits
-
-
Brad King authored
If `CMAKE_GENERATOR_TOOLSET` does not have a `cuda=...` field then find available CUDA toolsets and choose the highest version.
-
Brad King authored
The NVIDIA CUDA Toolkit provides MSBuild toolset files for integration with Visual Studio. Multiple versions may be installed so we need a way to tell our VS generators which CUDA toolset to use. Extend the `CMAKE_GENERATOR_TOOLSET` specification to provide a `cuda=...` field specifying the version number.
-
- 08 Mar, 2017 2 commits
-
-
Ruslan Baratov authored
-
The value we documented was left from a preview that still used `v140` tools. Update it to match the `v141` tools distributed with the final release.
-
- 07 Mar, 2017 5 commits
- 06 Mar, 2017 1 commit
-
-
- 03 Mar, 2017 1 commit
-
-
Brad King authored
-
- 02 Mar, 2017 3 commits
-
-
- 01 Mar, 2017 5 commits
-
-
Brad King authored
Teach Sphinx and our own install rules to skip a `Help/dev` directory. This will give us a place to put developer-only documentation that should not be included in the user-facing documentation. Add a placeholder README.
-
-
-
Roman Wüger authored
-
Add a new `CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX` variable to allow use of a custom suffix on `lib` directory names. This is a more general option than that added by commit v3.7.0-rc1~504^2 (Teach find_library and find_package to search lib32 paths, 2016-06-10). It allows the find path to be more deterministic on custom setups. See discussion in #10287 and #15994.
-
- 28 Feb, 2017 1 commit
-
-
- 23 Feb, 2017 1 commit
-
-
Sebastian Holtermann authored
-
- 22 Feb, 2017 1 commit
-
-
Michael Maltese authored
Fixes: #16661
-
- 21 Feb, 2017 2 commits
-
-
Closes #15254
-
-
- 17 Feb, 2017 2 commits
-
- 14 Feb, 2017 1 commit
-
-
Clinton Stimpson authored
BUILD_WITH_INSTALL_RPATH, SKIP_BUILD_RPATH, CMAKE_SKIP_RPATH and CMAKE_SKIP_INSTALL_RPATH no longer any effect on the install name of a target on macOS. Fixes: #16589
-