summaryrefslogtreecommitdiff
path: root/Source/cmGlob.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: Remove double slashAndy Cedilnik2004-09-151-5/+21
* BUG: Attempt to fix bug on Windows (and apple) where files returned are all l...Andy Cedilnik2004-09-151-5/+5
* ENH: When nor specifying full path, make sure it actually works, on broken fi...Andy Cedilnik2004-02-061-4/+18
* fix for glob commandKen Martin2004-01-051-3/+2
* removed redundent includesKen Martin2003-08-101-1/+0
* ENH: Speedup globbing and attempt to fix cygwin problemAndy Cedilnik2003-07-291-35/+52
* ENH: Remove warningAndy Cedilnik2003-07-241-2/+1
* ENH: On windows handle network pathsAndy Cedilnik2003-07-241-3/+50
* ENH: On windows and apple handle lowercase/upercase file name problemAndy Cedilnik2003-07-231-9/+31
* ENH: fix glob on windows and add glob recurse testAndy Cedilnik2003-07-211-2/+23
* ENH: Handle ^ as [^fu]Andy Cedilnik2003-07-211-2/+2
* ENH: Recurse subdirectoriesAndy Cedilnik2003-07-141-1/+38
* ENH: Remove commented codeAndy Cedilnik2003-07-081-10/+0
* ENH: Add globbing to FILE commandAndy Cedilnik2003-07-081-0/+240