summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/Glob.cxx
Commit message (Collapse)AuthorAgeFilesLines
* 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