Skip to content
Snippets Groups Projects
  1. Sep 06, 2011
    • David Cole's avatar
      KWSys: Add symlinks to directories as files (#12284) · 1ecd1ab6
      David Cole authored
      
      This behaviour was previously broken; regardless of the
      RecurseThroughSymLinks value, symlinks to directories were
      NEVER added as files in the results.
      
      When RecurseThroughSymLinks is ON, symlinks to directories
      should be recursed as if they were the actual directories
      to gather the files within.
      
      However, when RecurseThroughSymLinks is OFF, symlinks to
      directories should be returned as files in the result.
      
      Inspired-by: default avatarJohan Björk <phb@spotify.com>
      1ecd1ab6
    • David Cole's avatar
      KWSys: Remove always-true dir_only parameter · bbbfe083
      David Cole authored
      Its presence confuses, and, since it is always true, is useless.
      bbbfe083
  2. Sep 28, 2009
    • Brad King's avatar
      Convert KWSys to OSI-approved BSD License · 62db264e
      Brad King authored
      This converts the KWSys license to a pure 3-clause OSI-approved BSD
      License.  We drop the previous license clause requiring modified
      versions to be plainly marked.  We also update the KWSys copyright to
      cover the full development time range.
      62db264e
  3. Sep 14, 2009
  4. Mar 17, 2009
  5. Sep 11, 2008
  6. 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
  7. Aug 21, 2007
    • Alexander Neundorf's avatar
      · 217550fd
      Alexander Neundorf authored
      BUG: fix segfault if FindFiles() is called without actual match pattern
      (e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* )
      #4620
      
      Alex
      217550fd
  8. Aug 25, 2006
  9. Aug 21, 2006
  10. Jul 12, 2006
  11. Mar 30, 2006
  12. Mar 21, 2006
  13. Mar 10, 2006
  14. Mar 06, 2006
  15. Jan 17, 2006
  16. Oct 19, 2005
  17. Oct 18, 2005
Loading