- 17 May, 2017 2 commits
-
-
-
Kitware Robot authored
-
- 16 May, 2017 11 commits
-
-
Brad King authored
-
c608000a Xcode: Work around xcodebuild spurious hangs in try_compile b8e707a6 Xcode: Refactor internal decision for scheme generation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !850
-
eeb47fbe cmLocalCommonGenerator: Save CMAKE_BUILD_TYPE on construction Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !848
-
72ac7ad9 CPackIFW: Internationalization Support Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !748
-
3c515e19 FPHSA: remove extra space Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !843
-
75accaae GCC: more patterns for ar/ranlib Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !838
-
9557b403 cmFileCommand: Fix build on mingw-w64 845f5e3c bootstrap: fix build on mingw-w64 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !837
-
a6b39a5a VS: Fix debugging of C++ executables if CSharp is enabled Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !844
-
8b410453 FindOpenSSL: Restore support for crypto-only result Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !846
-
e8f0385f FindDevIL: Restore IL_FOUND result variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !845
-
Kitware Robot authored
-
- 15 May, 2017 18 commits
-
-
Brad King authored
-
Include header needed for `CP_ACP`.
-
Brad King authored
`xcodebuild` occasionally hangs on some macOS machines (and can be reproduced independent of CMake). It only happens a few times in 1000 runs, but configuration of a large project calls `try_compile` many times and therefore frequently hangs due to this problem. I've been unable to reproduce the hang when using a scheme to build, so always generate a scheme in `try_compile` projects to work around the problem. Issue: #16752
-
Brad King authored
Move the Xcode version check out to wrap everything.
-
Brad King authored
Copy the value to our `ConfigName` member on construction to ensure it is available even to code paths that run before `Generate`. We once needed to delay this lookup until `Generate` because the local generators were at one time created before `Configure`. Now they are created at generate time which is late enough to expect `CMAKE_BUILD_TYPE` to be available. Without this, `cmGlobalUnixMakefileGenerator3::WriteConvenienceRules` causes use of `ConfigName` before it is populated which breaks use of source files that depend on the `$<CONFIG>` generator expression. Fixes: #16889
-
Define the default code page for EncodingCXX too.
-
Brad King authored
-
Fixes: #16867
-
6a6cbd47 Help: Fix typo in add_library(... ALIAS ...) text Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !840
-
b95fbbe5 Autogen: Add -DWIN32 to definitions list on demand ab39dd11 Autogen: Include moc/uic/rcc binary in settings hash Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !836
-
26384068 CPack test symlinks in package 6949b71f CPack unify component/monolithic package symlink handling 3eb0f080 Improved CPack tests error logging Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !841
-
2e293c39 FindPkgConfig: Fix pkg_check_modules() non-standard location search Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !835
-
Brad King authored
-
Brad King authored
Since commit v3.8.0-rc1~132^2 (FindOpenSSL: Check that both CRYPTO and SSL libraries are present, 2017-01-03) we require both crypto and ssl libraries to be present. This makes sense because `OPENSSL_LIBRARIES` lists both and breaks when one is not found. However, prior to that fix we supported finding only the crypto library and using it through the imported target. Drop the requirement for ssl to restore support for using crypto alone. Later this module should be taught to support the `COMPONENTS` argument of `find_package`. Fixes: #16882
-
Brad King authored
-
Ben Boeckel authored
Each missing variable is added to the string as " ${var}" which causes the string to always have a leading space. Remove the duplicate space due to this in the output.
-
Kitware Robot authored
-
- 14 May, 2017 6 commits
-
-
Domen Vrankar authored
-
Domen Vrankar authored
Non component package generation was recursing through symlinks while monolithic package generation did not. This was causing component archive packages to contain both symlink and a directory with the same name on the same level if symlink contained files which caused errors during extraction of such packages. Closes #16051
-
Domen Vrankar authored
-
Gregor Jasny authored
-
Ruslan Baratov authored
-
Kitware Robot authored
-
- 13 May, 2017 3 commits
-
-
Sebastian Holtermann authored
-
Sebastian Holtermann authored
-
Kitware Robot authored
-