- Mar 17, 2017
-
-
Kitware Robot authored
-
- Mar 16, 2017
-
-
Kitware Robot authored
-
- Mar 15, 2017
-
-
Kitware Robot authored
-
- Mar 14, 2017
-
-
Kitware Robot authored
-
- Mar 13, 2017
-
-
Brad King authored
-
3df2506f Help: Document VS generator toolset specification syntax 60546b48 Help: Cross-reference generator toolset variables 35c5cddc Help: Cross-reference generator platform variables 7df38939 Help: Move generator toolset support details to variable docs c750b282 Help: Move generator platform support details to variable docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !580
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Move the details about support for generator toolset specification to the `CMAKE_GENERATOR_TOOLSET` variable documentation. This is a more suitable place because it is shared by all means to set this variable, not just the `cmake -T` option.
-
Brad King authored
Move the details about support for generator platform specification to the `CMAKE_GENERATOR_PLATFORM` variable documentation. This is a more suitable place because it is shared by all means to set this variable, not just the `cmake -A` option.
-
81b24547 Help: Fix typo in CMAKE_VS_PLATFORM_TOOLSET_HOST_ARCHITECTURE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !579
-
Brad King authored
-
Brad King authored
-
2a1f3dff Help: Add notes for topic 'cuda-vs' Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !578
-
Brad King authored
-
Brad King authored
-
7a2de256 Tests: Fix CMakeOnly.find_library test logic for libx32 case Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !573
-
10fcef02 BundleUtilities: Fix bundle verification on Unix by considering rpaths. ac0786cb BundleUtilities: Teach `get_item_rpaths` to parse ELF binaries a52faa1f file: Add READ_ELF command to parse ELF binaries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !551
-
3fd9f4ab Xcode: Add test for schema generation cf13e495 Xcode: Control schema generation via variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !577
-
65481a60 CUDA: Work around VS limitation in CudaOnly.WithDefs test 8cae24a1 VS: Add more CUDA flag table entries 6ca4f222 VS: Add support for the CUDA_SEPARABLE_COMPILATION property 94255511 VS: Select CUDA code generation architectures 253594d0 VS: Select the CUDA runtime library 4def02a3 VS: Place CUDA host compiler options in proper project file fields 29f07b08 VS: Do not pass CUDA compile options to C compiler b966f489 VS: Do not use absolute paths to CUDA sources ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !566
-
f36eaf6a Refactor WINDOWS_EXPORT_ALL_SYMBOLS implementation 25d261ef Refactor module definition file selection 1e0a9ac4 Refactor module definition source enumeration Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !570
-
83be64d9 Merge branch 'upstream-KWSys' into update-kwsys 8ba8b553 KWSys 2017-03-07 (5da8cfe0) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !576
-
c4d481e5 FindGit: Avoid finding VS 2017 non-general Git installation Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !575
-
Kitware Robot authored
-
- Mar 12, 2017
-
-
Gregor Jasny authored
Closes: #15441
-
Gregor Jasny authored
Issue: #15441
-
Kitware Robot authored
-
- Mar 11, 2017
-
-
Kitware Robot authored
-
- Mar 10, 2017
-
-
Brad King authored
* upstream-KWSys: KWSys 2017-03-07 (5da8cfe0)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 5da8cfe0544f95697808b0b46ed3183621902f0b (master). Upstream Shortlog ----------------- Ben Boeckel (1): c5529406 SystemTools: use std::string::empty Robert Maynard (1): 27e64d34 SystemInformation: Teach Is64Bits to check host architecture at runtime
-
Brad King authored
-
Brad King authored
At a VS 2017 command prompt the `PATH` contains a directory that happens to have a `Git/cmd/git.exe` inside it. However, this executable is not meant for general use. Revise our use of `Git/` path suffixes to be more specific to its original purpose of searching in the typical `c:/Program Files*/Git/` installation directories. Avoid using the suffixes on `PATH` entries. Fixes: #16706
-
Teach `test_find_library_subst` how to convert `libx32` to `lib` so that the test case actually covers what we intend it to.
-
8fc934de GNU-FindBinUtils: Avoid setting policy CMP0054 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !572
-
-
-
Leave it undocumented for now because we intend to use it internally and it cannot be made available everywhere.
-
Brad King authored
The `cmake_policy(SET)` call triggers `CMP0011` warnings when this module is used in a project that does not set `CMP0011` to NEW. We could avoid these with a `cmake_policy` PUSH/POP pair, but it is simpler to adjust our code to not trigger `CMP0054` in the first place.
-
Brad King authored
CUDA 8.0 MSBuild rules do not pass `-x cu` to nvcc and so cannot support a custom file extension. Fix our test for this to use a `.cu` extension instead.
-