- Nov 12, 2015
-
- Nov 09, 2015
-
-
Brad King authored
-
- Nov 08, 2015
-
-
Stephen Kelly authored
The moved-from location checks for the existence of whether certain generators are needed for any target in a loop, rather than whether the current target has an install rule. This was introduced in commit v3.4.0-rc1~275^2~3 (cmInstallCommand: Move the SetHaveInstallRule invocation., 2015-07-28). Move the SetHaveInstallRule call to a more-obvious place where the cmInstallTargetGenerator is constructed.
-
- Nov 02, 2015
-
-
Brad King authored
-
- Oct 30, 2015
-
-
Brad King authored
-
Brad King authored
Format the documentation of MACOSX_{BUNDLE,FRAMEWORK}_INFO_PLIST and specify for each property what field in the Info.plist file it sets.
-
Brad King authored
-
Brad King authored
Changes in commit v3.4.0-rc1~124^2~1 (cmFindProgramCommand: Re-implement search using more flexible approach, 2015-09-01) did not preserve the behavior of looking for the given name with no search path at all. Fix this and add a test case covering finding an absolute path with no search directories.
-
- Oct 29, 2015
- Oct 28, 2015
-
-
These are used on the WinRT & WinPhone platforms. Build them using the `PRIResource` tool.
-
- Oct 27, 2015
-
-
Brad King authored
This reverts commit 9a271e13. The `-list` option is not documented and may be removed in future Qt versions. Fixing this correctly will require detecting the availability of `--list` or `-list` based on the `rcc` version found. For now we choose to support the documented option that will be supported in future Qt versions.
-
- Oct 26, 2015
-
-
Brad King authored
-
- Oct 23, 2015
-
-
Brad King authored
-
Changes in commit v3.4.0-rc1~79^2~1 (CPackDeb: use of libarchive and removal of fakeroot, 2015-09-11) accidentally set the wrong compression scheme for the `control.tar.gz` file. Set it explicitly to GZip.
-
Brad King authored
-
Brad King authored
Refactoring in commit v3.4.0-rc1~390^2~1 (cmCTestMultiProcessHandler: Refactor RUN_SERIAL implementation, 2015-06-01) forgot to update a code path for cleaning up after a failed RUN_SERIAL test. This causes an infinite loop after a RUN_SERIAL test fails. Fix it and add a test.
-
- Oct 22, 2015
-
-
Brad King authored
-
-
- Oct 21, 2015
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Since this command use 'readdir' under the hood the order of list is undefined: * http://stackoverflow.com/questions/8977441/does-readdir-guarantee-an-order
-
- Oct 20, 2015
-
-
Stephen Kelly authored
Commit v3.4.0-rc1~494^2~4 (cmMakefile: Add API for elseif to create backtrace., 2015-05-29) removed the use of cmMakefileCall to push/pop execution context in favor of a new way to create backtraces. However, a call to cmMakefile::GetExecutionContext is still invoked to issue a contextual CMP0054 warning through cmConditionEvaluator. As the elseif is not part of the call stack, this resulted in trying to access an empty vector. Avoid the attempt at getting execution context when evaluating elseif by constructing a context and backtrace on behalf of the cmConditionEvaluator in all cases.
-
- Oct 19, 2015
- Oct 15, 2015
-
-
Brad King authored
-
Brad King authored
Unset CMAKE_MODULE_PATH before calling find_package(Git) to ensure we do not get a project-provided FindGit module that may not provide the GIT_VERSION_STRING that we need. We do not need to restore the value explicitly because this occurs inside the _ep_add_download_command function call scope.
-
Brad King authored
Refactoring in commit v3.4.0-rc1~77^2~1 (ExternalProject: Use GIT_VERSION_STRING instead of custom method, 2015-09-17) forgot to update the variable name used in an error message.
-
- Oct 13, 2015
- Oct 12, 2015
-
-
Brad King authored
-
If the automatically selected SDK is newer than the host OS version and no deployment version has been set then adjust the deployment version to the host OS version. Otherwise the user won't be able to launch the executables on the build host. This is for example a problem on a MacOSX 10.10 host with Xcode 7 which only provides a MacOSX10.11 SDK.
-
Brad King authored
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-