- 20 Jan, 2017 2 commits
-
-
Teach the CDASH_UPLOAD signature of ctest_submit() to more thoroughly respect the QUIET option.
-
Teach the CDASH_UPLOAD signature of ctest_submit() to honor the RETRY_COUNT and RETRY_DELAY options. Also teach HttpRequest() to honor the default 120 second timeout for curl connections.
-
- 04 Jan, 2017 1 commit
-
-
Kitware Robot authored
-
- 03 Jan, 2017 1 commit
-
-
Kitware Robot authored
-
- 02 Jan, 2017 1 commit
-
-
Kitware Robot authored
-
- 01 Jan, 2017 1 commit
-
-
Kitware Robot authored
-
- 31 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 30 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 29 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 28 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 27 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 26 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 25 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 24 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 23 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 22 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 21 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 20 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 19 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 18 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 17 Dec, 2016 1 commit
-
-
Kitware Robot authored
-
- 16 Dec, 2016 7 commits
-
-
caeb6d1d FindGit: Fix check for Windows host
-
c59811a2 CUDA: Tests now state why they are failing when no CUDA card is found.
-
a12d8a03 FindPythonLibs: Tolerate call with PYTHON_LIBRARY already a list
-
6271df8f Makefile,Ninja: De-duplicate MSVC compiler PDB path selection
-
5c6c0344 C# support: add compiler detection for MSVC
-
40e56149 Copyright.txt: Update year range to end in 2017
-
Kitware Robot authored
-
- 15 Dec, 2016 12 commits
-
-
Brad King authored
Add a helper to cmCommonTargetGenerator instead of duplicating it in cmMakefileTargetGenerator and cmNinjaTargetGenerator.
-
Robert Maynard authored
-
Brad King authored
-
When cross-compiling to or from a Windows platform we should still find a Git for the host environment.
-
9fdad82c FindPNG: Fix small typo fix in module help
-
-
`PYTHON_LIBRARY` may contain a list because of `SelectLibraryConfigurations`. If it is the case, the list can be: optimized;<FILEPATH_TO_RELEASE_LIBRARY>;debug;<FILEPATH_TO_DEBUG_LIBRARY> Instead of directly using the value of `PYTHON_LIBRARY` in the CMake function `get_filename_component()`, we loop over the content of the relevant parts of `PYTHON_LIBRARY` and `PYTHON_DEBUG_LIBRARY` whether they are lists or not. Suggested-by:
Brad King <brad.king@kitware.com>
-
f1739418 CodeLite: Make build/clean/rebuild operations optionally target-centric
-
58f02aaa Help: Clarify meaning of CMAKE_CL_64
-
-
Kitware Robot authored
-