- Mar 24, 2017
-
-
d4a693a0 InstallRequiredSystemLibraries: Add support for VS 2017 5ed4e481 InstallRequiredSystemLibraries: Split MFC redist dir variable dbdb880a InstallRequiredSystemLibraries: Split VS IDE and DLL versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !616
-
d40fc885 CUDA: ObjectLibrary test executable now runs on OSX Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !615
-
ede8db10 RunCMake: Ignore xcodebuild bug warnings in tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !617
-
Encountered on OS X 10.4 with old Xcode: Expected stderr to match: expect-err> ^$ Actual stderr: actual-err> Hit xcodebuild bug : ... bad interpreter: Text file busy
-
Kitware Robot authored
-
- Mar 23, 2017
-
-
Brad King authored
VS 2017 (VS 15) places its redist DLLs in `Microsoft.VC150.*` directories but still uses version number `140` in the DLL names. The redist directories now have version numbers in their name, and the MSVC and MFC runtime DLLs may be in directories with different versions. Fill out our logic to handle this. For now assume we are given the `MSVC_REDIST_DIR` value as a cache entry. Unfortunately we cannot yet find the VS 2017 MSVC redist directory automatically since there is no registry entry for the VS installation. Later we will have to use `cmVSSetupHelper` for this. Issue: #16735
-
Brad King authored
-
Brad King authored
Refactor MSVC logic to split the IDE and DLL version variables.
-
Robert Maynard authored
-
Brad King authored
-
8285ad51 server-mode: Make CMAKE_HOME_DIRECTORY more reliable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !611
-
a2aad448 InstallRequiredSystemLibraries: Drop version from variable names 16eb58d5 InstallRequiredSystemLibraries: Refactor to avoid macros a259e8db InstallRequiredSystemLibraries: Use `MSVC_VERSION` instead of `MSVC##` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !612
-
fecf8467 Help: Document preference of `MSVC_VERSION` over `MSVC##` 712452e3 Help: Clarify MSVC14 docs w.r.t. VS 2017 v141 toolset 49a60b70 MSVC: Exclude future cl 20+ from MSVC14 variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !609
-
9ab966a7 FindRuby: Use `MSVC_VERSION` instead of `MSVC##` 69b9fde1 FindGTK2: Use `MSVC_VERSION` instead of `MSVC##` 3fe31822 FindBoost: Avoid mentioning discouraged `MSVC##`` variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !610
-
8f207df1 FindwxWidgets: Add support for VS 2017 v141 toolset 73f7d266 FindwxWidgets: Use `MSVC_VERSION` instead of `MSVC##` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !608
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
e1ee7b43 CPack/NSIS: Avoid a race condition when generating the installer Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !605
-
Kitware Robot authored
-
- Mar 22, 2017
-
-
Brad King authored
Each `MSVC${v}_*_DIR` variable is only ever used with one value for `${v}` within a given build tree. Drop the `${v}` version component from the variable names.
-
Brad King authored
For a given `MSVC_VERSION` our macros were each called at most once. Replace them with a single code path that is parameterized over what was the macro argument.
-
Brad King authored
Issue: #16735
-
Tobias Hunger authored
Make CMAKE_HOME_DIRECTORY detection work more reliably in the face of symlinks. Closes #16736
-
Brad King authored
-
Brad King authored
-
Brad King authored
Issue: #16735
-
Brad King authored
-
Brad King authored
Issue: #16735
-
Brad King authored
-
Brad King authored
-
9b2f8a82 FindBoost: Update support for 1.64 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !607
-
Brad King authored
-
Update the Boost library name mangling used for VS 2017 to match a change made to Boost upstream (vc1410 => vc141).
-
72f534ca Help/dev: Document `Do: reformat` action 2192247e Help/dev: Make `Do: check` cross-reference more specific Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !606
-
Brad King authored
-