David Cole
|
bd1935dcd1
|
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.
|
2008-09-11 14:34:04 -04:00 |
David Cole
|
86e7a9dad8
|
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.
|
2008-08-20 13:24:16 -04:00 |
Mathieu Malaterre
|
964719128c
|
COMP: Directory and Glob have pointer data members
|
2007-08-16 07:38:47 -04:00 |
Brad King
|
703c0e32c8
|
BUG: Need to undefine temporary macros defined at top of file.
|
2006-08-27 12:35:54 -04:00 |
Brad King
|
f1ea7e88dc
|
ENH: Exposed pattern->regex API. Cleaned up and commented implementation of pattern->regex conversion.
|
2006-08-21 14:17:58 -04:00 |
Andy Cedilnik
|
9dbf4438dc
|
ENH: Add support for relative paths and cleanup
|
2006-03-21 16:02:47 -05:00 |
Andy Cedilnik
|
5999a81bcd
|
COMP: Fix the exporting so that it can actually be used
|
2005-12-10 12:09:24 -05:00 |
Andy Cedilnik
|
bf6b379b11
|
COMP: More namespace fixes to build on HP
|
2005-10-19 10:47:19 -04:00 |
Andy Cedilnik
|
fdc4795b91
|
ENH: Push glob to the kwsys
|
2005-10-18 14:08:55 -04:00 |