- Jun 28, 2010
-
-
Brad King authored
-
Kitware Robot authored
- Jun 27, 2010
-
-
Kitware Robot authored
-
- Jun 26, 2010
-
-
Kitware Robot authored
-
- Jun 25, 2010
-
-
Kitware Robot authored
-
- Jun 24, 2010
- Jun 23, 2010
-
-
Zach authored
-
David Cole authored
I naively assumed in my previous commit that the Convert call would correctly convert a relative path file name correctly relative to the makefile's current output directory. It actually converts it relative to the process's current working directory. So it would be different depending on how you launched cmake-gui. This commit ensures that the generated files are always the same by starting with a full path to begin with, based on the makefile GetCurrentOutputDirectory method.
-
Brad King authored
Git's diff-tree format has no '\n'-terminated blank line at the end of its commit message body block if there are no diff lines. Instead the message body is terminated by '\0' and there is no diff section. Teach CTest to parse the format in this case.
-
Brad King authored
Old versions of xmllint do not have --nonet or --path options. Fall back to the network-access form in this case.
-
David Cole authored
Avoid issues with two external projects trying to extract two separate trees at the same time into the same location. Should fix the sporadically failing ExternalProject test on the dashboards for parallel builds.
-
Kitware Robot authored
-
- Jun 22, 2010
-
-
Mathieu Malaterre authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Bill Hoffman authored
CTest was using the return value from the program instead of the exit exception value for the process.
-
Brad King authored
Use xmllint's --nonet option to avoid downloading the xhtml DTD. Provide the DTD and its dependencies locally.
-
Kitware Robot authored
-
- Jun 21, 2010
-
-
James Bigler authored
In version 3.0 of the CUDA toolkit when building code for emulation, you need to link against a new version of the cuda run time library called cudartemu. This CL adds a check for the new library and uses it when present and in emulation mode. Note that this library is not present in previous or subsequent versions of the CUDA toolkit.
-
David Cole authored
If GIT_EXECUTABLE is not passed into the test, but the source tree is a git checkout, then use GitCommand or UpdateCommand from the ctest ini file to set its value. Presumably, a dashboard running the test suite had to have set this properly in order to do the ctest_update step.
-
David Cole authored
This is especially important for the Visual Studio 10 generator and its quirky current working directory behavior. Also, emit more information about exactly what files are out of date when cmakeCheckStampFile returns false.
-