summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Glob.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-09-021-48/+45
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-03-041-12/+81
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2015-02-261-22/+2
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-10-311-1/+1
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-08-041-7/+7
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2014-05-131-17/+14
|
* Merge branch 'upstream-kwsys' into update-kwsysBrad King2013-02-011-1/+1
|
* KWSys: Add symlinks to directories as files (#12284)David Cole2011-09-061-12/+9
| | | | | | | | | | | | | | | 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>
* KWSys: Remove always-true dir_only parameterDavid Cole2011-09-061-11/+12
| | | | 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-3/+7
| | | | of call to glob convert to regex that expected to work with files.
* COMP:Fixed warnings.Francois Bertel2009-03-171-3/+3
|
* ENH: Improve FILE GLOB_RECURSE handling of symlinks with a new CMake policy. ↵David Cole2008-09-111-2/+7
| | | | 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-1/+9
| | | | 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.
* BUG: fix segfault if FindFiles() is called without actual match patternAlexander Neundorf2007-08-211-2/+9
| | | | | | | (e.g. FILE(GLOB /usr/include) instead of FILE(GLOB /usr/include/* ) #4620 Alex
* ENH: Globbing patterns should not match a slash inside a filename component.Brad King2006-08-251-2/+8
|
* BUG: Fixed #if test for case-insensitive glob on OSX.Brad King2006-08-221-1/+1
|
* ENH: Exposed pattern->regex API. Cleaned up and commented implementation of ↵Brad King2006-08-211-81/+102
| | | | pattern->regex conversion.
* COMP: Remove warningsAndy Cedilnik2006-07-121-1/+1
|
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix ↵Bill Hoffman2006-03-301-2/+2
| | | | warnings produced by building for win64
* ENH: Add support for relative paths and cleanupAndy Cedilnik2006-03-211-24/+64
|
* STYLE: Make sure to use the proper cast.Mathieu Malaterre2006-03-101-1/+1
|
* ENH: add missing cmake includeBill Hoffman2006-03-061-0/+1
|
* ENH: add support for watcom wmake and wcl386Bill Hoffman2006-01-171-1/+1
|
* COMP: More namespace fixes to build on HPAndy Cedilnik2005-10-191-31/+31
|
* COMP: Fix namespace. This way kwsys can be built outside cmakeAndy Cedilnik2005-10-191-17/+17
|
* ENH: Push glob to the kwsysAndy Cedilnik2005-10-181-0/+428