- 15 Jun, 2015 8 commits
-
-
Brad King authored
Update the prebuilt binary build configurations for machines where we build our own OpenSSL library to use a newer version.
-
b405f01d FindCUDA: Resolve a host compiler symlink only if it is Apple cc -> clang
-
698f7597 Add options to launch the compiler through tools like ccache or distcc
-
Otherwise using a "cc -> ccache" or similar symlink as the compiler causes FindCUDA to select ccache as the host compiler. Update the logic added by commit v3.1.0-rc1~354^2 (FindCUDA: Fix OSX Clang & no C language enabled, 2014-06-12) to apply only in the specific case it is needed.
-
Create a <LANG>_COMPILER_LAUNCHER target property (initialized by a CMAKE_<LANG>_COMPILER_LAUNCHER variable) to specify a compiler launcher tool. This will supersede the CMAKE_<LANG>_COMPILER_ARG1 approach to using such tools. The old approach set CMAKE_<LANG>_COMPILER to the launcher tool while the new approach leaves this variable set to the actual compiler. Implement this property for Makefile and Ninja generators. It cannot be implemented for VS or Xcode generators as the IDE build tools offer no such hooks.
-
Kitware Robot authored
-
- 14 Jun, 2015 1 commit
-
-
Kitware Robot authored
-
- 13 Jun, 2015 3 commits
-
-
Stephen Kelly authored
Fix generation of tgt/fast build targets. Commit 363caa2f (cmLocalGenerator: De-virtualize Configure()., 2015-05-30) moved the computation of HomeRelativeOutputPath from Configure-time to Generate-time, because it is only used at Generate-time. However, that commit caused the member for one local generator to be computed immediately before generating with that local generator, whereas previously the members of all local generators were computed before generating any of them. The HomeRelativeOutputPath is used by the GetRelativeTargetDirectory method, which is called by the cmGlobalUnixMakefileGenerator3::WriteConvenienceRules method. That method is called by the cmLocalUnixMakefileGenerator3::WriteLocalMakefile method when generating for the top-most (ie, the first) local generator. At that point, the HomeRelativeOutputPath is not yet computed. Fix that by computing the member just before generating anything. This will eventually be done in the cmLocalUnixMakefileGenerator3 constructor instead, but further refactoring is needed to make that possible.
-
Stephen Kelly authored
-
Kitware Robot authored
-
- 12 Jun, 2015 1 commit
-
-
Kitware Robot authored
-
- 11 Jun, 2015 8 commits
-
-
6863c0d5 Help: Add notes for topic 'FindBISON-DEFINES_FILE' 12e534c2 FindBISON: Add DEFINES_FILE option to pass --defines=FILE eb859263 FindBISON: Use CMAKE_PARSE_ARGUMENTS to parse arguments 29985ad8 FindBISON: Use BISON_TARGET macro argument names internally 801b799f FindBISON: Improve documentation formatting
-
a3a8177e cmFileCommand: Fix implementation of CMP0009.
-
Brad King authored
-
Brad King authored
Make RETURN_VALUE report -1 if the update command failed as the documentation claims. Also avoid reporting a ctest script-level failure if the update command fails because we still correctly administered the update step.
-
Brad King authored
-
Brad King authored
Parameterize the dashboard script generation to configure custom content. Also move state cleanup from previous test back to its block.
-
Kitware Robot authored
-
- 10 Jun, 2015 2 commits
-
-
Brad King authored
-
Kitware Robot authored
-
- 09 Jun, 2015 17 commits
-
-
Stephen Kelly authored
-
Stephen Kelly authored
Call the cmMakefile implementation directly. This is a configure-time construct.
-
Stephen Kelly authored
-
Brad King authored
-
Brad King authored
-
482a3bf3 Help: Document explicitly that policy OLD behavior is deprecated
-
Brad King authored
-
Brad King authored
-
Brad King authored
The most likely documentation page a project author will read in response to a policy warning is the page for the policy itself. Add to every policy documentation page a note explicitly stating that the OLD behavior is deprecated. Also mention this in the cmake_policy() command documentation that explains how to set a policy to OLD. Suggested-by:
Fraser Hutchison <fraser.hutchison@gmail.com>
-
1594edba Utilities/Release: Update to more recent Qt 4.8 on OS X
-
c3f40f4f Help: Improve formatting of command documentation
-
7ab0806f Help: Document find_* command versioned/unversioned name ordering
-