- Nov 03, 2010
-
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- Nov 02, 2010
-
-
Kitware Robot authored
-
- Nov 01, 2010
-
-
Kitware Robot authored
-
- Oct 31, 2010
-
-
Kitware Robot authored
-
- Oct 30, 2010
-
-
Kitware Robot authored
-
- Oct 29, 2010
-
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- Oct 28, 2010
-
-
3f94c7cc When processing DartMeasurements use the tests working directory.
-
48e80eb7 Fixes to GetPrerequisites for cygwin bee48028 Append the gp_tool path to the system PATH using native slashes. 8e550ba3 Remove unecessary TO_CMAKE_PATH for gp_cmd_dir. 16841987 Switch to CMAKE_PATH when doing PATH comparisons on Windows. be94c494 Fixed appending PATH to dumpbin tool from growing without bounds.
-
c8f39193 Avoid problem reading jni.h on Macs.
-
a7497240 CPackDeb Added several optional debian binary package fields
-
6e1282f8 ExternalProject: No svn --username if empty (#11173)
-
beeca11c Fixed parallel build for generators with EXTRA.
-
1f369a71 ENH: Added case for Python 2.7.
-
Kitware Robot authored
-
- Oct 27, 2010
-
-
David Partyka authored
Fix IF(WIN32) guards check for cygwin. Fix checking if the depenency is in a system location to use cygwin style paths on cygwin. Also change GetPrerequisites to switch gp_tool to tools that are very unlikely to be found, ie. dumpbin on Apple and otool on Windows/Unix.
-
Kitware Robot authored
-
- Oct 26, 2010
-
-
David Partyka authored
-
David Partyka authored
It is already using CMAKE style paths.
-
David Partyka authored
Users PATH may contain elements that end with backslash. This will escape the semicolon when iterating resulting in mismatches. Fix indentation. Fix whitespace
-
Kitware Robot authored
-
- Oct 25, 2010
-
-
David Cole authored
Apple released an update recently in which there was a broken symlink for jni.h that pointed to a non-existent file. CMake had trouble configuring because it encountered an error trying to read jni.h. We avoid the problem here by introducing a variable CTEST_RUN_Java, which defaults to OFF on Macs, that indicates whether to even attempt finding java, reading jni.h and adding the "Java" CMake test. If you would like to test Java on a Mac where the jni.h symlink is not busted, feel free to pass in -DCTEST_RUN_Java:BOOL=ON when configuring CMake.
-
Eric Noulard authored
This fixes bugs #0011355 and 0008342. The merged patch is a contribution from Michael Lasmanis and Petri Hodju with some extra documentation added by the merger.
-
David Partyka authored
IF(... MATCHES ...) used for comparing directories chokes especially in the case of C:\Program Files (x86)\<blah> because of regex pattern matching. Switched this to use STREQUAL in a loop instead.
-
Kitware Robot authored
-
- Oct 24, 2010
-
-
Kitware Robot authored
-
- Oct 23, 2010
-
-
Kitware Robot authored
-
- Oct 22, 2010
-
-
David Cole authored
Nor --password. But please do if non-empty. Thank you.
-
Marcus D. Hanwell authored
Fixed parallel build for projects using generators that have the CMAKE_EXTRA_GENERATOR as well as CMAKE_GENERATOR. Thanks to Bill Hoffman for helping me to track this one down, I missed parallel builds.
-
Kitware Robot authored
-
- Oct 21, 2010
-
-
Kitware Robot authored
-
- Oct 20, 2010
-
-
David Cole authored
-
David Cole authored
-
Kitware Robot authored
-
- Oct 19, 2010
-
-
Bill Hoffman authored
Restore CMake 2.6 behavoir where the dart processing apparently was run from within the tests directory instead of the root of the build tree. This addresses issue reported on the VTK Dashboard where the Testing/Temporary directory is defined as ../../../Testing/Temporary but the DartProcessing is run with respect to the root of the build tree. This causes the regression/difference images to not be located by ctest and thus not uploaded to the dashboard.
-
8f0a70e5 Xcode: Recognize .hh as C++ (#11307)
-