- 22 May, 2017 1 commit
-
-
Use `cmake_host_system_information` to query the VS Installer tool for the locations of VS versions since VS 2017 does not provide registry entries anymore. Add a loop to simplify addition of future versions.
-
- 17 May, 2017 1 commit
-
-
- 02 May, 2017 1 commit
-
-
Brad King authored
-
- 01 May, 2017 2 commits
-
-
Brad King authored
-
-
- 25 Apr, 2017 2 commits
-
-
Brad King authored
-
The detection logic added by commit v3.8.0-rc2~14^2 (VS2017: If Win 8.1 SDK is not available, use Win 10 SDK, 2017-02-20) was incomplete. It is possible for the Win 8.1 SDK registry entry to exist, and even the directory, but the header files to not actually be installed. Teach `cmGlobalVisualStudio15Generator::IsWin81SDKInstalled` to verify that the `windows.h` header actually exists in the SDK directory. We do this in `cmGlobalVisualStudio14Generator::GetWindows10SDKVersion` for the Windows 10 SDK already. Fixes: #16811
-
- 24 Apr, 2017 4 commits
- 21 Apr, 2017 5 commits
- 20 Apr, 2017 4 commits
-
-
Brad King authored
-
Missing documentation for an already existing CPackRPM source rpm packages feature. Fixes #16814
-
Brad King authored
-
The braces around project reference GUIDs for vcxproj projects were apparently optional in the past, but Visual Studio 2017 is more strict, displaying a warning, and not displaying project reference properties unless the braces are present. Fixes: #16820
-
- 19 Apr, 2017 4 commits
-
-
Brad King authored
-
Since commit v3.8.0-rc1~136^2 (FindBoost: Search official location of prebuilt binaries on Windows, 2016-12-21) we pass input paths through `_Boost_UPDATE_WINDOWS_LIBRARY_SEARCH_DIRS_WITH_PREBUILT_PATHS` in more places than before. This broke tolerance of backslashes in paths provided by the user due to the macro argument re-parsing. Turn `_Boost_UPDATE_WINDOWS_LIBRARY_SEARCH_DIRS_WITH_PREBUILT_PATHS` into a function instead of macro to avoid re-parsing of macro arguments. Fixes: #16816
-
Brad King authored
-
Add names found in OpenSSL 1.1.0 builds from [1]. [1] https://www.npcglib.org/~stathis/blog/precompiled-openssl/
-
- 10 Apr, 2017 11 commits
-
-
Brad King authored
-
Brad King authored
-
Brad King authored
These were added by commit v3.8.0-rc4~4^2~1 (RC: Add missing CMAKE_RC_FLAGS_<CONFIG> entries to cache, 2017-03-28) and should be advanced as they are for other languages.
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Closes: #16556
-
Brad King authored
-
Variable CMAKE_CROSSCOMPILING_EMULATOR is used to initialize CROSSCOMPILING_EMULATOR. Issue: #16785
-
Closes: #16784
-
Brad King authored
-
- 08 Apr, 2017 1 commit
-
-
Konstantin Podsvirov authored
Changes: - Fix install script template (*.qs.in) to register on all platforms; - Add patch version numter to display name ("CMake X.Y" -> "CMake X.Y.Z").
-
- 07 Apr, 2017 1 commit
-
-
Vadim Zeitlin authored
Latest wxWidgets git master version and the upcoming 3.1.1 release requires linking with shlwapi and version DLLs. As this does no harm when using the previous versions, just do it unconditionally.
-
- 03 Apr, 2017 3 commits