- Sep 06, 2011
-
-
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:
Johan Björk <phb@spotify.com>
-
David Cole authored
Its presence confuses, and, since it is always true, is useless.
-
- Sep 28, 2009
-
-
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.
-
- Sep 14, 2009
-
-
Bill Hoffman authored
Fix for Bug #9190, -U did not work on case insensitive file systems because of call to glob convert to regex that expected to work with files.
-
- Mar 17, 2009
-
-
Francois Bertel authored
-
- Sep 11, 2008
-
-
David Cole authored
ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. CMP0009 establishes NEW default behavior of not recursing through symlinks. OLD default behavior or explicit FOLLOW_SYMLINKS argument to FILE GLOB_RECURSE will still recurse through symlinks.
-
- Aug 20, 2008
-
-
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.
-
- Aug 21, 2007
-
-
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
-
- Aug 25, 2006
-
-
Brad King authored
-
- Aug 21, 2006
- Jul 12, 2006
-
-
Andy Cedilnik authored
-
- Mar 30, 2006
-
-
Bill Hoffman authored
ENH: add support for win64 for visual studio 2005 ide and nmake, also fix warnings produced by building for win64
-
- Mar 21, 2006
-
-
Andy Cedilnik authored
-
- Mar 10, 2006
-
-
Mathieu Malaterre authored
-
- Mar 06, 2006
-
-
Bill Hoffman authored
-
- Jan 17, 2006
-
-
Bill Hoffman authored
-
- Oct 19, 2005
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
-
- Oct 18, 2005
-
-
Andy Cedilnik authored
-