Skip to content
Snippets Groups Projects
  1. Dec 18, 2008
    • Brad King's avatar
      BUG: Fix windows command line escape for empty arg · 7f5573e8
      Brad King authored
      On Windows the KWSys System package generates escapes for command-line
      arguments.  This fix enables quoting of the empty string as an argument.
      This also adds a test to pass an empty argument to a custom command.
      7f5573e8
    • David Cole's avatar
      BUG: Do not copy permissions of files when making the copy in an install rule.... · fcc8a1a1
      David Cole authored
      BUG: Do not copy permissions of files when making the copy in an install rule. If the source file was read-only, this prevents the subsequent set of the destination file's modification time, making the copied file always different in time-stamp than the original and always installing a new file with a new time stamp (but the same content) causing unnecessary downstream incremental rebuilds. As part of this fix, add an optional copyPermissions parameter to the SystemTools routines CopyFileIfDifferent, CopyFileAlways, CopyAFile and CopyADirectory. The copyPermissions parameter defaults to true to preserve the behavior of these routines for existing callers.
      fcc8a1a1
  2. Dec 15, 2008
  3. Dec 04, 2008
  4. Nov 23, 2008
  5. Nov 07, 2008
  6. Oct 17, 2008
  7. Oct 16, 2008
  8. Oct 15, 2008
  9. Oct 10, 2008
  10. Sep 27, 2008
    • Brad King's avatar
      COMP: Avoid incompatible pointer warning · a1a6712b
      Brad King authored
      In SharedForward, the call to execvp warned on MinGW because the
      signature declared in process.h has an extra const.  We use an explicit
      cast to convert the pointer type.
      a1a6712b
  11. Sep 26, 2008
  12. Sep 23, 2008
  13. Sep 22, 2008
  14. Sep 15, 2008
  15. Sep 11, 2008
  16. Aug 20, 2008
    • David Cole's avatar
      ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive... · 7b17140d
      David Cole authored
      ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive globs to skip symlinks when necessary. Default to true for backwards compatible behavior. Used from the ctest coverage handler to avoid recursing through the '/Applications' directory on the Mac looking for *.da files... Should fix the hangs reported recently by Mac CMake dashboard submitters.
      7b17140d
    • Brad King's avatar
      BUG: Handle case when select() lies · 83f5fa50
      Brad King authored
      According to "man select" on Linux it is possible that select() lies
      about data being ready on a pipe in some subtle cases.  We deal with
      this by switching to non-blocking i/o and checking for EAGAIN.  See
      issue #7180.
      83f5fa50
  17. Jul 10, 2008
  18. Jul 09, 2008
  19. Jun 06, 2008
  20. Jun 02, 2008
    • Clinton Stimpson's avatar
      · 1cd3103d
      Clinton Stimpson authored
      BUG:  FormatMessage can return a NULL message.  Add check for NULL pointer.
      1cd3103d
  21. Jun 01, 2008
  22. May 31, 2008
  23. May 27, 2008
  24. May 16, 2008
  25. May 14, 2008
  26. May 13, 2008
  27. May 12, 2008
  28. May 10, 2008
Loading