summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Glob.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* KWSys: Remove always-true dir_only parameterDavid Cole2011-09-061-11/+12
* Convert KWSys to OSI-approved BSD LicenseBrad King2009-09-281-11/+9
* Fix for Bug #9190, -U did not work on case insensitive file systems because o...Bill Hoffman2009-09-141-3/+7
* 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
* ENH: Add RecurseThroughSymlinks data member to kwsys::Glob. Allows recursive ...David Cole2008-08-201-1/+9
* BUG: fix segfault if FindFiles() is called without actual match patternAlexander Neundorf2007-08-211-2/+9
* 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
* COMP: Remove warningsAndy Cedilnik2006-07-121-1/+1
* ENH: add support for win64 for visual studio 2005 ide and nmake, also fix war...Bill Hoffman2006-03-301-2/+2
* 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