- Mar 12, 2017
-
-
Kitware Robot authored
-
- Mar 11, 2017
-
-
Kitware Robot authored
-
- Mar 10, 2017
-
-
8fc934de GNU-FindBinUtils: Avoid setting policy CMP0054 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !572
-
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.
-
b9d36826 Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !550
-
ae0f7dfa Tests: Fix CPackComponents NSIS install root Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !569
-
Kitware Robot authored
-
- Mar 09, 2017
-
-
Brad King authored
d9bdcf34 Tests: Add x32 tests to test suite 5b6d354f Help: Add notes for topic 'x32-abi' bed9c73d Modules: Add x32-abi support to hard-coded paths 462cf254 Add support for x32-abi Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !532
-
d9bdcf34 Tests: Add x32 tests to test suite 5b6d354f Help: Add notes for topic 'x32-abi' bed9c73d Modules: Add x32-abi support to hard-coded paths 462cf254 Add support for x32-abi Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !532
-
66542b66 Help: Update MSVC_VERSION for Visual Studio 2017 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !567
-
7e8b08ec Tests: Pass generator platform and toolset into check for Fortran 0f5e76df CheckLanguage: Pass generator platform and toolset into check Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !565
-
Brad King authored
Without `CPACK_VERBATIM_VARIABLES` a path with backslashes does not make it through `CPackConfig.cmake` properly. Just use forward slashes which NSIS seems to understand anyway.
-
Kitware Robot authored
-
- Mar 08, 2017
-
-
Ruslan Baratov authored
-
The value we documented was left from a preview that still used `v140` tools. Update it to match the `v141` tools distributed with the final release.
-
Steven Newbury authored
-
Brad King authored
Check for a Fortran compiler that supports the same target platform as we are testing.
-
Brad King authored
Otherwise we do not check for support for the language with the same generator settings as the caller.
-
Brad King authored
-
e2f25d3e WriteCompilerDetectionHeader: fix STATIC_ASSERT Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !555
-
bd8b5401 VS: Do not treat custom targets as CSharp targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !557
-
322425fa cmStateTypes: document that the ordering of targets is important Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !560
-
f5c4dada cmFileMonitor.h: Include cmConfigure.h first Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !562
-
613b3e49 CUDA: Fix spelling of CudaOnly.SeparateCompilation test targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !563
-
Kitware Robot authored
-
- Mar 07, 2017
-
-
Brad King authored
-
Update hard-coded library paths in bundled CMake Modules for libx32 as used with x32-abi.
-
Detect x32-abi through CMakeCompilerABI infrastruture and use this information at runtime to determine the correct library paths with `FIND_LIBRARY_USE_LIBX32_PATHS`. Fixes: #15994
-
Brad King authored
-
Brad King authored
We need this to make Large File Support definitions consistent with other translation units.
-
2927e437 Help/dev: Document the CMake Testing Process b55e19dd Help/dev: Revise README to have a bullet list of available documents Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !561
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Fixes: #16697
-
Ben Boeckel authored
The ordering is assumed in many places throughout the code and modification of the enumeration should be done carefully.
-
Brad King authored
-
485685fd Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !553
-
aba92ffd cmWorkingDirectory: use the new class 047a5e4d cmWorkingDirectory: add class for changing the workdir 89891bcb cmCTest, cmCTestCoverageHandler: remove cwd dance c3304fa5 OSXScriptLauncher: remove unused variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Brad King <brad.king@kitware.com> Merge-request: !540
-
09475c29 CPack/NSIS: Sign the uninstaller Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !512
-