Skip to content
Snippets Groups Projects
  1. Nov 03, 2010
  2. Nov 02, 2010
  3. Nov 01, 2010
  4. Oct 31, 2010
  5. Oct 30, 2010
  6. Oct 29, 2010
  7. Oct 28, 2010
  8. Oct 27, 2010
    • David Partyka's avatar
      Fixes to GetPrerequisites for cygwin · 48e80eb7
      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.
      48e80eb7
    • Kitware Robot's avatar
      KWSys Nightly Date Stamp · 01a90e96
      Kitware Robot authored
      01a90e96
  9. Oct 26, 2010
  10. Oct 25, 2010
    • David Cole's avatar
      Avoid problem reading jni.h on Macs. · c8f39193
      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.
      c8f39193
    • Eric Noulard's avatar
      CPackDeb Added several optional debian binary package fields · a7497240
      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.
      a7497240
    • David Partyka's avatar
      Fixed appending PATH to dumpbin tool from growing without bounds. · be94c494
      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.
      be94c494
    • Kitware Robot's avatar
      KWSys Nightly Date Stamp · 06b5eaa3
      Kitware Robot authored
      06b5eaa3
  11. Oct 24, 2010
  12. Oct 23, 2010
  13. Oct 22, 2010
  14. Oct 21, 2010
  15. Oct 20, 2010
  16. Oct 19, 2010
Loading