Skip to content
Snippets Groups Projects
  1. Jun 28, 2010
  2. Jun 27, 2010
  3. Jun 26, 2010
  4. Jun 25, 2010
  5. Jun 24, 2010
  6. Jun 23, 2010
    • Zach's avatar
      Parallel CTest hangs if serial test has depends · 1a4c0c55
      Zach authored
      1a4c0c55
    • David Cole's avatar
      For VS10: Really use full path file names. · d710a78a
      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.
      d710a78a
    • Brad King's avatar
      CTest: Parse empty Git commits correctly · bbfe241c
      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.
      bbfe241c
    • Brad King's avatar
      Run CMake.HTML test with older xmllint (#10857) · 1819d9d6
      Brad King authored
      Old versions of xmllint do not have --nonet or --path options.
      Fall back to the network-access form in this case.
      1819d9d6
    • David Cole's avatar
      Qualify name of extraction location with ExternalProject name. · 67f4759b
      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.
      67f4759b
    • Kitware Robot's avatar
      KWSys Nightly Date Stamp · b1418625
      Kitware Robot authored
      b1418625
  7. Jun 22, 2010
  8. Jun 21, 2010
    • James Bigler's avatar
      Add support for the emulation version of the cudart library. · bb6acb86
      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.
      bb6acb86
    • David Cole's avatar
      Look in the ctest ini file for GitCommand. · 4ee426b0
      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.
      4ee426b0
    • David Cole's avatar
      Use full path file names to express dependencies. · 616462ce
      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.
      616462ce
Loading