- Apr 19, 2015
-
-
Brad King authored
Glob.hxx:58:5: warning: definition of implicit copy assignment operator for 'Message' is deprecated because it has a user-declared copy constructor [-Wdeprecated] Message(const Message& msg) : ^ Change-Id: Id6d28d9e5b4ed556556a5add10881f1bcd4525b7
-
- Mar 03, 2015
-
-
Glob now supports listing of directories in recursive mode and disabling listing of directories in non recursive mode. In recursive mode when directory listing is enabled directory symlinks are also listed. For backward compatibility there is a separate flag for recursive and non-recursive globbing mode as this functionality was previously inconsistent. Change-Id: I6099c0c568a04caf7c9a36a5d476390371115790
-
Prevent cyclic recursion of type "a/b/c -> a" when glob recurse is used with follow symlinks so that each directory symbolic link is traversed only once and skipped on revisit. Change-Id: I6f52489198d692c3c0b0d94986db0e664d050342
-
- May 07, 2014
-
-
Ben Boeckel authored
Change-Id: I5fc21da7073177768088a7298d84632c43f70bd6
-
Ben Boeckel authored
If Relative was non-empty, the parameter is unconditionally casted into a string anyways, so save the allocation. Change-Id: I835782fa0307c0122cacf032d4937b5646561d7f
-
- Sep 06, 2011
-
-
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.
-
- 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 16, 2007
-
-
Mathieu Malaterre authored
-
- Aug 27, 2006
-
-
Brad King authored
-
- Aug 21, 2006
-
-
Brad King authored
ENH: Exposed pattern->regex API. Cleaned up and commented implementation of pattern->regex conversion.
-
- Mar 21, 2006
-
-
Andy Cedilnik authored
-
- Dec 10, 2005
-
-
Andy Cedilnik authored
-
- Oct 19, 2005
-
-
Andy Cedilnik authored
-
- Oct 18, 2005
-
-
Andy Cedilnik authored
-