summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Glob.hxx.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-KWSys' into update-kwsysBrad King2016-11-091-37/+27
| | | | | * upstream-KWSys: KWSys 2016-11-09 (18c65411)
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-27/+17
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-05-051-0/+6
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-03-041-4/+43
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-2/+2
|
* KWSys: Remove always-true dir_only parameterDavid Cole2011-09-061-2/+2
| | | | Its presence confuses, and, since it is always true, is useless.
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
| | | | | | | 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.
* Fix for Bug #9190, -U did not work on case insensitive file systems because ↵Bill Hoffman2009-09-141-1/+2
| | | | of call to glob convert to regex that expected to work with files.
* ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ↵David Cole2008-09-111-0/+4
| | | | 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.
* ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ↵David Cole2008-08-201-0/+8
| | | | 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.
* COMP: Directory and Glob have pointer data membersMathieu Malaterre2007-08-161-0/+4
|
* BUG: Need to undefine temporary macros defined at top of file.Brad King2006-08-271-0/+5
|
* ENH: Exposed pattern->regex API. Cleaned up and commented implementation of ↵Brad King2006-08-211-8/+10
| | | | pattern->regex conversion.
* ENH: Add support for relative paths and cleanupAndy Cedilnik2006-03-211-5/+13
|
* COMP: Fix the exporting so that it can actually be usedAndy Cedilnik2005-12-101-1/+7
|
* COMP: More namespace fixes to build on HPAndy Cedilnik2005-10-191-7/+7
|
* ENH: Push glob to the kwsysAndy Cedilnik2005-10-181-0/+81